Searched refs:__gmp_allocate_func (Results 51 - 60 of 60) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dzeta.c255 tc1 = (mpfr_t*) (*__gmp_allocate_func) (size);
H A Dget_str.c2271 s = (char *) (*__gmp_allocate_func) (6);
2281 s = (char *) (*__gmp_allocate_func) (neg + 6);
2312 s = (char*) (*__gmp_allocate_func) (neg + m + 1);
2324 s = (char*) (*__gmp_allocate_func) (neg + m + 1);
H A Dstrtofr.c326 pstr->mantissa = (unsigned char*) (*__gmp_allocate_func) (pstr->alloc);
H A Dmpfr-impl.h1579 (g).mant = (mp_limb_t *) (*__gmp_allocate_func) ((g).alloc); \
1629 (g).mant = (mp_limb_t *) (*__gmp_allocate_func) ((g).alloc); \
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtests.c455 (char*) (*__gmp_allocate_func) (strlen (filename) + strlen (srcdir) + 2);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/misc/
H A Dt-printf.c103 fmt = (*__gmp_allocate_func) (fmtsize);
H A Dt-scanf.c232 input_writable = (*__gmp_allocate_func) (size);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tune/
H A Dcommon.c1670 p = (*__gmp_allocate_func) (bytes);
1680 p = (*__gmp_allocate_func) (BYTES_PER_MP_LIMB);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/
H A Dtests.h448 char *s = (char *) (*__gmp_allocate_func) (pcount + 1);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dgmp-impl.h308 __gmp_allocate_func doesn't already determine it. Currently TMP_ALLOC
657 /* Enhancement: __gmp_allocate_func could have "__attribute__ ((malloc))",
659 __GMP_DECLSPEC extern void * (*__gmp_allocate_func) __GMP_PROTO ((size_t));
668 ((type *) (*__gmp_allocate_func) ((n) * sizeof (type)))
3965 /* "buf" is a __gmp_allocate_func block of "alloc" many bytes. The first
3980 (d).buf = (char *) (*__gmp_allocate_func) ((d).alloc); \
4629 /* A little helper for a null-terminated __gmp_allocate_func string.

Completed in 157 milliseconds

123