Home | History | Annotate | Download | only in Lib

Lines Matching refs:divmod

1710         rest, position = divmod(bigint, 1<<64)
1711 rest, dec_flags = divmod(rest, 1<<64)
1712 rest, bytes_to_feed = divmod(rest, 1<<64)
1713 need_eof, chars_to_skip = divmod(rest, 1<<64)