HomeSort by relevance Sort by last modified time
    Searched full:asuint64 (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
double.h 83 uint64_t AsUint64() const {
104 uint64_t d64 = AsUint64();
111 uint64_t d64 = AsUint64();
122 uint64_t d64 = AsUint64();
129 uint64_t d64 = AsUint64();
134 uint64_t d64 = AsUint64();
140 uint64_t d64 = AsUint64();
146 uint64_t d64 = AsUint64();
bignum-dtoa.cc 436 uint64_t v_bits = Double(v).AsUint64();
486 uint64_t v_bits = Double(v).AsUint64();
546 uint64_t v_bits = Double(v).AsUint64();

Completed in 886 milliseconds