ΒΆinline uint64_t DoubleToBits(double Double)
inline uint64_t DoubleToBits(double Double)
Description
This function takes a double and returns the bit equivalent 64-bit integer. Note that copying doubles around changes the bits of NaNs on some hosts, notably x86, so this routine cannot be used if these bits are needed.
Declared at: llvm/include/llvm/Support/MathExtras.h:642
Parameters
- double Double