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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 308 #define Exp_shift1 20
347 #define Exp_shift1 24
373 #define Exp_shift1 7
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 68 #define Exp_shift1 20
776 if ((i = (int)(word0(&u) >> Exp_shift1 & (Exp_mask >> Exp_shift1)))) {
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 345 #define Exp_shift1 20
402 #define Exp_shift1 24
431 #define Exp_shift1 7
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 251 #define Exp_shift1 20
281 #define Exp_shift1 24
305 #define Exp_shift1 7
    [all...]

Completed in 56 milliseconds