Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/imath/
Dimath.c226 STATIC mp_digit *s_alloc(mp_size num);
394 if ((MP_DIGITS(z) = s_alloc(prec)) == NULL) in mp_int_init_size()
732 if ((out = s_alloc(p)) == NULL) in mp_int_mul()
800 if ((out = s_alloc(p)) == NULL) in mp_int_sqr()
1968 STATIC mp_digit *s_alloc(mp_size num) in s_alloc() function
1989 mp_digit *new = s_alloc(nsize); in s_realloc()
2016 if ((tmp = s_alloc(nsize)) == NULL) in s_pad()
2208 if ((t1 = s_alloc(4 * buf_size)) == NULL) return 0; in s_kmul()
2289 if ((t1 = s_alloc(4 * buf_size)) == NULL) return 0; in s_ksqr()