Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp346 int op_ne(int a, int b) { return a != b; } in op_ne() function
374 { PpAtomNE, EQUAL, op_ne },
/external/python/cpython2/Modules/
Doperator.c136 spamrc(op_ne , Py_NE) in spami()