Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/imath_wrap/
H A Dwrap.h70 #define mp_int_alloc isl_mp_int_alloc macro
/netbsd-src/external/mit/isl/dist/
H A Disl_int_imath.h9 #define isl_int_init(i) i = mp_int_alloc()
H A Disl_int_sioimath.h334 *ptr = isl_sioimath_encode_big(mp_int_alloc()); in isl_sioimath_reinit_big()
/netbsd-src/external/mit/isl/dist/imath/
H A Dimath.h119 mp_int mp_int_alloc(void);
H A Dimath.c378 mp_int mp_int_alloc(void) { in mp_int_alloc() function