HomeSort by relevance Sort by last modified time
    Searched refs:IF7 (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 26 private static final float IF7 = IF5 / (6 * 7);
27 private static final float IF9 = IF7 / (8 * 9);
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 26 private static final float IF7 = IF5 / (6 * 7);
27 private static final float IF9 = IF7 / (8 * 9);
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 26 private static final float IF7 = IF5 / (6 * 7);
27 private static final float IF9 = IF7 / (8 * 9);
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 26 private static final float IF7 = IF5 / (6 * 7);
27 private static final float IF9 = IF7 / (8 * 9);
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 26 private static final float IF7 = IF5 / (6 * 7);
27 private static final float IF9 = IF7 / (8 * 9);
44 return x * (x2 * (x2 * (x2 * (x2 * ((x2 * (-IF11)) + IF9) - IF7) + IF5) - IF3) + 1);
  /toolchain/binutils/binutils-2.27/opcodes/
v850-opc.c 1312 #define IF7 {D17_16}
    [all...]

Completed in 330 milliseconds