Home
last modified time | relevance | path

Searched full:macro (Results 1 – 25 of 8163) sorted by relevance

12345678910>>...327

/external/sdv/vsomeip/third_party/boost/config/checks/
Dtest_case.cpp16 # error "Feature macro BOOST_HAS_TWO_ARG_USE_FACET is not defined."
21 # error "Feature macro BOOST_HAS_BETHREADS is not defined."
26 # error "Feature macro BOOST_HAS_CLOCK_GETTIME is not defined."
31 # error "Feature macro BOOST_HAS_PRAGMA_DETECT_MISMATCH is not defined."
36 # error "Feature macro BOOST_HAS_DIRENT_H is not defined."
41 # error "Feature macro BOOST_HAS_EXPM1 is not defined."
46 # error "Feature macro BOOST_HAS_FLOAT128 is not defined."
51 # error "Feature macro BOOST_HAS_FTIME is not defined."
56 # error "Feature macro BOOST_HAS_GETSYSTEMTIMEASFILETIME is not defined."
61 # error "Feature macro BOOST_HAS_GETTIMEOFDAY is not defined."
[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/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/sdv/vsomeip/third_party/boost/config/include/boost/config/
Dassert_cxx03.hpp15 # error "Your compiler appears not to be fully C++03 compliant. Detected via defect macro BOOST_N…
18 # error "Your compiler appears not to be fully C++03 compliant. Detected via defect macro BOOST_N…
21 # error "Your compiler appears not to be fully C++03 compliant. Detected via defect macro BOOST_N…
24 # error "Your compiler appears not to be fully C++03 compliant. Detected via defect macro BOOST_N…
27 # error "Your compiler appears not to be fully C++03 compliant. Detected via defect macro BOOST_N…
30 # error "Your compiler appears not to be fully C++03 compliant. Detected via defect macro BOOST_N…
33 # error "Your compiler appears not to be fully C++03 compliant. Detected via defect macro BOOST_N…
36 # error "Your compiler appears not to be fully C++03 compliant. Detected via defect macro BOOST_N…
39 # error "Your compiler appears not to be fully C++03 compliant. Detected via defect macro BOOST_N…
42 # error "Your compiler appears not to be fully C++03 compliant. Detected via defect macro BOOST_N…
[all …]
Dassert_cxx11.hpp16 # error "Your compiler appears not to be fully C++11 compliant. Detected via defect macro BOOST_N…
19 # error "Your compiler appears not to be fully C++11 compliant. Detected via defect macro BOOST_N…
22 # error "Your compiler appears not to be fully C++11 compliant. Detected via defect macro BOOST_N…
25 # error "Your compiler appears not to be fully C++11 compliant. Detected via defect macro BOOST_N…
28 # error "Your compiler appears not to be fully C++11 compliant. Detected via defect macro BOOST_N…
31 # error "Your compiler appears not to be fully C++11 compliant. Detected via defect macro BOOST_N…
34 # error "Your compiler appears not to be fully C++11 compliant. Detected via defect macro BOOST_N…
37 # error "Your compiler appears not to be fully C++11 compliant. Detected via defect macro BOOST_N…
40 # error "Your compiler appears not to be fully C++11 compliant. Detected via defect macro BOOST_N…
43 # error "Your compiler appears not to be fully C++11 compliant. Detected via defect macro BOOST_N…
[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/clang/test/Headers/
Dfloat.c19 #error "Mandatory macro FLT_RADIX is missing."
21 #error "Mandatory macro FLT_RADIX is invalid."
26 #error "Mandatory macro FLT_MANT_DIG is missing."
28 #error "Mandatory macro FLT_MANT_DIG is invalid."
31 #error "Mandatory macro DBL_MANT_DIG is missing."
33 #error "Mandatory macro DBL_MANT_DIG is invalid."
36 #error "Mandatory macro LDBL_MANT_DIG is missing."
38 #error "Mandatory macro LDBL_MANT_DIG is invalid."
47 #error "Mandatory macro FLT_DECIMAL_DIG is missing."
49 #error "Mandatory macro FLT_DECIMAL_DIG is invalid."
[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/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/clang/test/Modules/
Dmacro-ambiguity.cpp6 // RUN: -iquote Inputs/macro-ambiguity/a/quote \
7 // RUN: -isystem Inputs/macro-ambiguity/a/system \
11 // RUN: Inputs/macro-ambiguity/module.modulemap
15 // RUN: -iquote Inputs/macro-ambiguity/b/quote \
16 // RUN: -isystem Inputs/macro-ambiguity/b/system \
20 // RUN: Inputs/macro-ambiguity/module.modulemap
24 // RUN: -iquote Inputs/macro-ambiguity/c/quote \
25 // RUN: -isystem Inputs/macro-ambiguity/c/system \
29 // RUN: Inputs/macro-ambiguity/module.modulemap
33 // RUN: -iquote Inputs/macro-ambiguity/d/quote \
[all …]
Dmacro-hiding.cpp2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
3 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
4 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
5 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
6 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
7 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
8 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
9 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
10 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
11 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/macro-hidin…
[all …]
/external/rust/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…
55 …n the macro `$crate::__pin_project_parse_generics` which comes from the expansion of the macro `pi…
69 | in this macro invocation
71 …n the macro `$crate::__pin_project_parse_generics` which comes from the expansion of the macro `pi…
85 | in this macro invocation
87 …n the macro `$crate::__pin_project_parse_generics` which comes from the expansion of the macro `pi…
101 | in this macro invocation
[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/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()
120 // Defined operator is parsed here since it may be generated by macro expansion. in lex()
121 // Defined operator produced by macro expansion has undefined behavior according to C++ in lex()
127 // Defined inside a macro is forbidden in WebGL. in lex()
172 std::shared_ptr<Macro> macro = iter->second; in lex() local
173 if (macro->disabled) in lex()
[all …]
/external/ComputeLibrary/cl_kernels/nhwc/
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 …]
Dscale.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.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 …]
Ddwc_native_quantized_nhwc.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 …]
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 …]
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 …]
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/
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 …]
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 …]
/external/selinux/secilc/docs/
Dcil_call_macro_statements.md1 Call / Macro Statements
7macro](#macro) within the current namespace. There may be zero or more parameters passed to the ma…
9 …e [macro](#macro), these can be named or anonymous but must conform to the parameter types defined…
11 Macro rules are resolved by searching in the following order:
13 - The macro namespace (If found this means that the name was declared in the macro and is now dec…
17 - The parent namespaces of the macro being called (if any) with the exception of the global names…
43 <td align="left"><p>The identifier of the <code>macro</code> to be instantiated.</p></td>
47 <td align="left"><p>Zero or more parameters that are passed to the macro.</p></td>
54 See the [`macro`](cil_call_macro_statements.md#macro) statement for an example.
56 macro section in Call / Macro Statements
[all …]

12345678910>>...327