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

  /external/v8/src/runtime/
runtime-maths.cc 38 state0 = double_to_uint64(cache->get_scalar(kState0Offset));
39 state1 = double_to_uint64(cache->get_scalar(kState1Offset));
  /external/v8/src/
double.h 14 inline uint64_t double_to_uint64(double d) { return bit_cast<uint64_t>(d); } function in namespace:v8::internal
29 explicit Double(double d) : d64_(double_to_uint64(d)) {}
objects.cc     [all...]
  /external/v8/src/ast/
ast.cc     [all...]

Completed in 1722 milliseconds