Home
last modified time | relevance | path

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

12345

/external/ComputeLibrary/tests/framework/
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 …]
/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 …]
/external/bpftool/include/linux/
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
/external/bcc/src/cc/
Dlibbpf.h179 #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/includes/
Dlibbpf.h179 #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/igt-gpu-tools/assembler/
Dbrw_eu.h129 #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/
Dmod.rs106 pub fn install<OP, R>(&self, op: OP) -> R in install()
202 pub fn scope<'scope, OP, R>(&self, op: OP) -> R in scope() argument
217 pub fn scope_fifo<'scope, OP, R>(&self, op: OP) -> R in scope_fifo() argument
230 pub fn in_place_scope<'scope, OP, R>(&self, op: OP) -> R in in_place_scope() argument
242 pub fn in_place_scope_fifo<'scope, OP, R>(&self, op: OP) -> R in in_place_scope_fifo() argument
/external/iproute2/include/
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
/external/libbpf/include/linux/
Dfilter.h16 #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/jemalloc_new/include/jemalloc/internal/
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
/external/rust/crates/rayon-core/src/scope/
Dmod.rs303 pub fn scope<'scope, OP, R>(op: OP) -> R in scope() argument
394 pub fn scope_fifo<'scope, OP, R>(op: OP) -> R in scope_fifo() argument
426 pub fn in_place_scope<'scope, OP, R>(op: OP) -> R in in_place_scope() argument
433 pub(crate) fn do_in_place_scope<'scope, OP, R>(registry: Option<&Arc<Registry>>, op: OP) -> R in do_in_place_scope() argument
463 pub fn in_place_scope_fifo<'scope, OP, R>(op: OP) -> R in in_place_scope_fifo() argument
470 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/eigen/Eigen/src/plugins/
DArrayCwiseBinaryOps.h134 #define EIGEN_MAKE_CWISE_COMP_OP(OP, COMPARATOR) \ argument
152 #define EIGEN_MAKE_CWISE_COMP_R_OP(OP, R_OP, RCOMPARATOR) \ argument
/external/libconfig/tinytest/
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 …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c279 #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/
Dspacetobatch_benchmark_test.cc61 #define BM_SpaceToBatchDev(OP, DEVICE, DTYPE, B, H, W, D, BS, P00, P01, P10, … argument
78 #define BM_SpaceToBatch(OP, ...) \ argument
/external/clang/include/clang/Sema/
DOwnership.h55 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-m32/
Dprocess_vm_writev.c7 # define OP process_vm_writev macro
Dprocess_vm_readv.c7 # define OP process_vm_readv macro
/external/compiler-rt/test/ubsan/TestCases/Integer/
Dshift.cpp37 a OP (-3); in main() local
/external/strace/tests-mx32/
Dprocess_vm_writev.c7 # define OP process_vm_writev macro
Dprocess_vm_readv.c7 # define OP process_vm_readv macro
/external/strace/tests/
Dprocess_vm_writev.c7 # define OP process_vm_writev macro
Dprocess_vm_readv.c7 # define OP process_vm_readv macro
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.h323 #define REGISTER_XLA_OP(NAME, OP) \ argument
388 #define REGISTER_XLA_OP_UNIQ_HELPER(COUNTER, BUILDER, OP) \ argument
391 #define REGISTER_XLA_OP_UNIQ(CTR, BUILDER, OP) \ argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DFDRRecordProducer.h39 uint64_t &OP) in FileBasedRecordProducer()

12345