Searched defs:bigtens (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | misc.c | 858 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 }; variable
|
D | gdtoaimp.h | 504 #define bigtens __bigtens_D2A macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | dtoa.c | 1204 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 }; variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dtoa.c | 1187 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 }; variable
|