HomeSort by relevance Sort by last modified time
    Searched defs:_Py_dg_strtod (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 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
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
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 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
268 /* struct BCinfo is used to pass information from _Py_dg_strtod to bigcomp */
479 function carries on where the parsing code in _Py_dg_strtod leaves off: on
1035 except that it accepts the scale parameter used in _Py_dg_strtod (which
    [all...]
  /external/python/cpython2/Python/
dtoa.c 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
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
    [all...]
  /external/python/cpython3/Python/
dtoa.c 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
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
    [all...]

Completed in 292 milliseconds