/third_party/boost/libs/property_map/test/ |
D | function_property_map_test.cpp | 20 struct add1 {typedef T result_type; T operator()(const T& x) const {return x + 1;}}; in operator ()() argument
|
D | transform_value_property_map_test.cpp | 24 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/ |
D | adam_apply_one_with_decay_rule.cc | 56 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 …]
|
D | lamb_next_right_rule.cc | 55 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
|
D | adam_apply_one_fusion.cc | 103 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
|
D | lamb_next_mv_with_decay_rule.cc | 32 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
|
D | lamb_next_mv_rule.cc | 128 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
|
D | lamb_next_mv_with_decay_v1_rule.cc | 127 VectorRef add1({prim::kPrimAdd, mul2, mul3}); in DefinePattern() local 177 AnfNodePtr add1 = nullptr; in Process() local
|
/third_party/typescript/tests/cases/conformance/jsdoc/ |
D | checkJsdocTypeTag6.ts | 16 function add1(a, b) { return a + b; } function
|
/third_party/mindspore/tests/ut/cpp/pre_activate/pass/ |
D | common_subexpression_elimination_test.cc | 98 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/ |
D | ia64-test-dyn1.c | 95 long (*add1) (long); in main() local
|
/third_party/ffmpeg/libavformat/ |
D | os_support.c | 52 unsigned int add1 = 0, add2 = 0, add3 = 0, add4 = 0; in inet_aton() local
|
/third_party/mindspore/tests/ut/python/keep_order/ |
D | test_keep_order.py | 26 add1 = P.Add() variable
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | simd_quat.inl | 127 __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/ |
D | hpeldsp_msa.c | 537 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/ |
D | bounds.go | 92 func add1(i *big.Int) *big.Int { func
|
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/ |
D | tf_bidirection_gru_fusion.cc | 322 VectorRef add1 = VectorRef({is_var2, placeholders[0], is_param2}); in GetBodyGraphPattern() local
|
/third_party/ffmpeg/libavcodec/ |
D | qdm2.c | 541 int add1, add2, add3, add4; in fill_coding_method_array() local
|