Home
last modified time | relevance | path

Searched refs:yp (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
DSineOscillator.java38 float yp = (currentPhase > 0.5f) ? 1.0f - currentPhase in fastSin() local
41 float x = (float) (yp * Math.PI); in fastSin()
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
DSineOscillator.java38 float yp = (currentPhase > 0.5f) ? 1.0f - currentPhase in fastSin() local
41 float x = (float) (yp * Math.PI); in fastSin()