HomeSort by relevance Sort by last modified time
    Searched defs:Exp_shift (Results 1 - 8 of 8) 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...]
  /external/python/cpython3/Python/
dtoa.c 236 #define Exp_shift 20
1011 *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift);
1071 if ((de = (int)(word0(d) >> Exp_shift)))
1235 if (bc->scale && 2*P + 1 > (int)((word0(x) & Exp_mask) >> Exp_shift)) {
    [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 503 milliseconds