Searched refs:op_sub (Results 1 – 5 of 5) sorted by relevance
/external/python/pybind11/include/pybind11/ |
D | operators.h | 26 op_add, op_sub, op_mul, op_div, op_mod, op_divmod, op_pow, op_lshift, enumerator
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 372 int op_sub(int a, int b) { return a - b; } in op_sub() function 400 { '-', ADD, op_sub },
|
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 372 int op_sub(int a, int b) { return a - b; } in op_sub() function 400 { '-', ADD, op_sub },
|
/external/fonttools/Lib/fontTools/misc/ |
D | psCharStrings.py | 380 def op_sub(self, index): member in SimpleT2Decompiler 716 def op_sub(self, index): member in T2OutlineExtractor
|
/external/python/cpython2/Modules/ |
D | operator.c | 91 spam2(op_sub , PyNumber_Subtract) in spami()
|