Searched refs:x2 (Results 1 – 8 of 8) sorted by relevance
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/ |
D | SineOscillator.java | 42 float x2 = (x * x); in fastSin() local 44 return x * (x2 * (x2 * (x2 * (x2 * ((x2 * (-IF11)) + IF9) - IF7) + IF5) - IF3) + 1); in fastSin()
|
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/ |
D | SineOscillator.java | 42 float x2 = (x * x); in fastSin() local 44 return x * (x2 * (x2 * (x2 * (x2 * ((x2 * (-IF11)) + IF9) - IF7) + IF5) - IF3) + 1); in fastSin()
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/ |
D | CubeWallpaper1.java | 202 void drawLine(Canvas c, int x1, int y1, int z1, int x2, int y2, int z2) { in drawLine() argument 218 float newx2 = (float)(Math.sin(yrot) * newz2 + Math.cos(yrot) * x2); in drawLine() 220 newz2 = (float)(Math.cos(yrot) * newz2 - Math.sin(yrot) * x2); in drawLine()
|
/development/samples/training/testingfun/gradle/wrapper/ |
D | gradle-wrapper.jar | ... .Install x0
java.io.File x1
String x2
static synthetic org.gradle.wrapper.IDownload access ... |
/development/samples/devbytes/telephony/SmsSampleProject/gradle/wrapper/ |
D | gradle-wrapper.jar | ... .Install x0
java.io.File x1
String x2
static synthetic org.gradle.wrapper.IDownload access ... |
/development/tools/checkcolor/gradle/wrapper/ |
D | gradle-wrapper.jar | ... .Install x0
java.io.File x1
String x2
static synthetic org.gradle.wrapper.Logger access ... |
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceScript.java | 551 float x2 = pt2xStart; in handleEvent() local 569 .addPointer(0, x1, y1).addPointer(1, x2, y2).setIntermediateNote(true)); in handleEvent() 574 x2 += pt2xStep; in handleEvent() 579 .setEventTime(eventTime).addPointer(0, x1, y1, 1, 5).addPointer(1, x2, in handleEvent() 585 .addPointer(1, x2, y2)); in handleEvent()
|
/development/samples/training/NavigationDrawer/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |