Searched refs:mp_int_to_string (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/polly/lib/External/isl/imath/ |
D | imrat.c | 499 if ((res = mp_int_to_string(MP_NUMER_P(r), radix, str, limit)) != MP_OK) in mp_rat_to_string() 517 res = mp_int_to_string(MP_DENOM_P(r), radix, start, limit); in mp_rat_to_string() 613 if ((res = mp_int_to_string(TEMP(0), radix, start, left)) != MP_OK) in mp_rat_to_decimal() 635 res = mp_int_to_string(TEMP(1), radix, start, left); in mp_rat_to_decimal()
|
D | imath.h | 188 mp_result mp_int_to_string(mp_int z, mp_size radix,
|
D | gmp_compat.c | 338 CHECK(mp_int_to_string(op, r, str, len)); in GMPZAPI()
|
D | imath.c | 1672 mp_result mp_int_to_string(mp_int z, mp_size radix, in mp_int_to_string() function
|
/external/llvm-project/polly/lib/External/isl/imath_wrap/ |
D | wrap.h | 122 #define mp_int_to_string isl_mp_int_to_string macro
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_int_sioimath.c | 213 mp_int_to_string(big, 10, buf, len); in isl_sioimath_print()
|