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

/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp142 #define Bletch 0x10 macro
1455 if (j & Bletch) {
1457 j &= Bletch - 1;
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc339 /* Bletch = (highest power of 2 < DBL_MAX_10_EXP) / 16 */
360 #define Bletch 0x10 macro
416 #define Bletch 4 macro
446 #define Bletch 2 macro
3793 if (j & Bletch) {
3795 j &= Bletch - 1;

Completed in 40 milliseconds