Searched refs:_Py_dg_dtoa (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_dtoa.h | 14 PyAPI_FUNC(char *) _Py_dg_dtoa(double d, int mode, int ndigits,
|
/third_party/python/Python/ |
D | pystrtod.c | 1013 digits = _Py_dg_dtoa(d, mode, precision, &decpt_as_int, &sign, in format_float_short()
|
D | dtoa.c | 2247 _Py_dg_dtoa(double dd, int mode, int ndigits, in _Py_dg_dtoa() function
|
/third_party/python/Objects/ |
D | floatobject.c | 937 buf = _Py_dg_dtoa(x, 3, ndigits, &decpt, &sign, &buf_end); in double_round()
|