Searched refs:s_ucmp (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/polly/lib/External/isl/imath/ |
D | imath.c | 246 STATIC int s_ucmp(mp_int a, mp_int b); 594 int cmp = s_ucmp(a, b); /* magnitude comparision, sign ignored */ in mp_int_add() 670 int cmp = s_ucmp(a, b); in mp_int_sub() 842 else if ((cmp = s_ucmp(a, b)) < 0) { in mp_int_div() 1100 int cmp = s_ucmp(a, b); in mp_int_compare() 1122 return s_ucmp(a, b); in mp_int_compare_unsigned() 2081 STATIC int s_ucmp(mp_int a, mp_int b) in s_ucmp() function 2105 return s_ucmp(a, &vtmp); in s_uvcmp() 2959 if (s_ucmp(&t, &r) > 0) { /* would the remainder be negative? */ in s_udiv_knuth() 2963 if (s_ucmp(&t, &r) > 0) { /* would the remainder be negative? */ in s_udiv_knuth() [all …]
|