HomeSort by relevance Sort by last modified time
    Searched defs:TWOPI (Results 1 - 25 of 33) sorted by null

1 2

  /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)
  /external/python/cpython2/Lib/test/
double_const.py 13 TWOPI = 6.28318530717958648
30 check_ok(TWOPI, TWOPI_str)
  /external/python/cpython3/Lib/test/
double_const.py 13 TWOPI = 6.28318530717958648
30 check_ok(TWOPI, TWOPI_str)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
double_const.py 13 TWOPI = 6.28318530717958648
30 check_ok(TWOPI, TWOPI_str)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
double_const.py 13 TWOPI = 6.28318530717958648
30 check_ok(TWOPI, TWOPI_str)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
double_const.py 13 TWOPI = 6.28318530717958648
30 check_ok(TWOPI, TWOPI_str)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
double_const.py 13 TWOPI = 6.28318530717958648
30 check_ok(TWOPI, TWOPI_str)
  /frameworks/av/media/libeffects/dynamicsproc/dsp/
RDsp.h 45 #define TWOPI (M_PI * 2)
96 v[i] = 0.54 - 0.46 * cos(TWOPI * i /(twoOverlap - 1));
109 v[i] = 0.54 - 0.46 * cos(TWOPI * k / (twoOverlap - 1));
122 v[i] = 0.5 * (1.0 - cos(TWOPI * i / (twoOverlap - 1)));
135 v[i] = 0.5 * (1.0 - cos(TWOPI * k / (twoOverlap - 1)));
  /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)));
  /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...]
  /external/llvm/include/llvm/Support/
GraphWriter.h 47 TWOPI,
  /external/python/cpython2/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
  /external/python/cpython3/Lib/
random.py 58 TWOPI = 2.0*_pi
472 return TWOPI * random()
490 theta = (mu + _acos(f)) % TWOPI
492 theta = (mu - _acos(f)) % TWOPI
602 x2pi = random() * TWOPI
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
GraphWriter.h 44 TWOPI,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 47 TWOPI,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GraphWriter.h 47 TWOPI,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GraphWriter.h 47 TWOPI,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GraphWriter.h 56 TWOPI,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GraphWriter.h 56 TWOPI,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GraphWriter.h 56 TWOPI,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GraphWriter.h 56 TWOPI,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 47 TWOPI,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GraphWriter.h 47 TWOPI,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GraphWriter.h 47 TWOPI,

Completed in 1496 milliseconds

1 2