Home
last modified time | relevance | path

Searched refs:s00 (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dstrtodg.c308 CONST char *s00, char **se, CONST FPI *fpi, Long *expt, ULong *bits in strtodg() argument
329 for(s = s00;;s++) switch(*s) { in strtodg()
340 s = s00; in strtodg()
360 s = s00; in strtodg()
422 s = s00; in strtodg()
425 s00 = s; in strtodg()
456 s = s00; in strtodg()
488 s = s00; in strtodg()
Dstrtod.c88 strtod(CONST char *s00, char **se) in strtod() argument
110 for(s = s00;;s++) { in strtod()
154 s = s00; in strtod()
226 s00 = s; in strtod()
257 s = s00; in strtod()
303 s = s00; in strtod()
Dgdtoaimp.h586 extern double strtod (const char *s00, char **se);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c1507 _Py_dg_strtod(const char *s00, char **se) in _Py_dg_strtod() argument
1523 c = *(s = s00); in _Py_dg_strtod()
1574 *se = (char *)s00; in _Py_dg_strtod()
1582 *se = (char *)s00; in _Py_dg_strtod()
1591 s00 = s; in _Py_dg_strtod()
1630 s = s00; in _Py_dg_strtod()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c1490 _Py_dg_strtod(const char *s00, char **se) in _Py_dg_strtod() argument
1505 c = *(s = s00); in _Py_dg_strtod()
1553 *se = (char *)s00; in _Py_dg_strtod()
1560 s00 = s; in _Py_dg_strtod()
1599 s = s00; in _Py_dg_strtod()