Home
last modified time | relevance | path

Searched defs:Div (Results 1 – 25 of 41) sorted by relevance

12

/third_party/rust/crates/nom/tests/
Darithmetic_ast.rs21 Div(Box<Expr>, Box<Expr>), enumerator
30 Div, enumerator
/third_party/typescript/tests/baselines/reference/
DtsxElementResolution8.js40 var Div = 3; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dnanobenchmark_test.cc25 uint64_t Div(const void*, FuncInput in) { in Div() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp433 bool llvm::expandDivision(BinaryOperator *Div) { in expandDivision()
583 bool llvm::expandDivisionUpTo32Bits(BinaryOperator *Div) { in expandDivisionUpTo32Bits()
631 bool llvm::expandDivisionUpTo64Bits(BinaryOperator *Div) { in expandDivisionUpTo64Bits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp384 if (auto *Div = dyn_cast<SCEVUDivExpr>(TC->getOperand(1))) in ComputeElements() local
387 if (auto *Div = VisitMul(Mul)) in ComputeElements() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDivRemPairs.cpp57 Instruction *Div; in matchExpandedRem() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dquaternion.inl98 T Div = sin(NewAngle) / sin(Angle); local
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts68 Div, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp719 Value *Div = Builder.CreateAdd(IQ, JQ); in expandDivRem24() local
858 Value *Div = Builder.CreateSelect(Tmp1_0_CC, Quotient, Quotient_A_One); in expandDivRem32() local
DAMDGPUISelLowering.cpp1614 SDValue Div = DAG.getNode(ISD::ADD, DL, VT, iq, jq); in LowerDIVREM24() local
1794 SDValue Div = DAG.getSelectCC(DL, C3, Zero, Sel1, Mulhi3, ISD::SETNE); in LowerUDIVREM64() local
1934 SDValue Div = DAG.getSelectCC(DL, Tmp1, DAG.getConstant(0, DL, VT), in LowerUDIVREM() local
2007 SDValue Div = DAG.getNode(ISD::UDIVREM, DL, DAG.getVTList(VT, VT), LHS, RHS); in LowerSDIVREM() local
2032 SDValue Div = DAG.getNode(ISD::FDIV, SL, VT, X, Y); in LowerFREM() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp352 const SCEV *Div = SE.getUDivExactExpr(AccessFn, ElemSize); in delinearize() local
/third_party/node/deps/v8/tools/
Dbigint-tester.py212 class Div(BinaryOp): class
/third_party/node/deps/v8/third_party/jinja2/
Dnodes.py849 class Div(BinExpr): class
/third_party/node/tools/inspector_protocol/jinja2/
Dnodes.py800 class Div(BinExpr): class
/third_party/jinja2/
Dnodes.py951 class Div(BinExpr): class
/third_party/skia/third_party/externals/jinja2/
Dnodes.py849 class Div(BinExpr): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCExpr.h428 Div, ///< Signed division. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp302 BinaryOperator *Div = dyn_cast<BinaryOperator>(Op0); in visitMul() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp2452 Constant *Div = ConstantExpr::getSDiv(CurrIdx, Factor); in ConstantFoldGetElementPtr() local
/third_party/node/deps/v8/src/codegen/mips/
Dmacro-assembler-mips.cc555 void TurboAssembler::Div(Register rs, const Operand& rt) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
568 void TurboAssembler::Div(Register rem, Register res, Register rs, in CallRecordWriteStub() function in v8::internal::TurboAssembler
596 void TurboAssembler::Div(Register res, Register rs, const Operand& rt) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/rust/crates/rust-openssl/openssl/src/
Dbn.rs1313 impl<'a, 'b> Div<&'b BigNumRef> for &'a BigNumRef { impl
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DGPRArith.cpp1163 TEST_F(AssemblerX8632Test, Div) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DGPRArith.cpp1196 TEST_F(AssemblerX8664Test, Div) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstMIPS32.h221 Div, enumerator
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h1662 const ast::Expression* Div(LHS&& lhs, RHS&& rhs) { in Div() function

12