Searched defs:_Py_dg_strtod (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Python/
H A Ddtoa.c50 * 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
209 /* Bound on length of pieces of input strings in _Py_dg_strtod; specifically,
213 exponent clipping in _Py_dg_strtod can't affect the value of the output. */
285 /* struct BCinfo is used to pass information from _Py_dg_strtod to bigcomp */
496 function carries on where the parsing code in _Py_dg_strtod leaves off: on
1052 except that it accepts the scale parameter used in _Py_dg_strtod (which
1353 already been obtained by the code in _Py_dg_strtod.
1355 The bigcomp function is only called after _Py_dg_strtod has found a
1370 value represented by the original input to _Py_dg_strtod
1507 _Py_dg_strtod(const char *s00, char **se) function
[all...]
/external/python/cpython3/Python/
H A Ddtoa.c50 * 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
200 /* Bound on length of pieces of input strings in _Py_dg_strtod; specifically,
204 exponent clipping in _Py_dg_strtod can't affect the value of the output. */
286 /* struct BCinfo is used to pass information from _Py_dg_strtod to bigcomp */
484 function carries on where the parsing code in _Py_dg_strtod leaves off: on
978 except that it accepts the scale parameter used in _Py_dg_strtod (which
1250 already been obtained by the code in _Py_dg_strtod.
1252 The bigcomp function is only called after _Py_dg_strtod has found a
1267 value represented by the original input to _Py_dg_strtod
1434 _Py_dg_strtod(const char *s00, char **se) function
[all...]

Completed in 270 milliseconds