Searched refs:mp_int_abs (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/polly/lib/External/isl/imath_wrap/ |
D | wrap.h | 67 #define mp_int_abs isl_mp_int_abs macro
|
/external/llvm-project/polly/lib/External/isl/imath/ |
D | imrat.c | 204 if ((res = mp_int_abs(MP_NUMER_P(a), MP_NUMER_P(c))) != MP_OK) in mp_rat_abs() 207 res = mp_int_abs(MP_DENOM_P(a), MP_DENOM_P(c)); in mp_rat_abs() 535 mp_int_abs(TEMP(0), TEMP(0)); in mp_rat_to_decimal()
|
D | imath.c | 532 mp_result mp_int_abs(mp_int a, mp_int c) in mp_int_abs() function 1325 return mp_int_abs(b, c); in mp_int_gcd() 1327 return mp_int_abs(a, c); in mp_int_gcd() 1373 if ((res = mp_int_abs(&u, c)) != MP_OK) in mp_int_gcd() 1405 if ((res = mp_int_abs(b, c)) != MP_OK) return res; in mp_int_egcd() 1409 if ((res = mp_int_abs(a, c)) != MP_OK) return res; in mp_int_egcd() 1573 (void) mp_int_abs(TEMP(0), TEMP(0)); in mp_int_root() 1574 (void) mp_int_abs(TEMP(1), TEMP(1)); in mp_int_root()
|
D | gmp_compat.c | 82 CHECK(mp_int_abs(op, rop)); in GMPZAPI() 504 CHECK(mp_int_abs(rop, rop)); in GMPZAPI()
|
D | imath.h | 125 mp_result mp_int_abs(mp_int a, mp_int c); /* c = |a| */
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_int_sioimath.h | 557 mp_int_abs(isl_sioimath_get_big(arg), isl_sioimath_reinit_big(dst)); in isl_sioimath_abs()
|