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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystrtod.c 61 * PyOS_ascii_strtod:
273 /* PyOS_ascii_strtod is DEPRECATED in Python 2.7 and 3.1 */
276 PyOS_ascii_strtod(const char *nptr, char **endptr)
283 "PyOS_ascii_strtod and PyOS_ascii_atof are "
301 /* PyOS_ascii_strtod is DEPRECATED in Python 2.7 and 3.1 */
306 return PyOS_ascii_strtod(nptr, NULL);
310 PyOS_ascii_strtod and PyOS_ascii_atof functions. It converts a
313 contrast, PyOS_ascii_strtod allows leading whitespace but not trailing
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystrtod.c 61 * PyOS_ascii_strtod:
273 /* PyOS_ascii_strtod is DEPRECATED in Python 2.7 and 3.1 */
276 PyOS_ascii_strtod(const char *nptr, char **endptr)
283 "PyOS_ascii_strtod and PyOS_ascii_atof are "
301 /* PyOS_ascii_strtod is DEPRECATED in Python 2.7 and 3.1 */
306 return PyOS_ascii_strtod(nptr, NULL);
310 PyOS_ascii_strtod and PyOS_ascii_atof functions. It converts a
313 contrast, PyOS_ascii_strtod allows leading whitespace but not trailing
    [all...]

Completed in 168 milliseconds