| /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/ |
| D | mul.s | 10 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 …]
|
| D | mul-diagnostics.s | 7 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/ |
| D | gk104.asm | 110 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/ |
| D | fft_common.h | 142 #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/ |
| D | fold_constants_test.cc | 67 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/ |
| D | SkColorMatrixFilter.cpp | 29 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/ |
| D | SkColorMatrixFilter.cpp | 29 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/ |
| D | clock.c | 43 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/ |
| D | math64.h | 150 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/ |
| D | rv32m-valid.s | 14 mul a4, ra, s0 label
|
| /external/mesa3d/src/intel/compiler/ |
| D | test_vec4_register_coalesce.cpp | 137 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/ |
| D | DynamicSymmetry.h | 125 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/ |
| D | clock.c | 43 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/ |
| D | mp_workers.py | 28 def mul(a, b): function
|
| /external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/ |
| D | bm_speedup.py | 23 def scale(a, mul): argument
|
| /external/python/cpython2/Doc/includes/ |
| D | mp_workers.py | 41 def mul(a, b): function
|
| /external/tensorflow/tensorflow/core/graph/ |
| D | tensor_id.cc | 44 unsigned int mul = 1; in ParseTensorName() local
|
| /external/llvm/test/MC/ARM/ |
| D | mul-v4.s | 9 mul r0, r1, r2 label
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
| D | mul-v4.s | 9 mul r0, r1, r2 label
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | quantized_mul_op_test.cc | 66 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/ |
| D | profilee.py | 48 def mul(a, b): function
|
| /external/python/cpython2/Lib/test/ |
| D | profilee.py | 48 def mul(a, b): function
|
| /external/tensorflow/tensorflow/core/kernels/hexagon/ |
| D | hexagon_rewriter_transform_test.cc | 58 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/ |
| D | Nat512.java | 10 public static void mul(int[] x, int[] y, int[] zz) in mul() method in Nat512
|
| D | Nat384.java | 10 public static void mul(int[] x, int[] y, int[] zz) in mul() method in Nat384
|