Home
last modified time | relevance | path

Searched refs:double_to_uint64 (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/runtime/
Druntime-maths.cc38 state0 = double_to_uint64(cache->get_scalar(kState0Offset)); in RUNTIME_FUNCTION()
39 state1 = double_to_uint64(cache->get_scalar(kState1Offset)); in RUNTIME_FUNCTION()
/external/v8/src/
Ddouble.h14 inline uint64_t double_to_uint64(double d) { return bit_cast<uint64_t>(d); } in double_to_uint64() function
29 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double()
Dobjects.cc2198 uint32_t hash = ComputeLongHash(double_to_uint64(num)); in GetSimpleHash()
/external/v8/src/ast/
Dast.cc1100 : ComputeLongHash(double_to_uint64(raw_value()->AsNumber())); in Hash()