Home
last modified time | relevance | path

Searched defs:add1 (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/property_map/test/
Dfunction_property_map_test.cpp20 struct add1 {typedef T result_type; T operator()(const T& x) const {return x + 1;}}; in operator ()() argument
Dtransform_value_property_map_test.cpp24 struct add1 {typedef T result_type; T operator()(const T& x) const {return x + 1;}}; in operator ()() argument
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dadam_apply_one_with_decay_rule.cc56 VectorRef add1({add1_var_, mul2, mul3}); in DefinePattern() local
76 VectorRef add1({add1_var_, mul2, mul3}); in DefinePattern() local
96 VectorRef add1({add1_var_, mul2, mul3}); in DefinePattern() local
116 VectorRef add1({add1_var_, mul2, mul3}); in DefinePattern() local
136 VectorRef add1({add1_var_, mul2, mul3}); in DefinePattern() local
156 VectorRef add1({add1_var_, mul2, mul3}); in DefinePattern() local
181 VectorRef add1({add1_var_, mul2, mul3}); in DefinePattern() local
206 VectorRef add1({add1_var_, mul2, mul3}); in DefinePattern() local
231 VectorRef add1({add1_var_, mul2, mul3}); in DefinePattern() local
256 VectorRef add1({add1_var_, mul2, mul3}); in DefinePattern() local
[all …]
Dlamb_next_right_rule.cc55 VectorRef add1 = VectorRef({add1_var_, VectorRef({prim::kPrimMul, mul2_x_, input1_}), mul3}); in DefinePattern() local
75 auto add1 = utils::cast<AnfNodePtr>(iter_add1->second); in Process() local
Dadam_apply_one_fusion.cc103 VectorRef add1 = VectorRef({add1_var_, mul2, mul3}); in DefinePattern() local
125 VectorRef add1 = VectorRef({add1_var_, mul2, mul3}); in DefinePattern() local
147 VectorRef add1 = VectorRef({add1_var_, mul2, mul3}); in DefinePattern() local
169 VectorRef add1 = VectorRef({add1_var_, mul2, mul3}); in DefinePattern() local
191 VectorRef add1 = VectorRef({add1_var_, mul2, mul3}); in DefinePattern() local
268 auto add1 = utils::cast<AnfNodePtr>(iter_add1->second); in Process() local
Dlamb_next_mv_with_decay_rule.cc32 auto add1 = GetAnfNodeByVar(equiv, add1_var_); in GetLambNextMVWithDecayOutput() local
140 VectorRef add1 = VectorRef({add1_var_, mul2, mul3}); in DefinePattern() local
181 VectorRef add1 = VectorRef({add1_var_, mul2, mul3}); in DefinePattern() local
222 VectorRef add1 = VectorRef({add1_var_, mul2, mul3}); in DefinePattern() local
264 VectorRef add1 = VectorRef({add1_var_, mul2, mul3}); in DefinePattern() local
Dlamb_next_mv_rule.cc128 auto add1 = VectorRef({add1_var_, mul2, mul3}); in DefinePattern() local
164 auto add1 = VectorRef({add1_var_, mul2, mul3}); in DefinePattern() local
200 auto add1 = VectorRef({add1_var_, mul2, mul3}); in DefinePattern() local
236 auto add1 = VectorRef({add1_var_, mul2, mul3}); in DefinePattern() local
Dlamb_next_mv_with_decay_v1_rule.cc127 VectorRef add1({prim::kPrimAdd, mul2, mul3}); in DefinePattern() local
177 AnfNodePtr add1 = nullptr; in Process() local
/third_party/typescript/tests/cases/conformance/jsdoc/
DcheckJsdocTypeTag6.ts16 function add1(a, b) { return a + b; } function
/third_party/mindspore/tests/ut/cpp/pre_activate/pass/
Dcommon_subexpression_elimination_test.cc98 auto add1 = mul->cast<CNodePtr>()->input(1); in TEST_F() local
141 auto add1 = mul->cast<CNodePtr>()->input(1); in TEST_F() local
/third_party/libunwind/tests/
Dia64-test-dyn1.c95 long (*add1) (long); in main() local
/third_party/ffmpeg/libavformat/
Dos_support.c52 unsigned int add1 = 0, add2 = 0, add3 = 0, add4 = 0; in inet_aton() local
/third_party/mindspore/tests/ut/python/keep_order/
Dtest_keep_order.py26 add1 = P.Add() variable
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_quat.inl127 __m128 add1 = _mm_dp_ps(mul1, _mm_set_ps(1.0f, 1.0f, 1.0f, -1.0f), 0xff); local
136 __m128 add1 = _mm_add_ps(mul1, _mm_movehl_ps(mul1, mul1)); local
/third_party/ffmpeg/libavcodec/mips/
Dhpeldsp_msa.c537 v8u16 add0, add1, add2, sum0, sum1; in common_hv_bil_4w_msa() local
574 v8u16 add0, add1, add2, add3, add4; in common_hv_bil_8w_msa() local
669 v8u16 add0, add1, add2, add3, add4, add5, add6, add7, add8; in common_hv_bil_no_rnd_8x8_msa() local
715 v8u16 add0, add1, add2, add3, add4; in common_hv_bil_no_rnd_4x8_msa() local
933 v8u16 add0, add1, add2, sum0, sum1; in common_hv_bil_and_aver_dst_4w_msa() local
976 v8u16 add0, add1, add2, add3, add4; in common_hv_bil_and_aver_dst_8w_msa() local
1020 v8u16 add0, add1, add2, add3, add4, add5, add6, add7, add8; in common_hv_bil_and_aver_dst_16w_msa() local
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dbounds.go92 func add1(i *big.Int) *big.Int { func
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dtf_bidirection_gru_fusion.cc322 VectorRef add1 = VectorRef({is_var2, placeholders[0], is_param2}); in GetBodyGraphPattern() local
/third_party/ffmpeg/libavcodec/
Dqdm2.c541 int add1, add2, add3, add4; in fill_coding_method_array() local