Home
last modified time | relevance | path

Searched refs:op_not (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_negate.cpp96 #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/
DPp.cpp379 int op_not(int a) { return !a; } in op_not() function
412 { '!', op_not },
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py372 def op_not(self, index): member in SimpleT2Decompiler
708 def op_not(self, index): member in T2OutlineExtractor