Lines Matching defs:other
437 * However, some other compilers warn about applying unary minus to an
449 For other errors (e.g., TypeError), return -1 and set an error condition.
1346 For other errors (e.g., TypeError), return -1 and set an error condition.
2141 * All other indices map to 37.
2395 other than 2 in that case, but (2**15)**j's only prime factor is 2).
2595 /* there might still be other problems, therefore base
3120 long_richcompare(PyObject *self, PyObject *other, int op)
3123 CHECK_BINOP(self, other);
3124 if (self == other)
3127 result = long_compare((PyLongObject*)self, (PyLongObject*)other);
4067 or (b) at least one other of the extra bits is 1, or (c) the least
5488 In other words, q == a / b, rounded to the nearest integer using