Home
last modified time | relevance | path

Searched defs:OP (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/ComputeLibrary/src/core/CL/cl_kernels/common/experimental/gemm_fused_post_ops/
H A Dfp_elementwise_op_helpers.h104 #define ELTWISE_OP_ROW_1(OP, OPERAND1, OPERAND2) \ argument
107 #define ELTWISE_OP_ROW_2(OP, OPERAND1, OPERAND2) \ argument
111 #define ELTWISE_OP_ROW_3(OP, OPERAND1, OPERAND2) \ argument
115 #define ELTWISE_OP_ROW_4(OP, OPERAND1, OPERAND2) \ argument
119 #define ELTWISE_OP_ROW_5(OP, OPERAND1, OPERAND2) \ argument
123 #define ELTWISE_OP_ROW_6(OP, OPERAND1, OPERAND2) \ argument
127 #define ELTWISE_OP_ROW_7(OP, OPERAND1, OPERAND2) \ argument
131 #define ELTWISE_OP_ROW_8(OP, OPERAND1, OPERAND2) \ argument
135 #define ELTWISE_OP_ROW_9(OP, OPERAND1, OPERAND2) \ argument
139 #define ELTWISE_OP_ROW_10(OP, OPERAND1, OPERAND2) \ argument
[all …]
H A Dfp_mixed_precision_helpers.h62 #define MIXED_PRECISION_ELTWISE_OP_BLOCK(OP, M0, N0, OPERAND1, OPERAND2, DATA_TYPE_ACCUMULATOR, CON… argument
66 #define MIXED_PRECISION_ELTWISE_OP_BLOCK(OP, M0, N0, OPERAND1, OPERAND2, DATA_TYPE_ACCUMULATOR, CON… argument
89 #define MIXED_PRECISION_ELTWISE_OP_BLOCK_BROADCAST(OP, M0, N0, OPERAND1, OPERAND2, DATA_TYPE_ACCUMU… argument
93 #define MIXED_PRECISION_ELTWISE_OP_BLOCK_BROADCAST(OP, M0, N0, OPERAND1, OPERAND2, DATA_TYPE_ACCUMU… argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DForeachOpsKernels.cpp67 #define FOREACH_BINARY_OP_TENSOR(OP) \ argument
104 #define FOREACH_BINARY_OP_TENSOR_ALPHA(OP) \ argument
141 #define FOREACH_BINARY_OP_SCALAR(OP) \ argument
164 #define FOREACH_BINARY_OP_SCALARLIST(OP) \ argument
186 #define FOREACH_BINARY_OP_LIST(OP) \ argument
209 #define FOREACH_BINARY_OP_LIST_ALPHA(OP) \ argument
232 #define FOREACH_UNARY_OP(OP) \ argument
253 #define FOREACH_POINTWISE_OP_SCALAR(OP) \ argument
281 #define FOREACH_POINTWISE_OP_SCALARLIST(OP) \ argument
309 #define FOREACH_POINTWISE_OP_TENSOR(OP) \ argument
[all …]
/aosp_15_r20/external/ComputeLibrary/tests/framework/
H A DMacros.h55 #define JOIN_PARAM1(OP, param) OP(0, param) argument
56 #define JOIN_PARAM2(OP, param, ...) \ argument
59 #define JOIN_PARAM3(OP, param, ...) \ argument
62 #define JOIN_PARAM4(OP, param, ...) \ argument
65 #define JOIN_PARAM5(OP, param, ...) \ argument
68 #define JOIN_PARAM6(OP, param, ...) \ argument
71 #define JOIN_PARAM7(OP, param, ...) \ argument
74 #define JOIN_PARAM8(OP, param, ...) \ argument
77 #define JOIN_PARAM9(OP, param, ...) \ argument
80 #define JOIN_PARAM10(OP, param, ...) \ argument
[all …]
/aosp_15_r20/external/python/cpython2/Modules/
Doperator.c13 #define spam1(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a1) { \ argument
16 #define spam2(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument
21 #define spamoi(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument
26 #define spam2n(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument
33 #define spam3n(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument
40 #define spami(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a1) { \ argument
45 #define spami2(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument
51 #define spamn2(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument
57 #define spami2b(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a) { \ argument
63 #define spamrc(OP,A) static PyObject *OP(PyObject *s, PyObject *a) { \ argument
[all …]
/aosp_15_r20/external/libconfig/tinytest/
H A Dtinytest.h113 #define TT_TEST_INT_(A, OP, B, F) \ argument
118 #define TT_TEST_INT_(A, OP, B, F) \ argument
168 #define TT_TEST_UINT_(A, OP, B, F) \ argument
173 #define TT_TEST_UINT_(A, OP, B, F) \ argument
223 #define TT_TEST_INT64_(A, OP, B, F) \ argument
228 #define TT_TEST_INT64_(A, OP, B, F) \ argument
279 #define TT_TEST_UINT64_(A, OP, B, F) \ argument
284 #define TT_TEST_UINT64_(A, OP, B, F) \ argument
334 #define TT_TEST_DOUBLE_(A, OP, B, F) \ argument
339 #define TT_TEST_DOUBLE_(A, OP, B, F) \ argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/thread_pool/
Dmod.rs142 pub fn install<OP, R>(&self, op: OP) -> R in install()
192 pub fn broadcast<OP, R>(&self, op: OP) -> Vec<R> in broadcast()
289 pub fn scope<'scope, OP, R>(&self, op: OP) -> R in scope() argument
304 pub fn scope_fifo<'scope, OP, R>(&self, op: OP) -> R in scope_fifo() argument
317 pub fn in_place_scope<'scope, OP, R>(&self, op: OP) -> R in in_place_scope() argument
329 pub fn in_place_scope_fifo<'scope, OP, R>(&self, op: OP) -> R in in_place_scope_fifo() argument
/aosp_15_r20/external/bcc/src/cc/
H A Dlibbpf.h197 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
205 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
215 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
223 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
318 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
328 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
/aosp_15_r20/external/bcc/src/cc/includes/
H A Dlibbpf.h197 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
205 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
215 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
223 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
318 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
328 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
/aosp_15_r20/external/iproute2/include/
H A Dbpf_util.h70 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
78 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
88 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
96 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
209 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
219 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/broadcast/
Dmod.rs19 pub fn broadcast<OP, R>(op: OP) -> Vec<R> in broadcast()
97 pub(super) unsafe fn broadcast_in<OP, R>(op: OP, registry: &Arc<Registry>) -> Vec<R> in broadcast_in()
128 pub(super) unsafe fn spawn_broadcast_in<OP>(op: OP, registry: &Arc<Registry>) in spawn_broadcast_in()
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/scope/
Dmod.rs284 pub fn scope<'scope, OP, R>(op: OP) -> R in scope() argument
375 pub fn scope_fifo<'scope, OP, R>(op: OP) -> R in scope_fifo() argument
407 pub fn in_place_scope<'scope, OP, R>(op: OP) -> R in in_place_scope() argument
414 pub(crate) fn do_in_place_scope<'scope, OP, R>(registry: Option<&Arc<Registry>>, op: OP) -> R in do_in_place_scope() argument
444 pub fn in_place_scope_fifo<'scope, OP, R>(op: OP) -> R in in_place_scope_fifo() argument
451 pub(crate) fn do_in_place_scope_fifo<'scope, OP, R>(registry: Option<&Arc<Registry>>, op: OP) -> R in do_in_place_scope_fifo() argument
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/
Dencoder.rs147 ) -> Result<Encoder<AwaitingCaptureBuffers<OP>>, RequestBuffersError> { in allocate_output_buffers_generic()
163 ) -> Result<Encoder<AwaitingCaptureBuffers<OP>>, RequestBuffersError> { in allocate_output_buffers()
188 ) -> Result<Encoder<ReadyToEncode<OP, P>>, RequestBuffersError> in allocate_capture_buffers_generic()
211 ) -> Result<Encoder<ReadyToEncode<OP, P>>, RequestBuffersError> in allocate_capture_buffers()
247 ) -> io::Result<Encoder<Encoding<OP, P, InputDoneCb, OutputReadyCb>>> in start()
249 InputDoneCb: Fn(CompletedOutputBuffer<OP>), in start()
345 pub fn stop(self) -> Result<Encoder<ReadyToEncode<OP, P>>, EncoderStopError> { in stop()
/aosp_15_r20/external/igt-gpu-tools/assembler/
H A Dbrw_eu.h129 #define ALU1(OP) \ argument
134 #define ALU2(OP) \ argument
140 #define ALU3(OP) \ argument
147 #define ROUND(OP) \ argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Doperators.hpp106 #define BOOST_PROTO_DEFINE_UNARY_OPERATOR(OP, TAG, TRAIT, DOMAIN, POST) … argument
140 #define BOOST_PROTO_DEFINE_BINARY_OPERATOR(OP, TAG, TRAIT, DOMAIN) … argument
208 #define BOOST_PROTO_DEFINE_UNARY_OPERATOR(OP, TAG, TRAIT, DOMAIN, POST) … argument
226 #define BOOST_PROTO_DEFINE_BINARY_OPERATOR(OP, TAG, TRAIT, DOMAIN) … argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2055 #define CASE_VFMA_OPCODE_COMMON(OP, TYPE, LMUL) \ argument
2058 #define CASE_VFMA_OPCODE_LMULS_M1(OP, TYPE) \ argument
2064 #define CASE_VFMA_OPCODE_LMULS_MF2(OP, TYPE) \ argument
2068 #define CASE_VFMA_OPCODE_LMULS_MF4(OP, TYPE) \ argument
2072 #define CASE_VFMA_OPCODE_LMULS(OP, TYPE) \ argument
2076 #define CASE_VFMA_SPLATS(OP) \ argument
2341 #define CASE_WIDEOP_OPCODE_COMMON(OP, LMUL) \ argument
2344 #define CASE_WIDEOP_OPCODE_LMULS_MF4(OP) \ argument
2351 #define CASE_WIDEOP_OPCODE_LMULS(OP) \ argument
2356 #define CASE_WIDEOP_CHANGE_OPCODE_COMMON(OP, LMUL) \ argument
[all …]
/aosp_15_r20/external/libbpf/include/linux/
H A Dfilter.h16 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
24 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
126 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
134 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/
Doperators.hpp184 #define BOOST_BINARY_OPERATOR_COMMUTATIVE( NAME, OP ) \ argument
201 #define BOOST_BINARY_OPERATOR_NON_COMMUTATIVE( NAME, OP ) \ argument
230 #define BOOST_BINARY_OPERATOR_COMMUTATIVE( NAME, OP ) \ argument
244 #define BOOST_BINARY_OPERATOR_NON_COMMUTATIVE( NAME, OP ) \ argument
332 #define BOOST_BINARY_OPERATOR( NAME, OP ) \ argument
349 #define BOOST_BINARY_OPERATOR( NAME, OP ) \ argument
Doperators_v1.hpp170 #define BOOST_BINARY_OPERATOR_COMMUTATIVE( NAME, OP ) \ argument
187 #define BOOST_BINARY_OPERATOR_NON_COMMUTATIVE( NAME, OP ) \ argument
216 #define BOOST_BINARY_OPERATOR_COMMUTATIVE( NAME, OP ) \ argument
230 #define BOOST_BINARY_OPERATOR_NON_COMMUTATIVE( NAME, OP ) \ argument
318 #define BOOST_BINARY_OPERATOR( NAME, OP ) \ argument
335 #define BOOST_BINARY_OPERATOR( NAME, OP ) \ argument
/aosp_15_r20/external/bpftool/include/linux/
H A Dfilter.h8 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
32 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
40 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
/aosp_15_r20/external/jemalloc_new/src/
H A Dstats.c12 #define OP(mtx) #mtx, macro
18 #define OP(mtx) #mtx, macro
107 #define OP(counter, counter_type, human) \ in mutex_stats_init_cols() macro
132 #define OP(counter, counter_type, human) \ in mutex_stats_read_global() macro
156 #define OP(counter, counter_type, human) \ in mutex_stats_read_arena() macro
178 #define OP(counter, counter_type, human) \ in mutex_stats_read_arena_bin() macro
207 #define OP(counter, type, human) \ in mutex_stats_emit() macro
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/decoder/
Dstateful.rs133 ) -> Result<Decoder<ReadyToDecode<OP>>, RequestBuffersError> { in allocate_output_buffers_generic()
150 ) -> Result<Decoder<ReadyToDecode<OP>>, RequestBuffersError> { in allocate_output_buffers()
191 Decoder<Decoding<OP, P, InputDoneCb, DecoderEventCb, FormatChangedCb>>, in start()
196 InputDoneCb: InputDoneCallback<OP>, in start()
387 pub fn stop(self) -> Result<CanceledBuffers<OP>, StopError> { in stop()
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dmutex_prof.h14 #define OP(mtx) global_prof_mutex_##mtx, macro
32 #define OP(mtx) arena_prof_mutex_##mtx, macro
53 #define OP(counter, type, human) mutex_counter_##counter, macro
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DForeachPointwiseOp.cu166 #define FOREACH_POINTWISE_OP_SCALAR(NAME, OP) \ argument
199 #define FOREACH_POINTWISE_OP_SCALARLIST(NAME, OP) \ argument
232 #define FOREACH_POINTWISE_OP_TENSOR(NAME, OP) \ argument
/aosp_15_r20/external/mesa3d/src/nouveau/mme/
H A Dmme_fermi.c9 #define OP_TO_STR(OP) [MME_FERMI_OP_##OP] = #OP argument
29 #define ALU_OP_TO_STR(OP) [MME_FERMI_ALU_OP_##OP] = #OP argument
73 #define ASSIGN_OP_TO_STR(OP) [MME_FERMI_ASSIGN_OP_##OP] = #OP argument

12345678910>>...14