HomeSort by relevance Sort by last modified time
    Searched refs:SG_MAGICCONST (Results 1 - 8 of 8) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
random.py 61 SG_MAGICCONST = 1.0 + _log(4.5)
524 if r + SG_MAGICCONST - 4.5*z >= 0.0 or r >= _log(z):
  /prebuilts/gdb/linux-x86/lib/python2.7/
random.py 61 SG_MAGICCONST = 1.0 + _log(4.5)
524 if r + SG_MAGICCONST - 4.5*z >= 0.0 or r >= _log(z):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 61 SG_MAGICCONST = 1.0 + _log(4.5)
524 if r + SG_MAGICCONST - 4.5*z >= 0.0 or r >= _log(z):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 61 SG_MAGICCONST = 1.0 + _log(4.5)
524 if r + SG_MAGICCONST - 4.5*z >= 0.0 or r >= _log(z):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_random.py 585 self.assertAlmostEqual(random.SG_MAGICCONST, 2.50407739677627)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_random.py 585 self.assertAlmostEqual(random.SG_MAGICCONST, 2.50407739677627)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_random.py 585 self.assertAlmostEqual(random.SG_MAGICCONST, 2.50407739677627)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_random.py 585 self.assertAlmostEqual(random.SG_MAGICCONST, 2.50407739677627)

Completed in 663 milliseconds