Searched defs:Bletch (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgdtoaimp.h327 /* Bletch = (highest power of 2 < DBL_MAX_10_EXP) / 16 */
346 #define Bletch 0x10 macro
383 #define Bletch 4 macro
410 #define Bletch 2 macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c398 /* Bletch = (highest power of 2 < DBL_MAX_10_EXP) / 16 */
417 #define Bletch 0x10 macro
471 #define Bletch 4 macro
498 #define Bletch 2 macro
2973 if (j & Bletch) {
2975 j &= Bletch - 1;

Completed in 428 milliseconds