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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 659 >> Exp_shift1) - Bias;
661 word0(&rv) |= Bias << Exp_shift1;
665 e2 += ((word0(&rv) & Exp_mask) >> Exp_shift1) - Bias;
667 word0(&rv) |= Bias << Exp_shift1;
681 >> Exp_shift1) - Bias;
683 word0(&rv) |= Bias << Exp_shift1;
687 e2 += ((word0(&rv) & Exp_mask) >> Exp_shift1) - Bias;
689 word0(&rv) |= Bias << Exp_shift1;
gdtoaimp.h 308 #define Exp_shift1 20
347 #define Exp_shift1 24
373 #define Exp_shift1 7
dtoa.c 204 i = (int)(word0(&d) >> Exp_shift1 & (Exp_mask>>Exp_shift1));
206 if (( i = (int)(word0(&d) >> Exp_shift1 & (Exp_mask>>Exp_shift1)) )!=0) {
  /ndk/sources/android/support/src/stdio/
strtod.c 251 #define Exp_shift1 20
281 #define Exp_shift1 24
305 #define Exp_shift1 7
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 75 #define Exp_shift1 20
783 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...]

Completed in 229 milliseconds