Searched refs:BitsToFloat (Results 1 – 8 of 8) sorted by relevance
77 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue))); in TEST()
358 inline float BitsToFloat(uint32_t Bits) { in BitsToFloat() function
190 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue))); in TEST()
538 inline float BitsToFloat(uint32_t Bits) {
560 inline float BitsToFloat(uint32_t Bits) {
630 O << Imm << '(' << BitsToFloat(Imm) << ')'; in printLiteral()
186 const float F = BitsToFloat(Imm.Val); in isInlinableImm()377 APFloat F(BitsToFloat(Val)); in addImmOperands()
2170 const APFloat K0Val(BitsToFloat(0x6f800000)); in LowerFDIV32()2173 const APFloat K1Val(BitsToFloat(0x2f800000)); in LowerFDIV32()