Home
last modified time | relevance | path

Searched defs:__op__ (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/
H A Dtest_scalarmath.py900 def test_subclass_deferral(self, sctype, __op__, __rop__, op, cmp): argument
940 def test_pyscalar_subclasses(self, subtype, __op__, __rop__, op, cmp): argument
/aosp_15_r20/system/tools/hidl/
DConstantExpression.cpp34 #define COMPUTE_UNARY(__op__) if (op == std::string(#__op__)) return __op__ val; argument
35 #define COMPUTE_BINARY(__op__) if (op == std::string(#__op__)) return lval __op__ rval; argument
/aosp_15_r20/system/tools/aidl/
Daidl_const_expressions.cpp172 #define COMPUTE_UNARY(T, __op__) \ argument
178 #define COMPUTE_BINARY(T, __op__) \ argument