Searched refs:x2 (Results 1 – 5 of 5) 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/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/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 24583 …6,platform/external/libmtp,fake_odIep59ASBuh-40VJVdk4w@fakeemail.com,nokia x2 dual sim https://sou… 25169 …l/libmtp,fake_odIep59ASBuh-40VJVdk4w@fakeemail.com,added BLU studio energy x2 phone adjusted the o… 59167 …sa3d,fake_tT3cRc4UTsiQxP8gfXNzsA@fakeemail.com,swr: [rasterizer core/sim] 8x2 backend + 16-wide ti… 89107 …722e2,platform/external/skia,fake_Gx1P_VgQRFyBaShR3ZWArA@fakeemail.com,Add support for 2x2 matrices 93577 …orm/external/skia,fake_rG3deGFVQIyb3NGBVe9vJw@fakeemail.com,Reland: Finish up mip opts: 2x3 and 3x2 93668 …64,platform/external/skia,fake_rG3deGFVQIyb3NGBVe9vJw@fakeemail.com,Finish up mip opts: 2x3 and 3x2
|