Home
last modified time | relevance | path

Searched refs:_Py_dg_dtoa (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_dtoa.h14 PyAPI_FUNC(char *) _Py_dg_dtoa(double d, int mode, int ndigits,
/third_party/python/Python/
Dpystrtod.c1013 digits = _Py_dg_dtoa(d, mode, precision, &decpt_as_int, &sign, in format_float_short()
Ddtoa.c2247 _Py_dg_dtoa(double dd, int mode, int ndigits, in _Py_dg_dtoa() function
/third_party/python/Objects/
Dfloatobject.c937 buf = _Py_dg_dtoa(x, 3, ndigits, &decpt, &sign, &buf_end); in double_round()