Searched refs:TWO_PI (Results 1 – 11 of 11) sorted by relevance
36 mPhaseIncrement = Constant.TWO_PI * (frequency / mSamplingRate); // should < 2pi in SineWaveTone()55 if (mPhase >= Constant.TWO_PI) { in generateTone()56 mPhase -= Constant.TWO_PI; in generateTone()76 if (mPhase >= Constant.TWO_PI) { in generateTone()77 mPhase -= Constant.TWO_PI; in generateTone()
35 coefficient = (Constant.TWO_PI * i) / (length - 1); in hanningWindow()
25 public static final double TWO_PI = 2.0 * Math.PI; field in Constant
23 constexpr double TWO_PI = 2.0 * M_PI; in getNextImpulse() local32 mPhaseRad += TWO_PI * mPhaseIncrementPerFrame; in getNextImpulse()33 while (mPhaseRad > TWO_PI) mPhaseRad -= TWO_PI; in getNextImpulse()
11 TWO_PI = 2 * pi variable98 theta_arc += TWO_PI100 theta_arc -= TWO_PI
49 private static final double HALF_LOG_2_PI = 0.5 * FastMath.log(MathUtils.TWO_PI);196 double f = (MathUtils.TWO_PI * x * (n - x)) / n; in logBinomialProbability()
197 FastMath.sqrt(MathUtils.TWO_PI * x); in probability()
48 public static final double TWO_PI = 2 * FastMath.PI; field in MathUtils1396 return a - TWO_PI * FastMath.floor((a + FastMath.PI - center) / TWO_PI);
419 int TWO_PI = 0x40c90fdb;
528 int TWO_PI = 0x40c90fdb;
520 int TWO_PI = 0x40c90fdb;