HomeSort by relevance Sort by last modified time
    Searched refs:Exp_shift (Results 1 - 9 of 9) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
ulp.c 57 L = -L >> Exp_shift;
58 if (L < Exp_shift) {
64 L -= Exp_shift;
gdtoaimp.h 307 #define Exp_shift 20
346 #define Exp_shift 24
372 #define Exp_shift 23
strtod.c 74 if (!scale || (i = 2*P + 1 - ((word0(x) & Exp_mask) >> Exp_shift)) <= 0)
76 word0(&u) = Exp_1 + (i << Exp_shift);
533 >> Exp_shift)) > 0) {
824 ? (0xffffffff & (0xffffffff << (2*P+1-(y>>Exp_shift)))) :
1069 word0(&rv0) = Exp_1 + (70 << Exp_shift);
gdtoa.c 256 word0(&d) += j << Exp_shift - 2 & Exp_mask;
258 word0(&d) += (be + bbits - 1) << Exp_shift;
misc.c 753 de = (int)(d0 >> Exp_shift);
758 if ( (de = (int)(d0 >> Exp_shift)) !=0)
dtoa.c 825 word0(&d) = Exp_1 + (70 << Exp_shift);
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 344 #define Exp_shift 20
401 #define Exp_shift 24
430 #define Exp_shift 23
1178 L = -L >> Exp_shift;
1179 if (L < Exp_shift) {
1185 L -= Exp_shift;
1297 de = (int)(d0 >> Exp_shift);
1302 if ((de = (int)(d0 >> Exp_shift)))
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 250 #define Exp_shift 20
280 #define Exp_shift 24
304 #define Exp_shift 23
1290 L = (ULong)-L >> Exp_shift;
1291 if (L < Exp_shift) {
1297 L -= Exp_shift;
1415 de = (int)(d0 >> Exp_shift);
1420 if ((de = (int)(d0 >> Exp_shift)) != 0)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 74 #define Exp_shift 20
569 if ((de = (int)(d0 >> Exp_shift)))
    [all...]

Completed in 331 milliseconds