Home
last modified time | relevance | path

Searched refs:mp_int_init_size (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mit/isl/dist/imath_wrap/
H A Dwrap.h96 #define mp_int_init_size isl_mp_int_init_size macro
/netbsd-src/external/mit/isl/dist/imath/
H A Dimath.h124 mp_result mp_int_init_size(mp_int z, mp_size prec);
H A Dimrat.c82 if ((res = mp_int_init_size(MP_NUMER_P(r), n_prec)) != MP_OK) { in mp_rat_init_size()
85 if ((res = mp_int_init_size(MP_DENOM_P(r), d_prec)) != MP_OK) { in mp_rat_init_size()
H A Dgmp_compat.c762 mp_int_init_size(tmp, num_digits); in GMPZAPI()
H A Dimath.c386 mp_result mp_int_init_size(mp_int z, mp_size prec) { in mp_int_init_size() function
416 mp_result res = mp_int_init_size(z, target); in mp_int_init_copy()