Searched refs:double_to_uint64 (Results 1 – 4 of 4) sorted by relevance
38 state0 = double_to_uint64(cache->get_scalar(kState0Offset)); in RUNTIME_FUNCTION()39 state1 = double_to_uint64(cache->get_scalar(kState1Offset)); in RUNTIME_FUNCTION()
14 inline uint64_t double_to_uint64(double d) { return bit_cast<uint64_t>(d); } in double_to_uint64() function29 explicit Double(double d) : d64_(double_to_uint64(d)) {} in Double()
2198 uint32_t hash = ComputeLongHash(double_to_uint64(num)); in GetSimpleHash()
1100 : ComputeLongHash(double_to_uint64(raw_value()->AsNumber())); in Hash()