Home
last modified time | relevance | path

Searched refs:nrv_alloc (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/contrib/gdtoa/
H A Dgdtoaimp.h572 #define nrv_alloc __nrv_alloc_D2A macro
626 extern char *nrv_alloc ANSI((char*, char **, int));
/third_party/python/Python/
H A Ddtoa.c47 * Similarly, rv_alloc and nrv_alloc (return type char *) return NULL on
2181 nrv_alloc(const char *s, char **rve, int n) in nrv_alloc() function
2316 return nrv_alloc("Infinity", rve, 8); in _Py_dg_dtoa()
2317 return nrv_alloc("NaN", rve, 3); in _Py_dg_dtoa()
2321 return nrv_alloc("0", rve, 1); in _Py_dg_dtoa()

Completed in 5 milliseconds