Home
last modified time | relevance | path

Searched refs:macro (Results 1 – 25 of 4826) sorted by relevance

12345678910>>...194

/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/aux_/preprocessor/
Dbinary_seq_for_each.hpp9 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_0(macro, data) argument
16 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_1(macro, data) \ argument
21 , macro \
25 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_2(macro, data) \ argument
30 , macro \
34 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_3(macro, data) \ argument
39 , macro \
43 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_4(macro, data) \ argument
48 , macro \
52 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_5(macro, data) \ argument
[all …]
/external/coreboot/util/intelp2m/platforms/common/
Dmacro.go95 func (macro *Macro) PadIdGet() string {
96 return macro.padID
99 func (macro *Macro) PadIdSet(padid string) *Macro {
100 macro.padID = padid
101 return macro
104 func (macro *Macro) SetPadOwnership(own uint8) *Macro {
105 macro.ownership = own
106 return macro
109 func (macro *Macro) IsOwnershipDriver() bool {
110 return macro.ownership == PAD_OWN_DRIVER
[all …]
/external/coreboot/util/intelp2m/platforms/apl/
Dmacro.go44 macro := common.GetMacro()
45 dw1 := macro.Register(PAD_CFG_DW1)
61 fmt.Println("Error", macro.PadIdGet(), " invalid TERM value = ", str)
63 macro.Separator().Add(str)
68 macro := common.GetMacro()
69 dw0 := macro.Register(PAD_CFG_DW0)
70 dw1 := macro.Register(PAD_CFG_DW1)
74 macro.Add("_APIC")
78 macro.Add("_IOS(").Id().Pull().Rstsrc().Trig().Invert().IOSstate().IOTerm()
81 macro.Add("(").Id().Pull().Rstsrc().Trig().Invert().Add("),")
[all …]
/external/clang/test/SemaObjCXX/
Dreserved-keyword-methods.mm4 #define FOR_EACH_KEYWORD(macro) \
5 macro(asm) \
6 macro(bool) \
7 macro(catch) \
8 macro(class) \
9 macro(const_cast) \
10 macro(delete) \
11 macro(dynamic_cast) \
12 macro(explicit) \
13 macro(export) \
[all …]
/external/coreboot/util/intelp2m/platforms/snr/
Dmacro.go27 macro := common.GetMacro()
32 if strings.Contains(macro.PadIdGet(), "GPD") {
39 dw0 := macro.Register(PAD_CFG_DW0)
51 fmt.Println("Invalid Pad Reset Config [ 0x", resetsrc ," ] for ", macro.PadIdGet())
59 macro := common.GetMacro()
60 dw1 := macro.Register(PAD_CFG_DW1)
76 macro.PadIdGet(),
80 macro.Separator().Add(str)
85 macro := common.GetMacro()
86 dw0 := macro.Register(PAD_CFG_DW0)
[all …]
/external/ComputeLibrary/src/core/CL/cl_kernels/
Dtile_helpers.h194 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro) argument
196 #define LOOP_UNROLLING_1(idx, step, macro) (macro) argument
197 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste… argument
198 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste… argument
199 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste… argument
200 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste… argument
201 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste… argument
202 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste… argument
203 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste… argument
204 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste… argument
[all …]
/external/ComputeLibrary/cl_kernels/
Dtile_helpers.hembed151 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
153 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
154 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
155 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
156 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
157 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
158 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
159 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
160 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
161 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]
/external/coreboot/util/intelp2m/platforms/cnl/
Dmacro.go37 macro := common.GetMacro()
42 if strings.Contains(macro.PadIdGet(), "GPP_A") ||
43 strings.Contains(macro.PadIdGet(), "GPP_B") ||
44 strings.Contains(macro.PadIdGet(), "GPP_G") {
51 dw0 := macro.Register(PAD_CFG_DW0)
63 fmt.Println("Invalid Pad Reset Config [ 0x", resetsrc ," ] for ", macro.PadIdGet())
71 macro := common.GetMacro()
72 dw1 := macro.Register(PAD_CFG_DW1)
88 macro.PadIdGet(),
92 macro.Separator().Add(str)
[all …]
/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/seq/
Dfor_each_i.hpp30 # define BOOST_PP_SEQ_FOR_EACH_I(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK(macro, d… argument
32 # define BOOST_PP_SEQ_FOR_EACH_I(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_I_I(macro, data, seq) argument
33 # define BOOST_PP_SEQ_FOR_EACH_I_I(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK(macro,… argument
36 # define BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK_EXEC(macro, data, seq) BOOST_PP_FOR((macro, data, … argument
37 # define BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK_EMPTY(macro, data, seq) argument
39 # define BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK(macro, data, seq) \ argument
46 (macro, data, seq) \
57 # define BOOST_PP_SEQ_FOR_EACH_I_O_I(macro, data, seq, i, sz) \ argument
58 BOOST_PP_SEQ_FOR_EACH_I_O_I_DEC(macro, data, seq, i, BOOST_PP_DEC(sz)) \
60 # define BOOST_PP_SEQ_FOR_EACH_I_O_I_DEC(macro, data, seq, i, sz) \ argument
[all …]
Dfor_each.hpp29 # define BOOST_PP_SEQ_FOR_EACH(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK(macro, data,… argument
31 # define BOOST_PP_SEQ_FOR_EACH(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_D(macro, data, seq) argument
32 # define BOOST_PP_SEQ_FOR_EACH_D(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK(macro, dat… argument
35 # define BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK_EXEC(macro, data, seq) BOOST_PP_FOR((macro, data, se… argument
36 # define BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK_EMPTY(macro, data, seq) argument
38 # define BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK(macro, data, seq) \ argument
45 (macro, data, seq) \
56 # define BOOST_PP_SEQ_FOR_EACH_O_I(macro, data, seq, sz) \ argument
57 BOOST_PP_SEQ_FOR_EACH_O_I_DEC(macro, data, seq, BOOST_PP_DEC(sz)) \
59 # define BOOST_PP_SEQ_FOR_EACH_O_I_DEC(macro, data, seq, sz) \ argument
[all …]
/external/lzma/Asm/arm64/
D7zAsm.S41 .macro p2_add reg:req, param:req
45 .macro p2_sub reg:req, param:req
49 .macro p2_sub_s reg:req, param:req
53 .macro p2_and reg:req, param:req
57 .macro xor reg:req, param:req
61 .macro or reg:req, param:req
65 .macro shl reg:req, param:req
69 .macro shr reg:req, param:req
73 .macro sar reg:req, param:req
77 .macro p1_neg reg:req
[all …]
/external/llvm/test/MC/Mips/
Dset-nomacro.s3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
4 .set macro define
81 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
83 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
88 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
92 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
94 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
96 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
[all …]
/external/coreboot/util/intelp2m/fields/cb/
Dcb.go26 macro := common.GetMacro()
31 macro.Or()
33 macro.Add(field.prefix).Add("(")
36 macro.Add(field.name)
41 macro.Add(")")
45 if allhidden { macro.Add("0") }
50 macro := common.GetMacro()
51 dw0 := macro.Register(common.PAD_CFG_DW0)
58 configurator : func() { macro.Padfn() },
64 configurator : func() { macro.Rstsrc() },
[all …]
/external/llvm/test/MC/AsmParser/
Dmacro-qualifier-diagnostics.s3 .macro missing_qualifier parameter:
5 # CHECK: error: missing parameter qualifier for 'parameter' in macro 'missing_qualifier'
6 # CHECK: .macro missing_qualifier parameter:
9 .macro non_identifier_qualifier parameter:0
11 # CHECK: error: missing parameter qualifier for 'parameter' in macro 'non_identifier_qualifier'
12 # CHECK: .macro non_identifier_qualifier parameter:0
15 .macro invalid_qualifier parameter:invalid_qualifier
17 # CHECK: error: invalid_qualifier is not a valid parameter qualifier for 'parameter' in macro 'inva…
18 # CHECK: .macro invalid_qualifier parameter:invalid_qualifier
21 .macro pointless_default parameter:req=default
[all …]
/external/v4l-utils/lib/libdvbv5/
Dgen_dvb_structs.pl70 my $macro = "$1$2";
73 $fe_caps{$macro} = $name;
89 my $macro = "$1$2";
94 $fe_status{$macro} = $name;
110 my $macro = "$1$2";
114 $fe_code_rate{$macro} = $name;
130 my $macro = "$1";
134 $fe_modulation{$macro} = $name;
150 my $macro = "$1$2";
154 $fe_t_mode{$macro} = $name;
[all …]
/external/angle/src/compiler/preprocessor/
DMacroExpander.cpp77 for (const std::shared_ptr<Macro> &macro : mExpander->mMacrosToReenable) in ~ScopedMacroReenabler() local
81 ASSERT(macro->name.substr() != ""); in ~ScopedMacroReenabler()
82 macro->disabled = false; in ~ScopedMacroReenabler()
106 context.macro->expansionCount--; in ~MacroExpander()
107 context.macro->disabled = false; in ~MacroExpander()
172 std::shared_ptr<Macro> macro = iter->second; in lex() local
173 if (macro->disabled) in lex()
182 macro->expansionCount++; in lex()
183 if ((macro->type == Macro::kTypeFunc) && !isNextTokenLeftParen()) in lex()
187 macro->expansionCount--; in lex()
[all …]
/external/rust/android-crates-io/crates/pin-project-lite/tests/ui/pin_project/
Dinvalid-bounds.stderr5 | ^ no rules expected this token in macro call
17 | ^ no rules expected this token in macro call
37 | in this macro invocation
39 …n the macro `$crate::__pin_project_parse_generics` which comes from the expansion of the macro `pi…
60 …n the macro `$crate::__pin_project_parse_generics` which comes from the expansion of the macro `pi…
79 | in this macro invocation
81 …n the macro `$crate::__pin_project_parse_generics` which comes from the expansion of the macro `pi…
100 | in this macro invocation
102 …n the macro `$crate::__pin_project_parse_generics` which comes from the expansion of the macro `pi…
121 | in this macro invocation
[all …]
/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/list/
Dfor_each_product.hpp34 …ine BOOST_PP_LIST_FOR_EACH_PRODUCT_OV_2(macro, size, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_E(BOOST… argument
35 …define BOOST_PP_LIST_FOR_EACH_PRODUCT_OV_1(macro, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_E(BOOST_PP… argument
39 …ST_PP_LIST_FOR_EACH_PRODUCT(macro, ...) BOOST_PP_CAT(BOOST_PP_OVERLOAD(BOOST_PP_LIST_FOR_EACH_PROD… argument
41 …ine BOOST_PP_LIST_FOR_EACH_PRODUCT(macro, ...) BOOST_PP_OVERLOAD(BOOST_PP_LIST_FOR_EACH_PRODUCT_OV… argument
44 # define BOOST_PP_LIST_FOR_EACH_PRODUCT(macro, ...) BOOST_PP_LIST_FOR_EACH_PRODUCT_Q(macro, __VA… argument
45 …e BOOST_PP_LIST_FOR_EACH_PRODUCT_Q(macro, ...) BOOST_PP_OVERLOAD(BOOST_PP_LIST_FOR_EACH_PRODUCT_OV… argument
50 …ST_PP_LIST_FOR_EACH_PRODUCT_R_OV_2(r, macro, size, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_E(BOOST_P… argument
51 …BOOST_PP_LIST_FOR_EACH_PRODUCT_R_OV_1(r, macro, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_E(BOOST_PP_F… argument
55 …IST_FOR_EACH_PRODUCT_R(r, macro, ...) BOOST_PP_CAT(BOOST_PP_OVERLOAD(BOOST_PP_LIST_FOR_EACH_PRODUC… argument
57 …T_PP_LIST_FOR_EACH_PRODUCT_R(r, macro, ...) BOOST_PP_OVERLOAD(BOOST_PP_LIST_FOR_EACH_PRODUCT_R_OV_… argument
[all …]
/external/trusty/arm-trusted-firmware/include/arch/aarch64/
Dasm_macros.S43 .macro func_prologue _frame_size=0
67 .macro func_epilogue _frame_size=0
76 .macro dcache_line_size reg, tmp
84 .macro icache_line_size reg, tmp
92 .macro smc_check label
106 .macro vector_base label, section_name=.vectors
119 .macro vector_entry label, section_name=.vectors
133 .macro end_vector_entry label
145 .macro get_my_mp_stack _name, _size
158 .macro get_up_stack _name, _size
[all …]
/external/ComputeLibrary/cl_kernels/nhwc/
Ddirect_convolution3d.clembed1397 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
1399 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
1400 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
1401 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
1402 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
1403 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
1404 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
1405 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
1406 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
1407 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]
Dpooling_3d_layer.clembed1396 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
1398 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
1399 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
1400 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
1401 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
1402 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
1403 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
1404 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
1405 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
1406 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]
Dpooling_3d_layer_quantized.clembed1396 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
1398 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
1399 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
1400 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
1401 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
1402 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
1403 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
1404 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
1405 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
1406 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]
Dtransposed_convolution.clembed1397 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
1399 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
1400 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
1401 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
1402 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
1403 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
1404 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
1405 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
1406 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
1407 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]
Dchannel_shuffle.clembed1396 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
1398 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
1399 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
1400 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
1401 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
1402 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
1403 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
1404 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
1405 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
1406 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]
/external/ComputeLibrary/cl_kernels/nchw/
Dnormalization_layer.clembed1396 #define UNROLL_INCR(idx, step, macro) idx += (step); (macro)
1398 #define LOOP_UNROLLING_1(idx, step, macro) (macro)
1399 #define LOOP_UNROLLING_2(idx, step, macro) LOOP_UNROLLING_1(idx, step, macro); UNROLL_INCR(idx, ste…
1400 #define LOOP_UNROLLING_3(idx, step, macro) LOOP_UNROLLING_2(idx, step, macro); UNROLL_INCR(idx, ste…
1401 #define LOOP_UNROLLING_4(idx, step, macro) LOOP_UNROLLING_3(idx, step, macro); UNROLL_INCR(idx, ste…
1402 #define LOOP_UNROLLING_5(idx, step, macro) LOOP_UNROLLING_4(idx, step, macro); UNROLL_INCR(idx, ste…
1403 #define LOOP_UNROLLING_6(idx, step, macro) LOOP_UNROLLING_5(idx, step, macro); UNROLL_INCR(idx, ste…
1404 #define LOOP_UNROLLING_7(idx, step, macro) LOOP_UNROLLING_6(idx, step, macro); UNROLL_INCR(idx, ste…
1405 #define LOOP_UNROLLING_8(idx, step, macro) LOOP_UNROLLING_7(idx, step, macro); UNROLL_INCR(idx, ste…
1406 #define LOOP_UNROLLING_9(idx, step, macro) LOOP_UNROLLING_8(idx, step, macro); UNROLL_INCR(idx, ste…
[all …]

12345678910>>...194