OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IF9
(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
27
private static final float
IF9
= IF7 / (8 * 9);
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
27
private static final float
IF9
= IF7 / (8 * 9);
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
27
private static final float
IF9
= IF7 / (8 * 9);
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
27
private static final float
IF9
= IF7 / (8 * 9);
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
27
private static final float
IF9
= IF7 / (8 * 9);
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 252 milliseconds