Lines Matching defs:other
13 * documentation and/or other materials provided with the distribution.
3966 nm_##MPDFUNC(PyObject *self, PyObject *other) \
3974 CONVERT_BINOP(&a, &b, self, other, context); \
4052 static char *kwlist[] = {"other", "context", NULL}; \
4053 PyObject *other; \
4060 &other, &context)) { \
4064 CONVERT_BINOP_RAISE(&a, &b, self, other, context); \
4090 static char *kwlist[] = {"other", "context", NULL}; \
4092 PyObject *other; \
4097 &other, &context)) { \
4101 CONVERT_BINOP_RAISE(&a, &b, self, other, context); \
4121 static char *kwlist[] = {"other", "third", "context", NULL}; \
4122 PyObject *other, *third; \
4129 &other, &third, &context)) { \
4133 CONVERT_TERNOP_RAISE(&a, &b, &c, self, other, third, context); \
4452 static char *kwlist[] = {"other", "context", NULL};
4453 PyObject *other;
4460 &other, &context)) {
4464 CONVERT_BINOP_RAISE(&a, &b, self, other, context);
4487 static char *kwlist[] = {"other", "context", NULL};
4488 PyObject *other;
4494 &other, &context)) {
4498 CONVERT_BINOP_RAISE(&a, &b, self, other, context);