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

  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SineOscillator.java 24 private static final float IF3 = 1.0f / (2 * 3);
25 private static final float IF5 = IF3 / (4 * 5);
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 24 private static final float IF3 = 1.0f / (2 * 3);
25 private static final float IF5 = IF3 / (4 * 5);
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 24 private static final float IF3 = 1.0f / (2 * 3);
25 private static final float IF5 = IF3 / (4 * 5);
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 24 private static final float IF3 = 1.0f / (2 * 3);
25 private static final float IF5 = IF3 / (4 * 5);
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 24 private static final float IF3 = 1.0f / (2 * 3);
25 private static final float IF5 = IF3 / (4 * 5);
44 return x * (x2 * (x2 * (x2 * (x2 * ((x2 * (-IF11)) + IF9) - IF7) + IF5) - IF3) + 1);
  /toolchain/binutils/binutils-2.27/opcodes/
v850-opc.c 1303 #define IF3 {D9_RELAX}
    [all...]

Completed in 1648 milliseconds