Searched defs:uint64_to_double (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Ddouble.h39 static double uint64_to_double(uint64_t d64) { return BitCast<double>(d64); } function in namespace:WTF::double_conversion
184 double value() const { return uint64_to_double(d64_); }
/external/chromium_org/v8/src/
H A Ddouble.h15 inline double uint64_to_double(uint64_t d64) { return bit_cast<double>(d64); } function in namespace:v8::internal
155 double value() const { return uint64_to_double(d64_); }

Completed in 176 milliseconds