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

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DspWindow.java 25 private static final double TWOPI = Math.PI * 2;
146 value = 0.54 - 0.46 * Math.cos(TWOPI * i / (twoOverlap - 1));
161 value = 0.54 - 0.46 * Math.cos(TWOPI * k / (twoOverlap - 1));
181 value = 0.5 * (1.0 - Math.cos(TWOPI * i / (twoOverlap - 1)));
195 value = 0.5 * (1.0 - Math.cos(TWOPI * k / (twoOverlap - 1)));
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
MathUtils.java 56 public static final float TWOPI = (float) (Math.PI * 2);
60 public static final float THREE_HALVES_PI = TWOPI - HALF_PI;
89 x %= TWOPI;
92 x += TWOPI;
297 theta %= TWOPI;
299 theta = theta - TWOPI;
Sweep.java 61 float d = MathUtils.TWOPI * MathUtils.floor(a0 / MathUtils.TWOPI);
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 127 case GraphProgram::TWOPI:
128 return "twopi";
218 S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) {
  /external/llvm/include/llvm/Support/
GraphWriter.h 47 TWOPI,

Completed in 646 milliseconds