Searched defs:DoubleToBits (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMathExtras.h367 /// DoubleToBits - This function takes a double and returns the bit
371 inline uint64_t DoubleToBits(double Double) { function in namespace:llvm
/external/llvm/include/llvm/Support/
H A DMathExtras.h547 /// DoubleToBits - This function takes a double and returns the bit
551 inline uint64_t DoubleToBits(double Double) { function in namespace:llvm

Completed in 112 milliseconds