Home
last modified time | relevance | path

Searched defs:Mul (Results 1 – 25 of 120) sorted by relevance

12345

/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/expressions/
DMul.java14 public class Mul implements IExpression { class
20 public Mul(final IExpression l, final IExpression r) { in Mul() method in Mul
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dmul.h42 inline void Mul(const ArithmeticParams& params, in Mul() function
56 inline void Mul(const ArithmeticParams& params, in Mul() function
/external/clang/test/SemaTemplate/
Dalias-church-numerals.cpp23 typename X> using Mul = A<PartialApply<B,F>::template R, X>; typedef
/external/vixl/examples/aarch64/
Dfactorial.cc44 __ Mul(x0, x0, x1); in GenerateFactorial() local
Dfactorial-rec.cc47 __ Mul(x0, x0, x1); in GenerateFactorialRec() local
/external/eigen/unsupported/test/
Dcxx11_tensor_complex_cwise_ops_cuda.cu53 Mul, in test_cuda_complex_cwise_ops() enumerator
/external/skqp/src/core/
DSkMath.cpp95 size_t SkSafeMath::Mul(size_t x, size_t y) { in Mul() function in SkSafeMath
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
DCloning.cpp56 BinaryOperator *Mul = BinaryOperator::Create(Instruction::Mul, V, V); in TEST_F() local
/external/skia/src/core/
DSkMath.cpp95 size_t SkSafeMath::Mul(size_t x, size_t y) { in Mul() function in SkSafeMath
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp175 SDNode *Mul = CurDAG->getMachineNode(Opcode, dl, MVT::i32, MVT::Glue, in Select() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDivRemPairs.cpp110 Instruction *Mul = BinaryOperator::CreateMul(DivInst, Y); in optimizeDivRem() local
DStraightLineStrengthReduce.cpp106 Mul, // (B + i) * S enumerator
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvector_support_library.h52 llvm::Value* Mul(int64 lhs, llvm::Value* rhs) { in Mul() function
55 llvm::Value* Mul(const llvm::APFloat& lhs, llvm::Value* rhs) { in Mul() function
Dvector_support_library.cc59 llvm::Value* VectorSupportLibrary::Mul(llvm::Value* lhs, llvm::Value* rhs) { in Mul() function in xla::cpu::VectorSupportLibrary
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp49 SDNode *Mul = CurDAG->getMachineNode(Opc, DL, MVT::Glue, N->getOperand(0), in selectMULT() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp161 BinaryOperator *Mul = cast<BinaryOperator>(I.getOperand(0)); in visitMul() local
224 Value *Mul = Builder.CreateMul(C1, Op1); in visitMul() local
701 auto *Mul = BinaryOperator::Create(Instruction::Mul, X, in commonIDivTransforms() local
727 auto *Mul = BinaryOperator::Create(Instruction::Mul, X, in commonIDivTransforms() local
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelDAGToDAG.cpp251 SDNode *Mul = CurDAG->getMachineNode(Op, dl, MVT::Glue, Op1, Op2); in Select() local
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp49 SDNode *Mul = CurDAG->getMachineNode(Opc, DL, MVT::Glue, N->getOperand(0), in selectMULT() local
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp372 SDNode *Mul = in Select() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DReassociate.cpp531 Instruction *Mul = in ConvertShiftToMul() local
735 Value *Mul = ConstantInt::get(cast<IntegerType>(I->getType()), NumFound); in OptimizeAdd() local
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h168 llvm::Value* Mul(Args&&... args) { in Mul() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp487 SDNode *Mul = CurDAG->getMachineNode(MachineOp, DL, MVT::Glue, Lhs, Rhs); in selectMultiplication() local
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp65 BinaryOperator *Mul = BinaryOperator::Create(Instruction::Mul, V, V); in TEST_F() local
/external/v8/tools/
Dbigint-tester.py204 class Mul(BinaryOp): class
/external/libchrome/crypto/
Dp224.cc173 void Mul(FieldElement* out, const FieldElement& a, const FieldElement& b) { in Mul() function

12345