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

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

Completed in 130 milliseconds