Searched refs:rve (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Include/
H A Ddtoa.h8 int *decpt, int *sign, char **rve);
/external/python/cpython3/Include/
H A Ddtoa.h9 int *decpt, int *sign, char **rve);
/external/python/cpython3/Python/
H A Ddtoa.c2205 nrv_alloc(const char *s, char **rve, int n) argument
2214 if (rve)
2215 *rve = t;
2273 int *decpt, int *sign, char **rve)
2277 the returned string. If not null, *rve is set to point
2340 return nrv_alloc("Infinity", rve, 8);
2341 return nrv_alloc("NaN", rve, 3);
2345 return nrv_alloc("0", rve, 1);
2856 if (rve)
2857 *rve
2272 _Py_dg_dtoa(double dd, int mode, int ndigits, int *decpt, int *sign, char **rve) argument
[all...]
/external/python/cpython2/Python/
H A Ddtoa.c2278 nrv_alloc(char *s, char **rve, int n) argument
2287 if (rve)
2288 *rve = t;
2346 int *decpt, int *sign, char **rve)
2350 the returned string. If not null, *rve is set to point
2413 return nrv_alloc("Infinity", rve, 8);
2414 return nrv_alloc("NaN", rve, 3);
2418 return nrv_alloc("0", rve, 1);
2929 if (rve)
2930 *rve
2345 _Py_dg_dtoa(double dd, int mode, int ndigits, int *decpt, int *sign, char **rve) argument
[all...]

Completed in 178 milliseconds