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

  /external/chromium_org/v8/src/arm64/
utils-arm64.h 34 static inline uint64_t double_to_rawbits(double value) { function in namespace:v8::internal
66 uint64_t raw = double_to_rawbits(num);
92 return rawbits_to_double(double_to_rawbits(num) | kDQuietNanMask);
  /external/vixl/src/
utils-vixl.cc 39 uint64_t double_to_rawbits(double value) { function in namespace:vixl

Completed in 34 milliseconds