Home
last modified time | relevance | path

Searched refs:mp_rat_compare (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/polly/lib/External/isl/imath/
Dimrat.h83 int mp_rat_compare(mp_rat a, mp_rat b); /* a <=> b */
Dimrat.c400 int mp_rat_compare(mp_rat a, mp_rat b) in mp_rat_compare() function
468 out = mp_rat_compare(r, &tmp); in mp_rat_compare_value()
Dgmp_compat.c62 return mp_rat_compare(op1, op2); in GMPQAPI()
/external/llvm-project/polly/lib/External/isl/imath_wrap/
Dwrap.h132 #define mp_rat_compare isl_mp_rat_compare macro
/external/llvm-project/polly/lib/External/isl/
Dbasis_reduction_tab.c61 #define GBR_lt(a,b) (mp_rat_compare(a,b) < 0)