Home
last modified time | relevance | path

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

12345678

/third_party/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 …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/fp16/
DWinogradTransRightFp16.S28 mul x8, x6, x8 label
29 mul x9, x5, x8 // step for S label
31 mul x10, x4, x10 // step for B label
DWinogradTransLeftFp16.S28 mul x8, x6, x8 label
29 mul x9, x3, x8 label
33 mul x10, x4, x10 // step for B label
DTiledC4MatmulFp16.S29 mul x3, x3, x7 label
31 mul x10, x4, x7 label
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/arm64/
DWinogradTransRight.S36 mul x8, x6, x8 label
37 mul x9, x5, x8 // step for S label
39 mul x10, x4, x10 // step for B label
DWinogradTransLeft.S36 mul x8, x6, x8 label
37 mul x9, x3, x8 label
41 mul x10, x4, x10 // step for B label
DTiledC4MatmulFp32.S36 mul x3, x3, x7 label
38 mul x10, x4, x7 label
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dmul_addn_fusion.cc28 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
Dsoftmax_grad_ext_fusion.cc27 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
Dmul_add_fusion.cc29 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/
Dlossless_audiodsp.c28 int order, int mul) in scalarproduct_and_madd_int16_c()
43 int order, int mul) in scalarproduct_and_madd_int32_c()
Dfmtconvert.c28 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/
Dtest_remove_unnecessary_phi.py62 def mul(a, b): function
84 def mul(a, b): function
/third_party/mesa3d/src/intel/compiler/
Dtest_fs_scoreboard.cpp494 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 …]
Dtest_vec4_register_coalesce.cpp148 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/
Dfloat_dsp.c43 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/
Dstring_util.cc174 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/
DbitwiseNotOperatorInvalidOperations.ts8 var mul = ~[1, 2, "abc"], ""; //expect error variable
/third_party/typescript/tests/baselines/reference/
DbitwiseNotOperatorInvalidOperations.js9 var mul = ~[1, 2, "abc"], ""; //expect error variable
DcircularTypeofWithVarOrFunc.js35 function mul(input) { function
/third_party/skia/src/effects/
DSkColorMatrixFilter.cpp19 sk_sp<SkColorFilter> SkColorMatrixFilter::MakeLightingFilter(SkColor mul, SkColor add) { in MakeLightingFilter()
/third_party/flutter/skia/src/effects/
DSkColorMatrixFilter.cpp19 sk_sp<SkColorFilter> SkColorMatrixFilter::MakeLightingFilter(SkColor mul, SkColor add) { in MakeLightingFilter()
/third_party/abseil-cpp/absl/hash/internal/
Dcity.cc207 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/
Dcity.cc203 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/
DTiledC4MatmulFp32.S36 mul r3, r8, r3 label

12345678