Home
last modified time | relevance | path

Searched refs:IF11 (Results 1 – 1 of 1) sorted by relevance

/developers/samples/android/common/src/java/com/example/android/common/midi/synth/
DSineOscillator.java28 private static final float IF11 = IF9 / (10 * 11); field in SineOscillator
44 return x * (x2 * (x2 * (x2 * (x2 * ((x2 * (-IF11)) + IF9) - IF7) + IF5) - IF3) + 1); in fastSin()