Home
last modified time | relevance | path

Searched defs:mul (Results 1 – 25 of 177) sorted by relevance

12345678

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Dmul.s10 mul z0.b, p7/m, z0.b, z31.b label
16 mul z0.h, p7/m, z0.h, z31.h label
22 mul z0.s, p7/m, z0.s, z31.s label
28 mul z0.d, p7/m, z0.d, z31.d label
34 mul z31.b, z31.b, #-128 label
40 mul z31.b, z31.b, #127 label
46 mul z31.h, z31.h, #-128 label
52 mul z31.h, z31.h, #127 label
58 mul z31.s, z31.s, #-128 label
64 mul z31.s, z31.s, #127 label
[all …]
Dmul-diagnostics.s7 mul z0.b, z0.b, #-129 label
12 mul z0.b, z0.b, #128 label
21 mul z0.b, z1.b, #0 label
26 mul z0.b, p7/m, z1.b, z2.b label
35 mul z0.b, p8/m, z0.b, z1.b label
45 mul z31.d, z31.d, #127 label
/external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
Dgk104.asm110 mul f32 $r3 $r3 0x37800074 label
113 mul f32 $r2 $r2 0x37800074 label
115 mul f32 $r1 $r1 0x37800074 label
116 mul f32 $r0 $r0 0x37800074 label
126 mul f32 $r3 $r3 0x38000187 label
129 mul f32 $r2 $r2 0x38000187 label
131 mul f32 $r1 $r1 0x38000187 label
132 mul f32 $r0 $r0 0x38000187 label
199 mul f32 $r2 $r2 0x3a802007 label
201 mul f32 $r1 $r1 0x3a802007 label
[all …]
/external/libaom/libaom/aom_dsp/
Dfft_common.h142 #define GEN_FFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, mul) \ argument
178 mul) \ argument
270 mul) \ argument
539 mul) \ argument
583 mul) \ argument
698 mul) \ argument
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_constants_test.cc67 Output mul = in TestSimpleAdd() local
104 Output mul = in TestOpExclusionAdd() local
128 Output mul = in TestShapePropagation() local
157 Output mul = in TestPreserveOutputShapes() local
310 Output mul = Mul(root.WithOpName("output"), add, placeholder); in TestRemoveUnusedNodes() local
354 Output mul = ::tensorflow::ops::Mul( in TestMaxConstantSizeInBytes() local
/external/skqp/src/effects/
DSkColorMatrixFilter.cpp29 SkLightingColorFilter(SkColor mul, SkColor add) : fMul(mul), fAdd(add) { in SkLightingColorFilter()
85 sk_sp<SkColorFilter> SkColorMatrixFilter::MakeLightingFilter(SkColor mul, SkColor add) { in MakeLightingFilter()
/external/skia/src/effects/
DSkColorMatrixFilter.cpp29 SkLightingColorFilter(SkColor mul, SkColor add) : fMul(mul), fAdd(add) { in SkLightingColorFilter()
85 sk_sp<SkColorFilter> SkColorMatrixFilter::MakeLightingFilter(SkColor mul, SkColor add) { in MakeLightingFilter()
/external/u-boot/arch/arm/mach-at91/arm920t/
Dclock.c43 unsigned i, div = 0, mul = 0, diff = 1 << 30; in at91_pll_calc() local
92 unsigned mul, div; in at91_pll_rate() local
/external/u-boot/include/linux/
Dmath64.h150 static inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr()
157 static inline u64 mul_u64_u64_shr(u64 a, u64 mul, unsigned int shift) in mul_u64_u64_shr()
166 static inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr()
229 static inline u64 mul_u64_u32_div(u64 a, u32 mul, u32 divisor) in mul_u64_u32_div()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
Drv32m-valid.s14 mul a4, ra, s0 label
/external/mesa3d/src/intel/compiler/
Dtest_vec4_register_coalesce.cpp137 vec4_instruction *mul = v->emit(v->MUL(temp, something, brw_imm_f(1.0f))); in TEST_F() local
161 vec4_instruction *mul = v->emit(v->MUL(temp, something, brw_imm_f(1.0f))); in TEST_F() local
228 vec4_instruction *mul = v->emit(v->MUL(temp, some_src_1, some_src_2)); in TEST_F() local
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DDynamicSymmetry.h125 inline GroupElement mul(Generator g1, GroupElement g2) const in mul() function
130 inline GroupElement mul(GroupElement g1, Generator g2) const in mul() function
135 inline GroupElement mul(Generator g1, Generator g2) const in mul() function
179 inline DynamicSGroup::GroupElement DynamicSGroup::mul(GroupElement g1, GroupElement g2) const in mul() function
/external/u-boot/arch/arm/mach-at91/arm926ejs/
Dclock.c43 unsigned i, div = 0, mul = 0, diff = 1 << 30; in at91_pll_calc() local
100 unsigned mul, div; in at91_pll_rate() local
/external/python/cpython3/Doc/includes/
Dmp_workers.py28 def mul(a, b): function
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_speedup.py23 def scale(a, mul): argument
/external/python/cpython2/Doc/includes/
Dmp_workers.py41 def mul(a, b): function
/external/tensorflow/tensorflow/core/graph/
Dtensor_id.cc44 unsigned int mul = 1; in ParseTensorName() local
/external/llvm/test/MC/ARM/
Dmul-v4.s9 mul r0, r1, r2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dmul-v4.s9 mul r0, r1, r2 label
/external/tensorflow/tensorflow/core/kernels/
Dquantized_mul_op_test.cc66 QuantizedMul mul = in TestMul() local
115 Mul mul = Mul(root.WithOpName("mul"), x, y); in TestMulShape() local
154 QuantizedMul mul = QuantizedMul(root.WithOpName("mul"), placeholder, y, x_min, in TimeMul() local
/external/python/cpython3/Lib/test/
Dprofilee.py48 def mul(a, b): function
/external/python/cpython2/Lib/test/
Dprofilee.py48 def mul(a, b): function
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_rewriter_transform_test.cc58 Output mul = ops::Mul(root.WithOpName("output"), add, placeholder); in TEST() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
DNat512.java10 public static void mul(int[] x, int[] y, int[] zz) in mul() method in Nat512
DNat384.java10 public static void mul(int[] x, int[] y, int[] zz) in mul() method in Nat384

12345678