Home
last modified time | relevance | path

Searched refs:BitsToDouble (Results 1 – 6 of 6) sorted by relevance

/external/llvm/unittests/Support/
DMathExtrasTest.cpp82 EXPECT_FLOAT_EQ(kValue, BitsToDouble(DoubleToBits(kValue))); in TEST()
/external/llvm/include/llvm/Support/
DMathExtras.h371 inline double BitsToDouble(uint64_t Bits) { in BitsToDouble() function
/external/llvm/lib/AsmParser/
DLLLexer.cpp744 APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart+2, CurPtr))); in Lex0x()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2261 BitsToDouble(0x4330000080000000ULL) : in ExpandLegalINT_TO_FP()
2262 BitsToDouble(0x4330000000000000ULL), in ExpandLegalINT_TO_FP()
2292 DAG.getConstantFP(BitsToDouble(UINT64_C(0x4530000000100000)), MVT::f64); in ExpandLegalINT_TO_FP()
2357 DAG.getConstantFP(BitsToDouble(UINT64_C(0x41f0000000000000)), MVT::f64); in ExpandLegalINT_TO_FP()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1190 BitsToDouble); in ParseConstants()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp8117 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), in LowerUINT_TO_FP_i32()
12272 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), in ReplaceNodeResults()