HomeSort by relevance Sort by last modified time
    Searched defs:BPF (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
random.py 62 BPF = 53 # Number of bits in a float
63 RECIP_BPF = 2**-BPF
174 maxwidth=1L<<BPF):
243 def _randbelow(self, n, _log=_log, int=int, _maxwidth=1L<<BPF,
  /prebuilts/gdb/linux-x86/lib/python2.7/
random.py 62 BPF = 53 # Number of bits in a float
63 RECIP_BPF = 2**-BPF
174 maxwidth=1L<<BPF):
243 def _randbelow(self, n, _log=_log, int=int, _maxwidth=1L<<BPF,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 62 BPF = 53 # Number of bits in a float
63 RECIP_BPF = 2**-BPF
174 maxwidth=1L<<BPF):
243 def _randbelow(self, n, _log=_log, int=int, _maxwidth=1L<<BPF,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 62 BPF = 53 # Number of bits in a float
63 RECIP_BPF = 2**-BPF
174 maxwidth=1L<<BPF):
243 def _randbelow(self, n, _log=_log, int=int, _maxwidth=1L<<BPF,

Completed in 107 milliseconds