Home
last modified time | relevance | path

Searched refs:BitsToDouble (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/Support/
DMathExtrasTest.cpp82 EXPECT_FLOAT_EQ(kValue, BitsToDouble(DoubleToBits(kValue))); in TEST()
/external/capstone/
DMathExtras.h311 static inline double BitsToDouble(uint64_t Bits) { in BitsToDouble() function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMathExtras.h347 inline double BitsToDouble(uint64_t Bits) { in BitsToDouble() function
/external/llvm/unittests/Support/
DMathExtrasTest.cpp195 EXPECT_DOUBLE_EQ(kValue, BitsToDouble(DoubleToBits(kValue))); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DMathExtrasTest.cpp239 EXPECT_DOUBLE_EQ(kValue, BitsToDouble(DoubleToBits(kValue))); in TEST()
/external/llvm/include/llvm/Support/
DMathExtras.h527 inline double BitsToDouble(uint64_t Bits) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMathExtras.h549 inline double BitsToDouble(uint64_t Bits) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMathExtras.h573 inline double BitsToDouble(uint64_t Bits) {
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLLexer.cpp719 APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart+2, CurPtr))); in Lex0x()
/external/llvm/lib/AsmParser/
DLLLexer.cpp874 APFloatVal = APFloat(BitsToDouble(HexIntToVal(TokStart+2, CurPtr))); in Lex0x()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1708 return BitsToDouble(getWord(0)); in bitsToDouble()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2495 BitsToDouble(0x4330000080000000ULL) : in ExpandLegalINT_TO_FP()
2496 BitsToDouble(0x4330000000000000ULL), in ExpandLegalINT_TO_FP()
2526 DAG.getConstantFP(BitsToDouble(UINT64_C(0x4530000000100000)), MVT::f64); in ExpandLegalINT_TO_FP()
2591 DAG.getConstantFP(BitsToDouble(UINT64_C(0x41f0000000000000)), MVT::f64); in ExpandLegalINT_TO_FP()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2310 BitsToDouble(0x4330000080000000ULL) : in ExpandLegalINT_TO_FP()
2311 BitsToDouble(0x4330000000000000ULL), in ExpandLegalINT_TO_FP()
2341 DAG.getConstantFP(BitsToDouble(UINT64_C(0x4530000000100000)), dl, in ExpandLegalINT_TO_FP()
2409 DAG.getConstantFP(BitsToDouble(UINT64_C(0x41f0000000000000)), dl, in ExpandLegalINT_TO_FP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2343 BitsToDouble(0x4330000080000000ULL) : in ExpandLegalINT_TO_FP()
2344 BitsToDouble(0x4330000000000000ULL), in ExpandLegalINT_TO_FP()
2375 DAG.getConstantFP(BitsToDouble(UINT64_C(0x4530000000100000)), dl, in ExpandLegalINT_TO_FP()
2443 DAG.getConstantFP(BitsToDouble(UINT64_C(0x41f0000000000000)), dl, in ExpandLegalINT_TO_FP()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2049 SDValue K0 = DAG.getConstantFP(BitsToDouble(UINT64_C(0x3df0000000000000)), SL, in LowerFP64_TO_INT()
2051 SDValue K1 = DAG.getConstantFP(BitsToDouble(UINT64_C(0xc1f0000000000000)), SL, in LowerFP64_TO_INT()
/external/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp998 APFloat F((float)BitsToDouble(IntVal)); in parseImm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2468 SDValue K0 = DAG.getConstantFP(BitsToDouble(UINT64_C(0x3df0000000000000)), SL, in LowerFP64_TO_INT()
2470 SDValue K1 = DAG.getConstantFP(BitsToDouble(UINT64_C(0xc1f0000000000000)), SL, in LowerFP64_TO_INT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1929 APFloat F(BitsToDouble(IntVal)); in parseImm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3309 double doubleImm = BitsToDouble(ImmOp64); in expandLoadImmReal()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp7773 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), in LowerUINT_TO_FP_i32()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp16433 SDValue Bias = DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), dl, in LowerUINT_TO_FP_i32()
25603 DAG.getConstantFP(BitsToDouble(0x4330000000000000ULL), dl, MVT::v2f64); in ReplaceNodeResults()