Home
last modified time | relevance | path

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

/external/llvm/unittests/Support/
DMathExtrasTest.cpp169 EXPECT_FLOAT_EQ(kValue, BitsToDouble(DoubleToBits(kValue))); in TEST()
/external/llvm/include/llvm/Support/
DMathExtras.h488 inline double BitsToDouble(uint64_t Bits) { in BitsToDouble() function
/external/llvm/lib/AsmParser/
DLLLexer.cpp806 APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart+2, CurPtr))); in Lex0x()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2441 BitsToDouble(0x4330000080000000ULL) : in ExpandLegalINT_TO_FP()
2442 BitsToDouble(0x4330000000000000ULL), in ExpandLegalINT_TO_FP()
2472 DAG.getConstantFP(BitsToDouble(UINT64_C(0x4530000000100000)), MVT::f64); in ExpandLegalINT_TO_FP()
2537 DAG.getConstantFP(BitsToDouble(UINT64_C(0x41f0000000000000)), MVT::f64); in ExpandLegalINT_TO_FP()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1348 BitsToDouble); in ParseConstants()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp10833 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), in LowerUINT_TO_FP_i32()
16334 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), in ReplaceNodeResults()