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

/external/swiftshader/third_party/LLVM/unittests/Support/
H A DMathExtrasTest.cpp77 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue)));
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMathExtras.h356 /// BitsToFloat - This function takes a 32-bit integer and returns the bit
358 inline float BitsToFloat(uint32_t Bits) { function in namespace:llvm
/external/llvm/unittests/Support/
H A DMathExtrasTest.cpp190 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue)));
/external/llvm/include/llvm/Support/
H A DMathExtras.h536 /// BitsToFloat - This function takes a 32-bit integer and returns the bit
538 inline float BitsToFloat(uint32_t Bits) { function in namespace:llvm
/external/llvm/lib/Target/AMDGPU/InstPrinter/
H A DAMDGPUInstPrinter.cpp630 O << Imm << '(' << BitsToFloat(Imm) << ')';
/external/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp186 const float F = BitsToFloat(Imm.Val);
377 APFloat F(BitsToFloat(Val));
/external/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2170 const APFloat K0Val(BitsToFloat(0x6f800000));
2173 const APFloat K1Val(BitsToFloat(0x2f800000));

Completed in 214 milliseconds