HomeSort by relevance Sort by last modified time
    Searched defs:Bletch (Results 1 - 4 of 4) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 302 /* Bletch = (highest power of 2 < DBL_MAX_10_EXP) / 16 */
321 #define Bletch 0x10
358 #define Bletch 4
386 #define Bletch 2
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 81 #define Bletch 0x10
875 if (j & Bletch) {
877 j &= Bletch - 1;
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 339 /* Bletch = (highest power of 2 < DBL_MAX_10_EXP) / 16 */
360 #define Bletch 0x10
416 #define Bletch 4
446 #define Bletch 2
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 245 /* Bletch = (highest power of 2 < DBL_MAX_10_EXP) / 16 */
265 #define Bletch 0x10
292 #define Bletch 4
317 #define Bletch 2
    [all...]

Completed in 218 milliseconds