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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
double_const.py 13 TWOPI = 6.28318530717958648
30 check_ok(TWOPI, TWOPI_str)
test_random.py 570 0 <= sample <= random.TWOPI,
583 self.assertAlmostEqual(random.TWOPI, 6.28318530718)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
double_const.py 13 TWOPI = 6.28318530717958648
30 check_ok(TWOPI, TWOPI_str)
test_random.py 570 0 <= sample <= random.TWOPI,
583 self.assertAlmostEqual(random.TWOPI, 6.28318530718)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 59 TWOPI = 2.0*_pi
458 return TWOPI * random()
476 theta = (mu + _acos(f)) % TWOPI
478 theta = (mu - _acos(f)) % TWOPI
588 x2pi = random() * TWOPI
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 59 TWOPI = 2.0*_pi
458 return TWOPI * random()
476 theta = (mu + _acos(f)) % TWOPI
478 theta = (mu - _acos(f)) % TWOPI
588 x2pi = random() * TWOPI
  /external/llvm/lib/Support/
GraphWriter.cpp 125 case GraphProgram::TWOPI:
126 return "twopi";
182 S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) {
  /external/llvm/include/llvm/Support/
GraphWriter.h 48 TWOPI,
  /external/llvm/
configure 749 TWOPI
    [all...]

Completed in 131 milliseconds