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

  /external/v8/src/
double.h 25 V8_2PART_UINT64_C(0x000FFFFF, FFFFFFFF);
fast-dtoa.cc 449 DCHECK(V8_2PART_UINT64_C(0xFFFFFFFF, FFFFFFFF) / 10 >= one.f());
557 DCHECK(V8_2PART_UINT64_C(0xFFFFFFFF, FFFFFFFF) / 10 >= one.f());
conversions-inl.h 118 const uint64_t kBottomBitMask = V8_2PART_UINT64_C(0x00000000, FFFFFFFF);
strtod.cc 36 static const uint64_t kMaxUint64 = V8_2PART_UINT64_C(0xFFFFFFFF, FFFFFFFF);
  /external/python/cpython3/Python/
dtoa.c 294 #define FFFFFFFF 0xffffffffUL
462 *x++ = (ULong)(y & FFFFFFFF);
663 *xc++ = (ULong)(z & FFFFFFFF);
911 *xc++ = (ULong)(y & FFFFFFFF);
917 *xc++ = (ULong)(y & FFFFFFFF);
1187 y = *bx - (ys & FFFFFFFF) - borrow;
1189 *bx++ = (ULong)(y & FFFFFFFF);
1208 y = *bx - (ys & FFFFFFFF) - borrow;
1210 *bx++ = (ULong)(y & FFFFFFFF);
    [all...]
  /external/icu/icu4c/source/i18n/
double-conversion-fast-dtoa.cpp 393 ASSERT(UINT64_2PART_C(0xFFFFFFFF, FFFFFFFF) / 10 >= one.f());
503 ASSERT(UINT64_2PART_C(0xFFFFFFFF, FFFFFFFF) / 10 >= one.f());
double-conversion-ieee.h 60 static const uint64_t kSignificandMask = UINT64_2PART_C(0x000FFFFF, FFFFFFFF);
double-conversion-strtod.cpp 70 static const uint64_t kMaxUint64 = UINT64_2PART_C(0xFFFFFFFF, FFFFFFFF);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 293 #define FFFFFFFF 0xffffffffUL
467 *x++ = (ULong)(y & FFFFFFFF);
681 *xc++ = (ULong)(z & FFFFFFFF);
968 *xc++ = (ULong)(y & FFFFFFFF);
974 *xc++ = (ULong)(y & FFFFFFFF);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 276 #define FFFFFFFF 0xffffffffUL
450 *x++ = (ULong)(y & FFFFFFFF);
664 *xc++ = (ULong)(z & FFFFFFFF);
951 *xc++ = (ULong)(y & FFFFFFFF);
957 *xc++ = (ULong)(y & FFFFFFFF);
    [all...]
  /external/python/cpython2/Python/
dtoa.c 293 #define FFFFFFFF 0xffffffffUL
467 *x++ = (ULong)(y & FFFFFFFF);
681 *xc++ = (ULong)(z & FFFFFFFF);
968 *xc++ = (ULong)(y & FFFFFFFF);
974 *xc++ = (ULong)(y & FFFFFFFF);
    [all...]

Completed in 1144 milliseconds