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

/bionic/libc/stdlib/
H A Dstrtod.c238 /* Bletch = (highest power of 2 < DBL_MAX_10_EXP) / 16 */
258 #define Bletch 0x10 macro
285 #define Bletch 4 macro
310 #define Bletch 2 macro
2329 if (j & Bletch) {
2331 j &= Bletch - 1;

Completed in 38 milliseconds