Home
last modified time | relevance | path

Searched refs:_Py_dg_freedtoa (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Ddtoa.h9 PyAPI_FUNC(void) _Py_dg_freedtoa(char *s);
/external/python/cpython3/Include/
Ddtoa.h10 PyAPI_FUNC(void) _Py_dg_freedtoa(char *s);
/external/python/cpython3/Python/
Dpystrtod.c1238 _Py_dg_freedtoa(digits); in format_float_short()
Ddtoa.c2226 _Py_dg_freedtoa(char *s) in _Py_dg_freedtoa() function
2869 _Py_dg_freedtoa(s0); in _Py_dg_dtoa()
/external/python/cpython2/Python/
Dpystrtod.c1179 _Py_dg_freedtoa(digits); in format_float_short()
Ddtoa.c2299 _Py_dg_freedtoa(char *s) in _Py_dg_freedtoa() function
2942 _Py_dg_freedtoa(s0); in _Py_dg_dtoa()
/external/python/cpython3/Objects/
Dfloatobject.c975 _Py_dg_freedtoa(buf); in double_round()
/external/python/cpython2/Objects/
Dfloatobject.c1223 _Py_dg_freedtoa(buf); in _Py_double_round()