HomeSort by relevance Sort by last modified time
    Searched defs:Exp_shift (Results 1 - 5 of 5) 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
  /external/libweave/third_party/chromium/base/third_party/dmg_fp/
dtoa.cc 344 #define Exp_shift 20
401 #define Exp_shift 24
430 #define Exp_shift 23
1187 L = -L >> Exp_shift;
1188 if (L < Exp_shift) {
1194 L -= Exp_shift;
1306 de = (int)(d0 >> Exp_shift);
1311 de = (int)(d0 >> Exp_shift);
    [all...]
  /ndk/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 116 milliseconds