Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h332 #define Int_max 14 macro
370 #define Int_max 15 macro
396 #define Int_max 15 macro
Ddtoa.c441 if (be >= 0 && k <= Int_max) {
Dgdtoa.c461 if (be >= 0 && k <= Int_max) { in gdtoa()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c253 #define Int_max 14 macro
2608 if (be >= 0 && k <= Int_max) { in _Py_dg_dtoa()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c270 #define Int_max 14 macro
2639 if (be >= 0 && k <= Int_max) { in _Py_dg_dtoa()