Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/imath/examples/
H A Dimcalc.c357 if ((value = mp_int_alloc()) == NULL) { in read_number()
635 sp->mem[ix] = mp_int_alloc(); in mem_insert()
790 if ((t = mp_int_alloc()) == NULL) return MP_MEMORY; in cf_xgcd()
947 mp_int cp = mp_int_alloc(); in cf_dup()
976 mp_int new = mp_int_alloc(); in cf_copy()
1080 if ((val = mp_int_alloc()) == NULL) return MP_MEMORY; in cf_recall()
1124 if ((val = mp_int_alloc()) == NULL) return MP_MEMORY; in cf_qrecall()
/llvm-project-15.0.7/polly/lib/External/isl/imath_wrap/
H A Dwrap.h70 #define mp_int_alloc isl_mp_int_alloc macro
/llvm-project-15.0.7/polly/lib/External/isl/
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()
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimath.h119 mp_int mp_int_alloc(void);
H A DChangeLog181 Added mp_int_alloc() and mp_int_free().
197 Fixed a bug in mp_int_alloc(), it was not returning NULL when out
H A Ddoc.md.in105 mp_int_init mp_int_alloc mp_int_init_size
H A Dimath.c378 mp_int mp_int_alloc(void) { in mp_int_alloc() function