Home
last modified time | relevance | path

Searched refs:op_ne (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/fuzz/
Dxpath.dict71 op_ne="!=1"
/external/python/pybind11/include/pybind11/
Doperators.h29 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/
DPp.cpp364 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/
DPp.cpp364 int op_ne(int a, int b) { return a != b; } in op_ne() function
392 { PpAtomNE, EQUAL, op_ne },
/external/python/cpython2/Modules/
Doperator.c136 spamrc(op_ne , Py_NE) in spami()