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

  /external/v8/src/
double.h 38 static double uint64_to_double(uint64_t d64) { return BitCast<double>(d64); }
53 explicit Double(uint64_t d64) : d64_(d64) {}
104 uint64_t d64 = AsUint64();
106 static_cast<int>((d64 & kExponentMask) >> kPhysicalSignificandSize);
111 uint64_t d64 = AsUint64(); local
112 uint64_t significand = d64 & kSignificandMask;
122 uint64_t d64 = AsUint64(); local
123 return (d64 & kExponentMask) == 0
129 uint64_t d64 = AsUint64(); local
134 uint64_t d64 = AsUint64(); local
140 uint64_t d64 = AsUint64(); local
146 uint64_t d64 = AsUint64(); local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 3712 Long d64; local
4313 Long d64; local
9007 Long d64; local
    [all...]
  /external/icu4c/common/
putil.c 161 double d64; member in union:__anon6102
342 convertedNumber.d64 = number;
368 convertedNumber.d64 = number;
415 return gNan.d64;
428 return gInf.d64;
    [all...]
  /external/valgrind/main/exp-ptrcheck/
h_main.c 4482 IRAtom* d64 = assignNew( 'I', pce, Ity_I64, local
    [all...]

Completed in 336 milliseconds