Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/imath/
H A Dimdrover.c451 mp_int_to_string(in[0], 10, g_output, OUTPUT_LIMIT); in test_init()
475 mp_int_to_string(in[0], 10, g_output, OUTPUT_LIMIT); in test_set()
490 mp_int_to_string(in[1], 10, g_output, OUTPUT_LIMIT); in test_neg()
505 mp_int_to_string(in[1], 10, g_output, OUTPUT_LIMIT); in test_abs()
527 mp_int_to_string(in[2], 10, g_output, OUTPUT_LIMIT); in test_add()
549 mp_int_to_string(in[2], 10, g_output, OUTPUT_LIMIT); in test_sub()
563 mp_int_to_string(in[2], 10, g_output, OUTPUT_LIMIT); in test_mul()
579 mp_int_to_string(in[2], 10, g_output, OUTPUT_LIMIT); in test_mulp2()
595 mp_int_to_string(in[2], 10, g_output, OUTPUT_LIMIT); in test_mulv()
609 mp_int_to_string(in[1], 10, g_output, OUTPUT_LIMIT); in test_sqr()
[all …]
H A Dimrat.c472 if ((res = mp_int_to_string(MP_NUMER_P(r), radix, str, limit)) != MP_OK) { in mp_rat_to_string()
491 return mp_int_to_string(MP_DENOM_P(r), radix, start, limit); in mp_rat_to_string()
597 if ((res = mp_int_to_string(TEMP(0), radix, start, left)) != MP_OK) { in mp_rat_to_decimal()
619 res = mp_int_to_string(TEMP(1), radix, start, left); in mp_rat_to_decimal()
H A DREADME.md89 mp_int_to_string(&a, 10, buf, len);
H A Dimath.h327 mp_result mp_int_to_string(mp_int z, mp_size radix, char *str, int limit);
H A Dgmp_compat.c303 CHECK(mp_int_to_string(op, r, str, len)); in GMPZAPI()
H A Ddoc.md.in169 mp_int_to_string mp_int_string_len
H A Dimath.c1441 mp_result mp_int_to_string(mp_int z, mp_size radix, char *str, int limit) { in mp_int_to_string() function
/llvm-project/polly/lib/External/isl/imath/examples/
H A Drsakey.c290 mp_int_to_string(&(kp->p), 10, obuf, len); in rsa_key_write()
292 mp_int_to_string(&(kp->q), 10, obuf, len); in rsa_key_write()
294 mp_int_to_string(&(kp->e), 10, obuf, len); in rsa_key_write()
296 mp_int_to_string(&(kp->d), 10, obuf, len); in rsa_key_write()
298 mp_int_to_string(&(kp->n), 10, obuf, len); in rsa_key_write()
H A Dfindprime.c61 mp_int_to_string(&seed, 10, buf, sizeof(buf)); in main()
H A Dinput.c83 res = mp_int_to_string(MP_NUMER_P(&value), radix, obuf, buf_size); in main()
H A Dbasecvt.c96 res = mp_int_to_string(MP_NUMER_P(&value), out_rdx, buf, len); in main()
H A Dpi.c101 mp_int_to_string(&sum1, g_radix, g_buf, sizeof(g_buf)); in main()
H A Drandprime.c126 mp_int_to_string(&value, 10, obuf, len); in main()
H A Dimcalc.c411 mp_int_to_string(v, g_output_radix, buf, len); in print_value()
/llvm-project/polly/lib/External/isl/imath/tests/
H A Dbintest.c70 mp_int_to_string(&w, 10, (char *)buf, sizeof(buf)); in main()
96 mp_int_to_string(&w, 10, (char *)buf, sizeof(buf)); in main()
/llvm-project/polly/lib/External/isl/imath_wrap/
H A Dwrap.h122 #define mp_int_to_string isl_mp_int_to_string macro
/llvm-project/polly/lib/External/isl/
H A Disl_int_sioimath.c213 mp_int_to_string(big, 10, buf, len); in isl_sioimath_print()