Searched defs:op_mod (Results 1 - 1 of 1) sorted by relevance
| /third_party/glslang/glslang/MachineIndependent/preprocessor/ | ||
| H A D | Pp.cpp | 375 int op_mod(int a, int b) { return a == INT_MIN && b == -1 ? 0 : a % b; } in op_mod() function |
Completed in 3 milliseconds