Home
last modified time | relevance | path

Searched refs:mp_int_to_string (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/polly/lib/External/isl/imath/
Dimrat.c499 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()
Dimath.h188 mp_result mp_int_to_string(mp_int z, mp_size radix,
Dgmp_compat.c338 CHECK(mp_int_to_string(op, r, str, len)); in GMPZAPI()
Dimath.c1672 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/
Dwrap.h122 #define mp_int_to_string isl_mp_int_to_string macro
/external/llvm-project/polly/lib/External/isl/
Disl_int_sioimath.c213 mp_int_to_string(big, 10, buf, len); in isl_sioimath_print()