OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IF5
(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
25
private static final float
IF5
= IF3 / (4 * 5);
26
private static final float IF7 =
IF5
/ (6 * 7);
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
25
private static final float
IF5
= IF3 / (4 * 5);
26
private static final float IF7 =
IF5
/ (6 * 7);
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
25
private static final float
IF5
= IF3 / (4 * 5);
26
private static final float IF7 =
IF5
/ (6 * 7);
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
25
private static final float
IF5
= IF3 / (4 * 5);
26
private static final float IF7 =
IF5
/ (6 * 7);
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
25
private static final float
IF5
= IF3 / (4 * 5);
26
private static final float IF7 =
IF5
/ (6 * 7);
44
return x * (x2 * (x2 * (x2 * (x2 * ((x2 * (-IF11)) + IF9) - IF7) +
IF5
) - IF3) + 1);
Completed in 756 milliseconds