Lines Matching defs:zero
97 * for each non-zero window, so at worst (and likely!)
100 * over an all-zero window that the fixed-window method can't
153 /* Fast operations for single digit integers (including zero)
381 * toward zero. If the value of the integral part cannot be represented by
1617 /* Divide long pin, w/ size digits, by non-zero digit n, storing quotient
1658 The sign of a is ignored; n should not be zero. */
1674 /* Remainder of long pin, w/ size digits, by non-zero digit n,
1690 ignored; n should not be zero. */
2308 it might still be zero though */
2596 remains zero here for the same reason */
2707 "integer division or modulo by zero");
2718 PyObject *zero = _PyLong_GetZero();
2719 Py_INCREF(zero);
2720 *pdiv = (PyLongObject*)zero;
2772 "integer modulo by zero");
3729 /* Allocate result space, and zero it out. */
3849 as a - b*trunc(a/b), if trunc truncates towards zero.
4088 "division by zero");
4201 assert(x_size > 0); /* result of division is never zero */
4939 be entirely zero. a and z may point to the same digit vector. */
5418 /* Fast operations for single digit integers (including zero)
5671 one digit, even though the integer zero has a Py_SIZE of 0 */
6011 numbers, this truncates towards zero.\n\