Home
last modified time | relevance | path

Searched refs:double_int_ucmp (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/
HDdouble-int.c319 return double_int_ucmp (a, b); in double_int_cmp()
328 double_int_ucmp (double_int a, double_int b) in double_int_ucmp() function
HDdouble-int.h128 int double_int_ucmp (double_int, double_int);
HDtree-ssa-loop-niter.c1595 if (double_int_ucmp (max, bnd) < 0) in derive_constant_upper_bound()
1630 if (double_int_ucmp (bnd, mmax) > 0) in derive_constant_upper_bound()
1650 if (double_int_ucmp (bnd, cst) < 0) in derive_constant_upper_bound()