HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_vasnprintf_aux (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
printf.c 37 /* Each printf-like function calls mpfr_vasnprintf_aux (directly or
159 ret = mpfr_vasnprintf_aux (NULL, buf, size, fmt, ap);
168 return mpfr_vasnprintf_aux (NULL, buf, size, fmt, ap);
184 return mpfr_vasnprintf_aux (ptr, NULL, 0, fmt, ap);
vasprintf.c 0 /* mpfr_vasnprintf_aux -- helper function for the formatted output functions
2089 mpfr_vasnprintf_aux (char **ptr, char *Buf, size_t size, const char *fmt, function
mpfr-impl.h 2519 __MPFR_DECLSPEC int mpfr_vasnprintf_aux (char**, char*, size_t, const char*,

Completed in 29 milliseconds