Home
last modified time | relevance | path

Searched refs:BitsToFloat (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/Support/
DMathExtrasTest.cpp77 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue))); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMathExtras.h358 inline float BitsToFloat(uint32_t Bits) { in BitsToFloat() function
/external/llvm/unittests/Support/
DMathExtrasTest.cpp190 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue))); in TEST()
/external/llvm/include/llvm/Support/
DMathExtras.h538 inline float BitsToFloat(uint32_t Bits) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMathExtras.h560 inline float BitsToFloat(uint32_t Bits) {
/external/llvm/lib/Target/AMDGPU/InstPrinter/
DAMDGPUInstPrinter.cpp630 O << Imm << '(' << BitsToFloat(Imm) << ')'; in printLiteral()
/external/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp186 const float F = BitsToFloat(Imm.Val); in isInlinableImm()
377 APFloat F(BitsToFloat(Val)); in addImmOperands()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2170 const APFloat K0Val(BitsToFloat(0x6f800000)); in LowerFDIV32()
2173 const APFloat K1Val(BitsToFloat(0x2f800000)); in LowerFDIV32()