Searched refs:BitsToDouble (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/unittests/Support/
H A DMathExtrasTest.cpp82 EXPECT_FLOAT_EQ(kValue, BitsToDouble(DoubleToBits(kValue)));
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DMathExtras.h359 /// BitsToDouble - This function takes a 64-bit integer and returns the bit
361 inline double BitsToDouble(uint64_t Bits) { function in namespace:llvm
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-MathExtras.h341 /// BitsToDouble - This function takes a 64-bit integer and returns the bit
343 inline double BitsToDouble(uint64_t Bits) { function in namespace:objc
/macosx-10.10.1/llvmCore-3425.0.34/lib/AsmParser/
H A DLLLexer.cpp708 APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart+2, CurPtr)));
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2141 BitsToDouble(0x4330000080000000ULL) :
2142 BitsToDouble(0x4330000000000000ULL),
2172 DAG.getConstantFP(BitsToDouble(UINT64_C(0x4530000000100000)), MVT::f64);
2237 DAG.getConstantFP(BitsToDouble(UINT64_C(0x41f0000000000000)), MVT::f64);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1114 BitsToDouble);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp7958 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL),

Completed in 227 milliseconds