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

  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SineOscillator.java 28 private static final float IF11 = IF9 / (10 * 11);
44 return x * (x2 * (x2 * (x2 * (x2 * ((x2 * (-IF11)) + IF9) - IF7) + IF5) - IF3) + 1);
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SineOscillator.java 28 private static final float IF11 = IF9 / (10 * 11);
44 return x * (x2 * (x2 * (x2 * (x2 * ((x2 * (-IF11)) + IF9) - IF7) + IF5) - IF3) + 1);
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SineOscillator.java 28 private static final float IF11 = IF9 / (10 * 11);
44 return x * (x2 * (x2 * (x2 * (x2 * ((x2 * (-IF11)) + IF9) - IF7) + IF5) - IF3) + 1);
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SineOscillator.java 28 private static final float IF11 = IF9 / (10 * 11);
44 return x * (x2 * (x2 * (x2 * (x2 * ((x2 * (-IF11)) + IF9) - IF7) + IF5) - IF3) + 1);
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SineOscillator.java 28 private static final float IF11 = IF9 / (10 * 11);
44 return x * (x2 * (x2 * (x2 * (x2 * ((x2 * (-IF11)) + IF9) - IF7) + IF5) - IF3) + 1);

Completed in 205 milliseconds