Searched refs:Bletch (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gdtoa/
H A Dgdtoaimp.h319 /* Bletch = (highest power of 2 < DBL_MAX_10_EXP) / 16 */
338 #define Bletch 0x10 macro
375 #define Bletch 4 macro
402 #define Bletch 2 macro
H A Ddtoa.c346 if (j & Bletch) {
348 j &= Bletch - 1;
H A Dgdtoa.c347 if (j & Bletch) {
349 j &= Bletch - 1;

Completed in 57 milliseconds