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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
double_const.py 13 TWOPI = 6.28318530717958648
30 check_ok(TWOPI, TWOPI_str)
test_random.py 531 self.assertAlmostEqual(random.TWOPI, 6.28318530718)
  /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/swiftshader/third_party/LLVM/lib/Support/
GraphWriter.cpp 82 case GraphProgram::TWOPI: args.push_back("-f"); args.push_back("twopi");break;
136 if (program == GraphProgram::TWOPI)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
random.py 59 TWOPI = 2.0*_pi
464 return TWOPI * random()
482 theta = (mu + _acos(f)) % TWOPI
484 theta = (mu - _acos(f)) % TWOPI
594 x2pi = random() * TWOPI
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
random.py 59 TWOPI = 2.0*_pi
460 return TWOPI * random()
480 theta = (mu % TWOPI) + _acos(f)
482 theta = (mu % TWOPI) - _acos(f)
592 x2pi = random() * TWOPI
    [all...]
  /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,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
GraphWriter.h 44 TWOPI,
  /external/swiftshader/third_party/LLVM/
configure 746 TWOPI
    [all...]

Completed in 544 milliseconds