Lines Matching defs:_Py_dg_strtod
50 * on failure. _Py_dg_strtod indicates failure due to malloc failure
64 * 7. _Py_dg_strtod has been modified so that it doesn't accept strings with
205 /* Bound on length of pieces of input strings in _Py_dg_strtod; specifically,
209 exponent clipping in _Py_dg_strtod can't affect the value of the output. */
291 /* struct BCinfo is used to pass information from _Py_dg_strtod to bigcomp */
489 function carries on where the parsing code in _Py_dg_strtod leaves off: on
983 except that it accepts the scale parameter used in _Py_dg_strtod (which
1255 already been obtained by the code in _Py_dg_strtod.
1257 The bigcomp function is only called after _Py_dg_strtod has found a
1272 value represented by the original input to _Py_dg_strtod. If
1277 estimation steps of _Py_dg_strtod. Description of fields follows:
1439 _Py_dg_strtod(const char *s00, char **se)
1797 /* This is the main correction loop for _Py_dg_strtod.