Searched defs:BPF (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Drandom.py62 BPF = 53 # Number of bits in a float variable
63 RECIP_BPF = 2**-BPF
175 def randrange(self, start, stop=None, step=1, _int=int, _maxwidth=1L<<BPF):
244 def _randbelow(self, n, _log=_log, _int=int, _maxwidth=1L<<BPF,
/external/python/cpython3/Lib/
H A Drandom.py61 BPF = 53 # Number of bits in a float variable
62 RECIP_BPF = 2**-BPF
222 def _randbelow(self, n, int=int, maxsize=1<<BPF, type=type,

Completed in 104 milliseconds