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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystrtod.c 92 _PyOS_ascii_strtod(const char *nptr, char **endptr)
125 _PyOS_ascii_strtod(const char *nptr, char **endptr)
288 /* _PyOS_ascii_strtod already does everything that we want,
293 x = _PyOS_ascii_strtod(p, &fail_pos);
345 x = _PyOS_ascii_strtod(s, &fail_pos);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystrtod.c 92 _PyOS_ascii_strtod(const char *nptr, char **endptr)
125 _PyOS_ascii_strtod(const char *nptr, char **endptr)
288 /* _PyOS_ascii_strtod already does everything that we want,
293 x = _PyOS_ascii_strtod(p, &fail_pos);
345 x = _PyOS_ascii_strtod(s, &fail_pos);
    [all...]
  /external/python/cpython2/Python/
pystrtod.c 92 _PyOS_ascii_strtod(const char *nptr, char **endptr)
125 _PyOS_ascii_strtod(const char *nptr, char **endptr)
288 /* _PyOS_ascii_strtod already does everything that we want,
293 x = _PyOS_ascii_strtod(p, &fail_pos);
345 x = _PyOS_ascii_strtod(s, &fail_pos);
    [all...]
  /external/python/cpython3/Python/
pystrtod.c 100 * _PyOS_ascii_strtod:
131 _PyOS_ascii_strtod(const char *nptr, char **endptr)
164 _PyOS_ascii_strtod(const char *nptr, char **endptr)
346 x = _PyOS_ascii_strtod(s, &fail_pos);
    [all...]

Completed in 130 milliseconds