Searched refs:MUL (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DDeemph_32_opt.s49 MUL r9, r5, r8
62 MUL r9, r14, r8
74 MUL r9, r14, r8
86 MUL r9, r14, r8
H A Dcor_h_vec_opt.s75 MUL r12, r5, r10
76 MUL r14, r6, r11
122 MUL r12, r5, r10
123 MUL r14, r6, r11
H A Dconvolve_opt.s45 MUL r8, r9, r10
82 MUL r8, r9, r10
117 MUL r8, r9, r10
H A DNorm_Corr_opt.s169 MUL r12, r6, r11
208 MUL r14, r11, r8
216 MUL r14, r11, r8
H A DSyn_filt_32_opt.s143 MUL r7, r6, r3 @ exc[i] * a0
H A Dsyn_filt_opt.s139 MUL r0, r5, r6 @ L_tmp = x[i] * a0
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DDeemph_32_neon.s49 MUL r9, r5, r8
62 MUL r9, r14, r8
74 MUL r9, r14, r8
86 MUL r9, r14, r8
H A Dcor_h_vec_neon.s76 MUL r12, r5, r10
77 MUL r14, r6, r11
123 MUL r12, r5, r10
124 MUL r14, r6, r11
H A Dconvolve_neon.s47 MUL r8, r9, r10
80 MUL r8, r9, r10
115 MUL r8, r9, r10
H A DNorm_Corr_neon.s209 MUL r12, r6, r11
247 MUL r14, r11, r8
255 MUL r14, r11, r8
H A Dsyn_filt_neon.s67 MUL r12, r6, r5 @ L_tmp = x[i] * a0
H A DSyn_filt_32_neon.s78 MUL r12, r6, r3 @exc[i] * a0
/frameworks/ml/nn/runtime/test/generated/vts_models/
H A Dmul.model.cpp45 .type = OperationType::MUL,
H A Dmul_broadcast_quant8.model.cpp45 .type = OperationType::MUL,
H A Dmul_quant8.model.cpp45 .type = OperationType::MUL,
H A Dmul_relaxed.model.cpp45 .type = OperationType::MUL,
H A Dmul_relu.model.cpp45 .type = OperationType::MUL,
H A Dmul_relu_relaxed.model.cpp45 .type = OperationType::MUL,
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h36 MUL = 4, enumerator in enum:mcld::Operator::Type
163 Operator& Operator::create<Operator::MUL>();
H A DBinaryOp.h53 IntOperand* BinaryOp<Operator::MUL>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp161 Operator& Operator::create<Operator::MUL>() {
162 static BinaryOp<Operator::MUL> op;
H A DBinaryOp.cpp27 IntOperand* BinaryOp<Operator::MUL>::eval(const Module& pModule,
/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java48 MUL(8), // Multiply, e.g. "mul R0,5" enum constant in enum:ApfGenerator.Opcodes
515 Instruction instruction = new Instruction(Opcodes.MUL);
585 Instruction instruction = new Instruction(Opcodes.MUL, Register.R1);
/frameworks/ml/nn/common/
H A DValidateHal.cpp243 case V1_0::OperationType::MUL:
281 case V1_1::OperationType::MUL:
/frameworks/ml/nn/runtime/
H A DNeuralNetworks.cpp194 static_assert(static_cast<int32_t>(OperationType::MUL) == ANEURALNETWORKS_MUL,
195 "OperationType::MUL != ANEURALNETWORKS_MUL");

Completed in 187 milliseconds

12