Home
last modified time | relevance | path

Searched refs:mp_int_read_string (Results 1 – 13 of 13) sorted by relevance

/llvm-project/polly/lib/External/isl/imath/examples/
H A Dfindprime.c46 if ((res = mp_int_read_string(&seed, 10, argv[1])) != MP_OK) { in main()
H A Drsakey.c125 if ((res = mp_int_read_string(&(the_key.e), 10, expt)) != MP_OK) { in main()
H A Dimcalc.c362 if ((res = mp_int_read_string(value, radix, buf + pos)) != MP_OK) { in read_number()
/llvm-project/polly/lib/External/isl/imath/tests/
H A Dbintest.c46 res = mp_int_read_string(&v, 10, argv[1]); in main()
/llvm-project/polly/lib/External/isl/imath/
H A Dgmp_compat.c351 mp_result res = mp_int_read_string(rop, base, str); in GMPZAPI()
372 resN = mp_int_read_string(mp_rat_numer_ref(rop), base, str); in GMPQAPI()
376 resD = mp_int_read_string(mp_rat_denom_ref(rop), base, slash + 1); in GMPQAPI()
H A DREADME.md81 mp_int_read_string(&a, 10, argv[1]);
H A Dimath.h347 mp_result mp_int_read_string(mp_int z, mp_size radix, const char *str);
H A Ddoc.md.in170 mp_int_read_string mp_int_read_cstring
H A Dimdrover.c131 return mp_int_read_string(z, radix, str); in read_int_value()
H A DChangeLog177 the mp_int_read_string() and mp_int_read_cstring() functions,
H A Dimath.c1503 mp_result mp_int_read_string(mp_int z, mp_size radix, const char *str) { in mp_int_read_string() function
/llvm-project/polly/lib/External/isl/imath_wrap/
H A Dwrap.h109 #define mp_int_read_string isl_mp_int_read_string macro
/llvm-project/polly/lib/External/isl/
H A Disl_int_sioimath.c180 mp_int_read_string(isl_sioimath_reinit_big(dst), 10, str); in isl_sioimath_read()