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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 307 #define Exp_shift 20
346 #define Exp_shift 24
372 #define Exp_shift 23
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoaimp.h 309 #define Exp_shift 20
348 #define Exp_shift 24
374 #define Exp_shift 23
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 245 #define Exp_shift 20
1085 *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift);
1145 if ((de = (int)(word0(d) >> Exp_shift)))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 228 #define Exp_shift 20
1068 *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift);
1128 if ((de = (int)(word0(d) >> Exp_shift)))
    [all...]
  /external/python/cpython2/Python/
dtoa.c 245 #define Exp_shift 20
1085 *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift);
1145 if ((de = (int)(word0(d) >> Exp_shift)))
    [all...]
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 240 #define Exp_shift 20
270 #define Exp_shift 24
294 #define Exp_shift 23
1280 L = (ULong)-L >> Exp_shift;
1281 if (L < Exp_shift) {
1287 L -= Exp_shift;
1405 de = (int)(d0 >> Exp_shift);
1410 if ((de = (int)(d0 >> Exp_shift)) != 0)
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 240 #define Exp_shift 20
270 #define Exp_shift 24
294 #define Exp_shift 23
1280 L = (ULong)-L >> Exp_shift;
1281 if (L < Exp_shift) {
1287 L -= Exp_shift;
1405 de = (int)(d0 >> Exp_shift);
1410 if ((de = (int)(d0 >> Exp_shift)) != 0)
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 561 milliseconds