Searched defs:__op__ (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/ |
H A D | test_scalarmath.py | 900 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/ |
D | ConstantExpression.cpp | 34 #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/ |
D | aidl_const_expressions.cpp | 172 #define COMPUTE_UNARY(T, __op__) \ argument 178 #define COMPUTE_BINARY(T, __op__) \ argument
|