Searched defs:BitsToDouble (Results 1 - 4 of 4) sorted by relevance

/external/capstone/
H A DMathExtras.h309 /// BitsToDouble - This function takes a 64-bit integer and returns the bit
311 static inline double BitsToDouble(uint64_t Bits) { function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMathExtras.h345 /// BitsToDouble - This function takes a 64-bit integer and returns the bit
347 inline double BitsToDouble(uint64_t Bits) { function in namespace:llvm
/external/llvm/include/llvm/Support/
H A DMathExtras.h525 /// BitsToDouble - This function takes a 64-bit integer and returns the bit
527 inline double BitsToDouble(uint64_t Bits) { function in namespace:llvm
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMathExtras.h547 /// BitsToDouble - This function takes a 64-bit integer and returns the bit
549 inline double BitsToDouble(uint64_t Bits) { function

Completed in 224 milliseconds