Home
last modified time | relevance | path

Searched defs:OP_NAME (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
H A Donedevice_train_palm_detection_filter_inference_beta.cc715 #define POOL_OP(OP_NAME, DEFAULT_VALUE, UPDATE_EXPR, RESULT_EXPR) \ argument
1097 #define SIMPLE_UNARY_OP(OP_NAME, _, EXPR_EIGEN) \ argument
1111 #define SIMPLE_UNARY_OP(OP_NAME, EXPR, _) \ argument
1318 #define BROADCAST_BINARY_OP(OP_NAME, EXPR, EXPR_EIGEN) \ argument
1375 #define REDUCE_OP(OP_NAME, DEFAULT_VALUE, UPDATE_EXPR, RESULT_EXPR) \ in BROADCAST_BINARY_OP() argument
H A Donedevice_train_palm_detection_filter_inference.cc716 #define POOL_OP(OP_NAME, DEFAULT_VALUE, UPDATE_EXPR, RESULT_EXPR) \ argument
1098 #define SIMPLE_UNARY_OP(OP_NAME, _, EXPR_EIGEN) \ argument
1112 #define SIMPLE_UNARY_OP(OP_NAME, EXPR, _) \ argument
1319 #define BROADCAST_BINARY_OP(OP_NAME, EXPR, EXPR_EIGEN) \ argument
1376 #define REDUCE_OP(OP_NAME, DEFAULT_VALUE, UPDATE_EXPR, RESULT_EXPR) \ in BROADCAST_BINARY_OP() argument
H A Donedevice_train_palm_detection_filter_inference_v2.cc715 #define POOL_OP_V2(OP_NAME, DEFAULT_VALUE, UPDATE_EXPR, RESULT_EXPR) \ argument
1097 #define SIMPLE_UNARY_OP_V2(OP_NAME, _, EXPR_EIGEN) \ argument
1111 #define SIMPLE_UNARY_OP_V2(OP_NAME, EXPR, _) \ argument
1319 #define BROADCAST_BINARY_OP_V2(OP_NAME, EXPR, EXPR_EIGEN) \ argument
1376 #define REDUCE_OP_V2(OP_NAME, DEFAULT_VALUE, UPDATE_EXPR, RESULT_EXPR) \ in BROADCAST_BINARY_OP_V2() argument
/aosp_15_r20/external/deqp/framework/common/
H A DtcuVectorUtil.hpp548 #define TCU_DECLARE_VECTOR_UNARY_FUNC(FUNC_NAME, OP_NAME) \ argument
558 #define TCU_DECLARE_VECTOR_BINARY_FUNC(FUNC_NAME, OP_NAME) \ argument
568 #define TCU_DECLARE_VECTOR_TERNARY_FUNC(FUNC_NAME, OP_NAME) … argument
/aosp_15_r20/external/pytorch/tools/autograd/
H A Dgen_trace_type.py99 OP_NAME = CodeTemplate( variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/doc/examples/
Darray_arithmetic.c37 # define OP_NAME(O) BOOST_PP_TUPLE_ELEM(5, 1, O) macro
/aosp_15_r20/external/libxml2/fuzz/
H A Dreader.c46 OP_NAME, enumerator
/aosp_15_r20/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/permission/utils/
DGrantRevokeTests.kt98 private val OP_NAME = permissionToOp(FG_PERM_NAME)!! constant
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp299 #define DECLARE_IVEC_BINARY_FUNC(OP_NAME) \ argument
309 #define DECLARE_IVEC_INT_BINARY_FUNC(OP_NAME) \ argument
319 #define DECLARE_INT_IVEC_BINARY_FUNC(OP_NAME) \ argument
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp403 #define SWITCH_DPFAIL_OR_DPPASS(OP_NAME, CONDITION) … in executeStencilDpFailAndPass() argument
/aosp_15_r20/external/python/cpython2/Python/
Dcompile.c2318 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() enumerator
/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c4252 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() enumerator