Searched refs:op_not (Results 1 – 3 of 3) sorted by relevance
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | test_op_negate.cpp | 96 #define TEST_NOT(TYPE) TEST_NEGATION(TYPE, cl_##TYPE, op_not, notOp<cl_##TYPE>) 98 #define TEST_NOT_VEC(TYPE, N) TEST_NEGATION(TYPE##N, cl_##TYPE##N, op_not, (notOpVec<cl_##TYPE##N, … 111 TEST_NEGATION(short, short, op_not, notOp<cl_short>)
|
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 379 int op_not(int a) { return !a; } in op_not() function 412 { '!', op_not },
|
/external/fonttools/Lib/fontTools/misc/ |
D | psCharStrings.py | 372 def op_not(self, index): member in SimpleT2Decompiler 708 def op_not(self, index): member in T2OutlineExtractor
|