Lines Matching defs:other
761 valpy_binop (enum valpy_opcode opcode, PyObject *self, PyObject *other) in valpy_binop()
868 valpy_add (PyObject *self, PyObject *other) in valpy_add()
874 valpy_subtract (PyObject *self, PyObject *other) in valpy_subtract()
880 valpy_multiply (PyObject *self, PyObject *other) in valpy_multiply()
886 valpy_divide (PyObject *self, PyObject *other) in valpy_divide()
892 valpy_remainder (PyObject *self, PyObject *other) in valpy_remainder()
898 valpy_power (PyObject *self, PyObject *other, PyObject *unused) in valpy_power()
1015 valpy_lsh (PyObject *self, PyObject *other) in valpy_lsh()
1022 valpy_rsh (PyObject *self, PyObject *other) in valpy_rsh()
1029 valpy_and (PyObject *self, PyObject *other) in valpy_and()
1036 valpy_or (PyObject *self, PyObject *other) in valpy_or()
1043 valpy_xor (PyObject *self, PyObject *other) in valpy_xor()
1051 valpy_richcompare (PyObject *self, PyObject *other, int op) in valpy_richcompare()