Home
last modified time | relevance | path

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

/dports/math/pari/pari-2.13.3/src/language/
H A Dhash.c74 h->table = (hashentry**)pari_calloc(len * sizeof(hashentry*)); in hash_create()
100 h->table = (hashentry**)pari_calloc(len * sizeof(hashentry*)); in hash_init()
137 newtable = (hashentry**)pari_calloc(newlen*sizeof(hashentry*)); in hash_insert2()
H A Danal.c135 entree *ep = (entree *) pari_calloc(sizeof(entree) + add + len+1); in initep()
937 varentries = (entree**) pari_calloc((MAXVARN+1)*sizeof(entree*)); in pari_var_init()
H A Ddefault.c536 H->v = (gp_hist_cell*)pari_calloc(s * sizeof(gp_hist_cell)); in init_hist()
H A Dinit.c824 functions_hash = (entree**) pari_calloc(sizeof(entree*)*functions_tblsz); in pari_init_functions()
826 defaults_hash = (entree**) pari_calloc(sizeof(entree*)*functions_tblsz); in pari_init_functions()
/dports/math/pari/pari-2.13.3/src/headers/
H A Dpariinl.h1184 pari_calloc(size_t size) in pari_calloc() function
H A Dparidecl.h6140 INLINE void* pari_calloc(size_t size);
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.4707 pari_calloc, cgetalloc
/dports/math/pari/pari-2.13.3/doc/
H A Dusersch4.tex310 \fun{void*}{pari_calloc}{size_t size} as \tet{pari_malloc}, setting the
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dparidecl.pxd5018 void* pari_calloc(size_t size)
/dports/math/py-cypari2/cypari2-2.1.2/cypari2/
H A Dparidecl.pxd5178 void* pari_calloc(size_t size)