Home
last modified time | relevance | path

Searched refs:IEEEdouble (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.cpp45 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
DNVPTXAsmPrinter.cpp1703 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &ignored); in printFPConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMMCInstLower.cpp112 Val.convert(APFloat::IEEEdouble(), APFloat::rmTowardZero, &ignored); in lowerOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h141 static const fltSemantics &IEEEdouble();
798 APFloat() : U(IEEEdouble()) { in APFloat()
823 explicit APFloat(double d) : U(IEEEFloat(d), IEEEdouble()) {} in APFloat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp1008 APFloatVal = APFloat(APFloat::IEEEdouble(), in Lex0x()
1109 APFloatVal = APFloat(APFloat::IEEEdouble(), in LexDigitOrNegative()
1146 APFloatVal = APFloat(APFloat::IEEEdouble(), in LexPositive()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp330 APFloat::getZero(APFloat::IEEEdouble())); in getNullValue()
757 return &APFloat::IEEEdouble(); in TypeToFloatSemantics()
873 else if (&V.getSemantics() == &APFloat::IEEEdouble()) in get()
1387 &Val2.getSemantics() == &APFloat::IEEEdouble()) in isValueValidForType()
1389 Val2.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &losesInfo); in isValueValidForType()
1395 &Val2.getSemantics() == &APFloat::IEEEdouble() || in isValueValidForType()
1400 &Val2.getSemantics() == &APFloat::IEEEdouble() || in isValueValidForType()
1405 &Val2.getSemantics() == &APFloat::IEEEdouble() || in isValueValidForType()
2824 return APFloat(APFloat::IEEEdouble(), APInt(64, EltVal)); in getElementAsAPFloat()
DAsmWriter.cpp1308 &APF.getSemantics() == &APFloat::IEEEdouble()) { in WriteConstantInternal()
1315 bool isDouble = &APF.getSemantics() == &APFloat::IEEEdouble(); in WriteConstantInternal()
1331 if (APFloat(APFloat::IEEEdouble(), StrVal).convertToDouble() == Val) { in WriteConstantInternal()
1345 apf.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, in WriteConstantInternal()
DConstantFold.cpp599 DestTy->isDoubleTy() ? APFloat::IEEEdouble() : in ConstantFoldCastInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h165 static const fltSemantics &IEEEdouble() LLVM_READNONE;
834 APFloat() : U(IEEEdouble()) { in APFloat()
863 explicit APFloat(double d) : U(IEEEFloat(d), IEEEdouble()) {} in APFloat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h171 case DoubleTyID: return APFloat::IEEEdouble(); in getFltSemantics()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h173 case DoubleTyID: return APFloat::IEEEdouble(); in getFltSemantics()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1457 return &APFloat::IEEEdouble(); in getFltSemantics()
1482 return &APFloat::IEEEdouble(); in getOpFltSemantics()
1553 APFloat FPLiteral(APFloat::IEEEdouble(), APInt(64, Imm.Val)); in isInlinableImm()
1633 APFloat FPLiteral(APFloat::IEEEdouble(), APInt(64, Imm.Val)); in isLiteralImm()
1764 APFloat FPLiteral(APFloat::IEEEdouble(), Literal); in addLiteralImmOperand()
1858 APFloat FPLiteral(APFloat::IEEEdouble(), Literal); in addKImmFPOperands()
2364 APFloat RealVal(APFloat::IEEEdouble()); in parseImm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp585 else if (&CSDN->getValueAPF().getSemantics() == &APFloat::IEEEdouble()) in print_details()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp123 return IEEEdouble(); in EnumToSemantics()
140 else if (&Sem == &llvm::APFloat::IEEEdouble()) in SemanticsToEnum()
158 const fltSemantics &APFloatBase::IEEEdouble() { in IEEEdouble() function in llvm::APFloatBase
DZ3Solver.cpp238 return llvm::APFloat::IEEEdouble(); in getFloatSemantics()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp521 return APFloat(APFloat::IEEEdouble(), APInt(64, FPImm.Val, true)); in getFPImm()
1223 APFloat RealVal(APFloat::IEEEdouble()); in isExactFPImm()
2580 APFloat RealVal(APFloat::IEEEdouble()); in tryParseFPImm()
3646 APFloat RealVal(APFloat::IEEEdouble(), Tok.getString()); in parseOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp1365 APFloat C1Val(APFloat::IEEEdouble(), "0x1.0p+52"); in legalizeFrint()
1366 APFloat C2Val(APFloat::IEEEdouble(), "0x1.fffffffffffffp+51"); in legalizeFrint()
DAMDGPUISelLowering.cpp2134 APFloat C1Val(APFloat::IEEEdouble(), "0x1.0p+52"); in LowerFRINT()
2145 APFloat C2Val(APFloat::IEEEdouble(), "0x1.fffffffffffffp+51"); in LowerFRINT()
3623 static const APFloat KF64(APFloat::IEEEdouble(), APInt(64, 0x3fc45f306dc9c882)); in isInv2Pi()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp1215 APFloat RealVal(APFloat::IEEEdouble(), getTok().getString()); in parsePrimaryExpr()
1971 return parseDirectiveRealValue(IDVal, APFloat::IEEEdouble()); in parseStatement()
2163 return parseDirectiveRealDCB(IDVal, APFloat::IEEEdouble()); in parseStatement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h1410 case MVT::f64: return APFloat::IEEEdouble();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp1657 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &unused); in getValueAsDouble()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp1727 Val.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, in widenScalar()
3989 : APFloat::IEEEdouble(), in lowerFPTOUI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1470 if (fitsInFPType(CFP, APFloat::IEEEdouble())) in shrinkFPConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp895 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, in emitDebugValueComment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1777 ExpoA.convert(APFloat::IEEEdouble(), APFloat::rmTowardZero, &Ignored); in optimizePow()

12