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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 311 #define Exp_mask 0x7ff00000
350 #define Exp_mask 0x7f000000
376 #define Exp_mask 0x7f80
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoaimp.h 313 #define Exp_mask 0x7ff00000
352 #define Exp_mask 0x7f000000
378 #define Exp_mask 0x7f80
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 249 #define Exp_mask 0x7ff00000
1008 L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;
1085 *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 232 #define Exp_mask 0x7ff00000
991 L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;
1068 *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift);
    [all...]
  /external/python/cpython2/Python/
dtoa.c 249 #define Exp_mask 0x7ff00000
1008 L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;
1085 *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift);
    [all...]
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 244 #define Exp_mask 0x7ff00000
274 #define Exp_mask 0x7f000000
298 #define Exp_mask 0x7f80
1268 L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 244 #define Exp_mask 0x7ff00000
274 #define Exp_mask 0x7f000000
298 #define Exp_mask 0x7f80
1268 L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1;
    [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 62 milliseconds