Home
last modified time | relevance | path

Searched refs:Ten_pmax (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h322 #define Ten_pmax 22 macro
361 #define Ten_pmax 22 macro
386 #define Ten_pmax 24 macro
Dstrtod.c337 if (e <= Ten_pmax) { in strtod()
353 if (e <= Ten_pmax + i) { in strtod()
384 else if (e >= -Ten_pmax) { in strtod()
Dstrtodg.c525 if (e <= Ten_pmax) { in strtodg()
534 if (e <= Ten_pmax + i) { in strtodg()
548 else if (e >= -Ten_pmax) { in strtodg()
Ddtoa.c263 if (k >= 0 && k <= Ten_pmax) {
Dgdtoa.c272 if (k >= 0 && k <= Ten_pmax) { in gdtoa()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c244 #define Ten_pmax 22 macro
1686 if (e <= Ten_pmax) { in _Py_dg_strtod()
1691 if (e <= Ten_pmax + i) { in _Py_dg_strtod()
1701 else if (e >= -Ten_pmax) { in _Py_dg_strtod()
2442 if (k >= 0 && k <= Ten_pmax) { in _Py_dg_dtoa()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c261 #define Ten_pmax 22 macro
1717 if (e <= Ten_pmax) { in _Py_dg_strtod()
1722 if (e <= Ten_pmax + i) { in _Py_dg_strtod()
1732 else if (e >= -Ten_pmax) { in _Py_dg_strtod()
2473 if (k >= 0 && k <= Ten_pmax) { in _Py_dg_dtoa()