Searched refs:BitsToDouble (Results 1 – 6 of 6) sorted by relevance
82 EXPECT_FLOAT_EQ(kValue, BitsToDouble(DoubleToBits(kValue))); in TEST()
361 inline double BitsToDouble(uint64_t Bits) { in BitsToDouble() function
705 APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart+2, CurPtr))); in Lex0x()
2084 BitsToDouble(0x4330000080000000ULL) : in ExpandLegalINT_TO_FP()2085 BitsToDouble(0x4330000000000000ULL), in ExpandLegalINT_TO_FP()2115 DAG.getConstantFP(BitsToDouble(UINT64_C(0x4530000000100000)), MVT::f64); in ExpandLegalINT_TO_FP()2180 DAG.getConstantFP(BitsToDouble(UINT64_C(0x41f0000000000000)), MVT::f64); in ExpandLegalINT_TO_FP()
1112 BitsToDouble); in ParseConstants()
7944 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), in LowerUINT_TO_FP_i32()