Searched refs:mp_int_read_string (Results 1 – 13 of 13) sorted by relevance
/llvm-project/polly/lib/External/isl/imath/examples/ |
H A D | findprime.c | 46 if ((res = mp_int_read_string(&seed, 10, argv[1])) != MP_OK) { in main()
|
H A D | rsakey.c | 125 if ((res = mp_int_read_string(&(the_key.e), 10, expt)) != MP_OK) { in main()
|
H A D | imcalc.c | 362 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 D | bintest.c | 46 res = mp_int_read_string(&v, 10, argv[1]); in main()
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | gmp_compat.c | 351 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 D | README.md | 81 mp_int_read_string(&a, 10, argv[1]);
|
H A D | imath.h | 347 mp_result mp_int_read_string(mp_int z, mp_size radix, const char *str);
|
H A D | doc.md.in | 170 mp_int_read_string mp_int_read_cstring
|
H A D | imdrover.c | 131 return mp_int_read_string(z, radix, str); in read_int_value()
|
H A D | ChangeLog | 177 the mp_int_read_string() and mp_int_read_cstring() functions,
|
H A D | imath.c | 1503 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 D | wrap.h | 109 #define mp_int_read_string isl_mp_int_read_string macro
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_int_sioimath.c | 180 mp_int_read_string(isl_sioimath_reinit_big(dst), 10, str); in isl_sioimath_read()
|