Searched refs:tests_allocate (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/tests/
H A Dmemory.c80 tests_allocate (size_t size) function
88 fprintf (stderr, "tests_allocate(): attempt to allocate 0 bytes\n");
226 mp_set_memory_functions (tests_allocate, tests_reallocate, tests_free);
H A Dtests.h45 void *tests_allocate (size_t);
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dmemory.c145 tests_allocate (size_t size) function
153 fprintf (stderr, "[MPFR] tests_allocate(): "
292 mp_set_memory_functions (tests_allocate, tests_reallocate, tests_free);
H A Dterandom.c51 t = (mpfr_t *) tests_allocate (nbtests * sizeof (mpfr_t));
H A Dtnrandom.c74 t = (mpfr_t *) tests_allocate (nbtests * sizeof (mpfr_t));
H A Dtgrandom.c59 t = (mpfr_t *) tests_allocate (nbtests * sizeof (mpfr_t));
H A Dmpfr-test.h326 void *tests_allocate (size_t);
H A Dtrandom.c34 tab = (int *) tests_allocate (size_tab * sizeof (int));
H A Dterandom_chisq.c98 counts = (long *) tests_allocate ((nu + 1) * sizeof (long));
231 counts = (long *) tests_allocate ((nu + 1) * sizeof (long));
H A Dtnrandom_chisq.c99 counts = (long *) tests_allocate ((nu + 1) * sizeof (long));
230 counts = (long *) tests_allocate ((nu + 1) * sizeof (long));
H A Dtset_str.c139 str = (char *) tests_allocate (nc);
762 str = (char *) tests_allocate (N + 20);
H A Dtests.c646 buf = (unsigned char *) tests_allocate (bufsize);
673 buffer = (char *) tests_allocate (buffsize);
H A Dtsum.c86 t = (mpfr_t *) tests_allocate (nmax * sizeof(mpfr_t));
87 p = (mpfr_ptr *) tests_allocate (nmax * sizeof(mpfr_ptr));
1230 x = (mpfr_t *) tests_allocate (n * sizeof (mpfr_t));
1231 y = (mpfr_ptr *) tests_allocate (n * sizeof (mpfr_ptr));
H A Dturandom.c41 tab = (int *) tests_allocate (size_tab * sizeof (int));
H A Dtget_str.c1427 s = (char *) tests_allocate (oprec + 6);
1431 t = (char *) tests_allocate (oprec + 6);
/netbsd-current/external/lgpl3/gmp/dist/tests/misc/
H A Dt-printf.c37 #define obstack_chunk_alloc tests_allocate

Completed in 153 milliseconds