HomeSort by: relevance | last modified time | path
    Searched defs:mpfr_allocate_func (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
mpfr-gmp.c 308 mpfr_allocate_func (size_t alloc_size) function
346 mpfr_allocate_func (sizeof (struct tmp_marker));
347 head->ptr = mpfr_allocate_func (size);
mpfr-gmp.c 308 mpfr_allocate_func (size_t alloc_size) function
346 mpfr_allocate_func (sizeof (struct tmp_marker));
347 head->ptr = mpfr_allocate_func (size);
mpfr-gmp.h 95 #define mpfr_allocate_func (*__gmp_allocate_func) macro
251 __MPFR_DECLSPEC void * mpfr_allocate_func (size_t);
mpfr-gmp.h 95 #define mpfr_allocate_func (*__gmp_allocate_func) macro
251 __MPFR_DECLSPEC void * mpfr_allocate_func (size_t);

Completed in 63 milliseconds