Searched refs:divmod_shift (Results 1 – 1 of 1) sorted by relevance
4256 divmod_shift(PyLongObject *shiftby, Py_ssize_t *wordshift, digit *remshift) in divmod_shift() function4316 if (divmod_shift(b, &wordshift, &loshift) < 0) in long_rshift()4358 if (divmod_shift(b, &wordshift, &remshift) < 0) in long_lshift()