Home
last modified time | relevance | path

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

/external/capstone/
DMathExtras.h322 static 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/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DMathExtrasTest.cpp234 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMathExtras.h581 inline float BitsToFloat(uint32_t Bits) {
/external/llvm/lib/Target/AMDGPU/InstPrinter/
DAMDGPUInstPrinter.cpp630 O << Imm << '(' << BitsToFloat(Imm) << ')'; in printLiteral()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp669 Constant *UINT_MAX_PLUS_1 = ConstantFP::get(F32Ty, BitsToFloat(0x4f800000)); in expandDivRem32()
DSIISelLowering.cpp5845 const APFloat K0Val(BitsToFloat(0x6f800000)); in lowerFDIV_FAST()
5848 const APFloat K1Val(BitsToFloat(0x2f800000)); in lowerFDIV_FAST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1717 return BitsToFloat(getWord(0)); in bitsToFloat()
/external/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp186 const float F = BitsToFloat(Imm.Val); in isInlinableImm()
377 APFloat F(BitsToFloat(Val)); in addImmOperands()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/InstPrinter/
DAMDGPUInstPrinter.cpp1297 O << Imm << '(' << BitsToFloat(Imm) << ')'; in printLiteral()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2170 const APFloat K0Val(BitsToFloat(0x6f800000)); in LowerFDIV32()
2173 const APFloat K1Val(BitsToFloat(0x2f800000)); in LowerFDIV32()