Searched refs:op_ne (Results 1 – 5 of 5) sorted by relevance
/external/libxml2/fuzz/ |
D | xpath.dict | 71 op_ne="!=1"
|
/external/python/pybind11/include/pybind11/ |
D | operators.h | 29 op_eq, op_ne, op_iadd, op_isub, op_imul, op_idiv, op_imod, op_ilshift, enumerator
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 364 int op_ne(int a, int b) { return a != b; } in op_ne() function 392 { PpAtomNE, EQUAL, op_ne },
|
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 364 int op_ne(int a, int b) { return a != b; } in op_ne() function 392 { PpAtomNE, EQUAL, op_ne },
|
/external/python/cpython2/Modules/ |
D | operator.c | 136 spamrc(op_ne , Py_NE) in spami()
|