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

  /external/v8/src/arm64/
utils-arm64.h 41 static inline double rawbits_to_double(uint64_t bits) { function in namespace:v8::internal
115 return rawbits_to_double(double_to_rawbits(num) | kDQuietNanMask);
  /external/vixl/src/vixl/
utils.cc 53 double rawbits_to_double(uint64_t bits) { function in namespace:vixl
104 return rawbits_to_double(bits);

Completed in 115 milliseconds