| /third_party/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 …]
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/fp16/ |
| D | WinogradTransRightFp16.S | 28 mul x8, x6, x8 label 29 mul x9, x5, x8 // step for S label 31 mul x10, x4, x10 // step for B label
|
| D | WinogradTransLeftFp16.S | 28 mul x8, x6, x8 label 29 mul x9, x3, x8 label 33 mul x10, x4, x10 // step for B label
|
| D | TiledC4MatmulFp16.S | 29 mul x3, x3, x7 label 31 mul x10, x4, x7 label
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/arm64/ |
| D | WinogradTransRight.S | 36 mul x8, x6, x8 label 37 mul x9, x5, x8 // step for S label 39 mul x10, x4, x10 // step for B label
|
| D | WinogradTransLeft.S | 36 mul x8, x6, x8 label 37 mul x9, x3, x8 label 41 mul x10, x4, x10 // step for B label
|
| D | TiledC4MatmulFp32.S | 36 mul x3, x3, x7 label 38 mul x10, x4, x7 label
|
| /third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/ |
| D | mul_addn_fusion.cc | 28 CNodePtr CreateFusionNode(const FuncGraphPtr &graph, const CNodePtr &mul, const CNodePtr &addn, in CreateFusionNode() 52 VectorRef mul({prim::kPrimMul, X, Z}); in DefinePattern() local 75 auto mul = mul_anf->cast<CNodePtr>(); in Process() local
|
| D | softmax_grad_ext_fusion.cc | 27 VectorRef mul({prim::kPrimMul, input1_, input0_}); in DefinePattern() local 36 VectorRef mul({prim::kPrimMul, input1_, input0_}); in DefinePattern() local 45 VectorRef mul({prim::kPrimMul, input1_, input0_}); in DefinePattern() local
|
| D | mul_add_fusion.cc | 29 bool GetMul(const FuncGraphPtr &graph, const CNodePtr &add, CNodePtr *mul, size_t *mul_index) { in GetMul() 79 CNodePtr mul = nullptr; in Process() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | lossless_audiodsp.c | 28 int order, int mul) in scalarproduct_and_madd_int16_c() 43 int order, int mul) in scalarproduct_and_madd_int32_c()
|
| D | fmtconvert.c | 28 float mul, int len) in int32_to_float_fmul_scalar_c() 44 const int32_t *src, const float *mul, in int32_to_float_fmul_array8_c()
|
| /third_party/mindspore/tests/ut/python/pynative_mode/ |
| D | test_remove_unnecessary_phi.py | 62 def mul(a, b): function 84 def mul(a, b): function
|
| /third_party/mesa3d/src/intel/compiler/ |
| D | test_fs_scoreboard.cpp | 494 fs_inst *mul = instruction(last_block, 0); in TEST_F() local 530 fs_inst *mul = instruction(last_block, 0); in TEST_F() local 567 fs_inst *mul = instruction(last_block, 0); in TEST_F() local 598 fs_inst *mul = instruction(last_block, 1); in TEST_F() local 631 fs_inst *mul = instruction(last_block, 1); in TEST_F() local 664 fs_inst *mul = instruction(last_block, 1); in TEST_F() local 697 fs_inst *mul = instruction(last_block, 1); in TEST_F() local 735 fs_inst *mul = instruction(last_block, 1); in TEST_F() local 780 fs_inst *mul = instruction(last_block, 1); in TEST_F() local 825 fs_inst *mul = instruction(last_block, 1); in TEST_F() local [all …]
|
| D | test_vec4_register_coalesce.cpp | 148 vec4_instruction *mul = v->emit(v->MUL(temp, something, brw_imm_f(1.0f))); in TEST_F() local 172 vec4_instruction *mul = v->emit(v->MUL(temp, something, brw_imm_f(1.0f))); in TEST_F() local 239 vec4_instruction *mul = v->emit(v->MUL(temp, some_src_1, some_src_2)); in TEST_F() local
|
| /third_party/ffmpeg/libavutil/ |
| D | float_dsp.c | 43 static void vector_fmac_scalar_c(float *dst, const float *src, float mul, in vector_fmac_scalar_c() 51 static void vector_dmac_scalar_c(double *dst, const double *src, double mul, in vector_dmac_scalar_c() 59 static void vector_fmul_scalar_c(float *dst, const float *src, float mul, in vector_fmul_scalar_c() 67 static void vector_dmul_scalar_c(double *dst, const double *src, double mul, in vector_dmul_scalar_c()
|
| /third_party/mindspore/mindspore/lite/src/common/ |
| D | string_util.cc | 174 uint64_t mul = k2 + len * 2; in HashStringLen0to16() local 182 uint64_t mul = k2 + len * 2; in HashStringLen0to16() local 198 uint64_t mul = k2 + len * 2; in HashStringLen17to32() local 207 uint64_t mul = k2 + len * 2; in HashStringLen33to64() local 267 uint64_t mul = k1 + ((z & 0xff) << 1); in StringHash64() local
|
| /third_party/typescript/tests/cases/conformance/expressions/unaryOperators/bitwiseNotOperator/ |
| D | bitwiseNotOperatorInvalidOperations.ts | 8 var mul = ~[1, 2, "abc"], ""; //expect error variable
|
| /third_party/typescript/tests/baselines/reference/ |
| D | bitwiseNotOperatorInvalidOperations.js | 9 var mul = ~[1, 2, "abc"], ""; //expect error variable
|
| D | circularTypeofWithVarOrFunc.js | 35 function mul(input) { function
|
| /third_party/skia/src/effects/ |
| D | SkColorMatrixFilter.cpp | 19 sk_sp<SkColorFilter> SkColorMatrixFilter::MakeLightingFilter(SkColor mul, SkColor add) { in MakeLightingFilter()
|
| /third_party/flutter/skia/src/effects/ |
| D | SkColorMatrixFilter.cpp | 19 sk_sp<SkColorFilter> SkColorMatrixFilter::MakeLightingFilter(SkColor mul, SkColor add) { in MakeLightingFilter()
|
| /third_party/abseil-cpp/absl/hash/internal/ |
| D | city.cc | 207 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16() 219 uint64_t mul = k2 + len * 2; in HashLen0to16() local 227 uint64_t mul = k2 + len * 2; in HashLen0to16() local 245 uint64_t mul = k2 + len * 2; in HashLen17to32() local 277 uint64_t mul = k2 + len * 2; in HashLen33to64() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
| D | city.cc | 203 static uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16() 220 uint64_t mul = k2 + len * 2; in HashLen0to16() local 228 uint64_t mul = k2 + len * 2; in HashLen0to16() local 246 uint64_t mul = k2 + len * 2; in HashLen17to32() local 278 uint64_t mul = k2 + len * 2; in HashLen33to64() local
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/arm32/ |
| D | TiledC4MatmulFp32.S | 36 mul r3, r8, r3 label
|