| /external/ComputeLibrary/src/core/CL/cl_kernels/common/experimental/gemm_fused_post_ops/ |
| D | fp_elementwise_op_helpers.h | 104 #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 …]
|
| D | fp_mixed_precision_helpers.h | 62 #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
|
| /external/python/cpython2/Modules/ |
| D | operator.c | 13 #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 …]
|
| /external/ComputeLibrary/tests/framework/ |
| D | Macros.h | 55 #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 …]
|
| /external/bpftool/include/linux/ |
| D | filter.h | 8 #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
|
| /external/rust/crates/rayon-core/src/broadcast/ |
| D | mod.rs | 20 pub fn broadcast<OP, R>(op: OP) -> Vec<R> in broadcast() 98 pub(super) unsafe fn broadcast_in<OP, R>(op: OP, registry: &Arc<Registry>) -> Vec<R> in broadcast_in() 129 pub(super) unsafe fn spawn_broadcast_in<OP>(op: OP, registry: &Arc<Registry>) in spawn_broadcast_in()
|
| /external/bcc/src/cc/includes/ |
| D | libbpf.h | 179 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 187 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 197 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 205 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 300 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 310 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
|
| /external/bcc/src/cc/ |
| D | libbpf.h | 179 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 187 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 197 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 205 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 300 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 310 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
|
| /external/cronet/base/allocator/partition_allocator/partition_alloc_base/mac/ |
| D | mac_util.h | 65 #define PA_OLD_TEST_DEPLOYMENT_TARGET(OP, V, RET) \ argument 68 #define PA_TEST_DEPLOYMENT_TARGET(OP, V, RET) \ argument 71 #define PA_IGNORE_DEPLOYMENT_TARGET(OP, V, RET) argument
|
| /external/igt-gpu-tools/assembler/ |
| D | brw_eu.h | 129 #define ALU1(OP) \ argument 134 #define ALU2(OP) \ argument 140 #define ALU3(OP) \ argument 147 #define ROUND(OP) \ argument
|
| /external/rust/crates/rayon-core/src/thread_pool/ |
| D | mod.rs | 105 pub fn install<OP, R>(&self, op: OP) -> R in install() 155 pub fn broadcast<OP, R>(&self, op: OP) -> Vec<R> in broadcast() 252 pub fn scope<'scope, OP, R>(&self, op: OP) -> R in scope() argument 267 pub fn scope_fifo<'scope, OP, R>(&self, op: OP) -> R in scope_fifo() argument 280 pub fn in_place_scope<'scope, OP, R>(&self, op: OP) -> R in in_place_scope() argument 292 pub fn in_place_scope_fifo<'scope, OP, R>(&self, op: OP) -> R in in_place_scope_fifo() argument
|
| /external/iproute2/include/ |
| D | bpf_util.h | 70 #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
|
| /external/libbpf/include/linux/ |
| D | filter.h | 16 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 24 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 118 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 126 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
|
| /external/cronet/base/mac/ |
| D | mac_util.h | 114 #define OLD_TEST_DEPLOYMENT_TARGET(OP, V, RET) \ argument 117 #define TEST_DEPLOYMENT_TARGET(OP, V, RET) \ argument 120 #define IGNORE_DEPLOYMENT_TARGET(OP, V, RET) argument
|
| /external/jemalloc_new/include/jemalloc/internal/ |
| D | mutex_prof.h | 14 #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
|
| /external/eigen/Eigen/src/plugins/ |
| D | ArrayCwiseBinaryOps.h | 134 #define EIGEN_MAKE_CWISE_COMP_OP(OP, COMPARATOR) \ argument 152 #define EIGEN_MAKE_CWISE_COMP_R_OP(OP, R_OP, RCOMPARATOR) \ argument
|
| /external/ComputeLibrary/src/core/CL/cl_kernels/common/experimental/gemm_fused_post_ops/act_eltwise_op_act/ |
| D | fp_post_ops_act_eltwise_op_act.h | 72 #define POST_OP2_ELTWISE_OP(OP, M0, N0, BASENAME, ELTWISE_OPERAND_NAME, ELTWISE_OPERAND_ROW, DATA_T… argument 78 #define POST_OP2_ELTWISE_OP(OP, M0, N0, BASENAME, ELTWISE_OPERAND_NAME, ELTWISE_OPERAND_ROW, DATA_T… argument 84 #define POST_OP2_ELTWISE_OP(OP, M0, N0, BASENAME, ELTWISE_OPERAND_NAME, ELTWISE_OPERAND_ROW, DATA_T… argument
|
| /external/libconfig/tinytest/ |
| D | tinytest.h | 113 #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 …]
|
| /external/mesa3d/src/mesa/drivers/dri/i915/ |
| D | i915_fragprog.c | 279 #define EMIT_TEX( OP ) \ argument 297 #define EMIT_ARITH( OP, N ) \ argument 308 #define EMIT_1ARG_ARITH( OP ) EMIT_ARITH( OP, 1 ) argument 309 #define EMIT_2ARG_ARITH( OP ) EMIT_ARITH( OP, 2 ) argument 310 #define EMIT_3ARG_ARITH( OP ) EMIT_ARITH( OP, 3 ) argument
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | spacetobatch_benchmark_test.cc | 61 #define BM_SpaceToBatchDev(OP, DEVICE, DTYPE, B, H, W, D, BS, P00, P01, P10, … argument 78 #define BM_SpaceToBatch(OP, ...) \ argument
|
| /external/rust/crates/rayon-core/src/scope/ |
| D | mod.rs | 304 pub fn scope<'scope, OP, R>(op: OP) -> R in scope() argument 395 pub fn scope_fifo<'scope, OP, R>(op: OP) -> R in scope_fifo() argument 427 pub fn in_place_scope<'scope, OP, R>(op: OP) -> R in in_place_scope() argument 434 pub(crate) fn do_in_place_scope<'scope, OP, R>(registry: Option<&Arc<Registry>>, op: OP) -> R in do_in_place_scope() argument 464 pub fn in_place_scope_fifo<'scope, OP, R>(op: OP) -> R in in_place_scope_fifo() argument 471 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
|
| /external/clang/include/clang/Sema/ |
| D | Ownership.h | 55 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; } in make() local 95 UnionOpaquePtr OP = { P.getAsOpaquePtr() }; in make() local
|
| /external/strace/tests/ |
| D | process_vm_writev.c | 7 # define OP process_vm_writev macro
|
| /external/strace/tests-m32/ |
| D | process_vm_writev.c | 7 # define OP process_vm_writev macro
|
| /external/strace/tests-mx32/ |
| D | process_vm_readv.c | 7 # define OP process_vm_readv macro
|