Lines Matching defs:high
706 /* Get a C unsigned long int from an int object, ignoring the high bits.
1283 /* Get a C unsigned long int from an int object, ignoring the high bits.
3457 split, and sets low and high such that abs(n) == (high << size) + low,
3465 PyLongObject **high,
3485 *high = long_normalize(hi);
3569 * underflow (borrow out of the high digit), but we don't care:
3572 * borrows and carries out of the high digit can be ignored.
3586 /* 2. t1 <- ah*bh, and copy into high digits of result. */
3605 assert(Py_SIZE(t2) <= 2*shift); /* no overlap with high digits */