Searched refs:mp_int_read_cstring (Results 1 – 6 of 6) sorted by relevance
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imrat.c | 665 if ((res = mp_int_read_cstring(MP_NUMER_P(r), radix, str, &endp)) != MP_OK && in mp_rat_read_cstring() 683 if ((res = mp_int_read_cstring(MP_DENOM_P(r), radix, endp, end)) != MP_OK) { in mp_rat_read_cstring() 736 if ((res = mp_int_read_cstring(MP_NUMER_P(r), radix, str, &endp)) != MP_OK && in mp_rat_read_cdecimal() 775 if ((res = mp_int_read_cstring(&frac, radix, endp, &endp)) != MP_OK && in mp_rat_read_cdecimal()
|
H A D | imath.h | 365 mp_result mp_int_read_cstring(mp_int z, mp_size radix, const char *str, char **end);
|
H A D | ChangeLog | 165 Fixed a bug in mp_int_read_cstring() which would read the string 177 the mp_int_read_string() and mp_int_read_cstring() functions,
|
H A D | imath.c | 1504 return mp_int_read_cstring(z, radix, str, NULL); in mp_int_read_string() 1507 mp_result mp_int_read_cstring(mp_int z, mp_size radix, const char *str, in mp_int_read_cstring() function
|
H A D | doc.md.in | 170 mp_int_read_string mp_int_read_cstring
|
/llvm-project/polly/lib/External/isl/imath_wrap/ |
H A D | wrap.h | 108 #define mp_int_read_cstring isl_mp_int_read_cstring macro
|