/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/expressions/ |
D | Mul.java | 14 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/ |
D | mul.h | 42 inline void Mul(const ArithmeticParams& params, in Mul() function 56 inline void Mul(const ArithmeticParams& params, in Mul() function
|
/external/clang/test/SemaTemplate/ |
D | alias-church-numerals.cpp | 23 typename X> using Mul = A<PartialApply<B,F>::template R, X>; typedef
|
/external/vixl/examples/aarch64/ |
D | factorial.cc | 44 __ Mul(x0, x0, x1); in GenerateFactorial() local
|
D | factorial-rec.cc | 47 __ Mul(x0, x0, x1); in GenerateFactorialRec() local
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_complex_cwise_ops_cuda.cu | 53 Mul, in test_cuda_complex_cwise_ops() enumerator
|
/external/skqp/src/core/ |
D | SkMath.cpp | 95 size_t SkSafeMath::Mul(size_t x, size_t y) { in Mul() function in SkSafeMath
|
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/ |
D | Cloning.cpp | 56 BinaryOperator *Mul = BinaryOperator::Create(Instruction::Mul, V, V); in TEST_F() local
|
/external/skia/src/core/ |
D | SkMath.cpp | 95 size_t SkSafeMath::Mul(size_t x, size_t y) { in Mul() function in SkSafeMath
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 175 SDNode *Mul = CurDAG->getMachineNode(Opcode, dl, MVT::i32, MVT::Glue, in Select() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | DivRemPairs.cpp | 110 Instruction *Mul = BinaryOperator::CreateMul(DivInst, Y); in optimizeDivRem() local
|
D | StraightLineStrengthReduce.cpp | 106 Mul, // (B + i) * S enumerator
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | vector_support_library.h | 52 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
|
D | vector_support_library.cc | 59 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/ |
D | Mips16ISelDAGToDAG.cpp | 49 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/ |
D | InstCombineMulDivRem.cpp | 161 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/ |
D | MipsISelDAGToDAG.cpp | 251 SDNode *Mul = CurDAG->getMachineNode(Op, dl, MVT::Glue, Op1, Op2); in Select() local
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelDAGToDAG.cpp | 49 SDNode *Mul = CurDAG->getMachineNode(Opc, DL, MVT::Glue, N->getOperand(0), in selectMULT() local
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 372 SDNode *Mul = in Select() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 531 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/ |
D | ir_builder_mixin.h | 168 llvm::Value* Mul(Args&&... args) { in Mul() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRISelDAGToDAG.cpp | 487 SDNode *Mul = CurDAG->getMachineNode(MachineOp, DL, MVT::Glue, Lhs, Rhs); in selectMultiplication() local
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 65 BinaryOperator *Mul = BinaryOperator::Create(Instruction::Mul, V, V); in TEST_F() local
|
/external/v8/tools/ |
D | bigint-tester.py | 204 class Mul(BinaryOp): class
|
/external/libchrome/crypto/ |
D | p224.cc | 173 void Mul(FieldElement* out, const FieldElement& a, const FieldElement& b) { in Mul() function
|