Home
last modified time | relevance | path

Searched defs:x2 (Results 1 – 10 of 10) sorted by relevance

/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
DSineOscillator.java42 float x2 = (x * x); in fastSin() local
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
DSineOscillator.java42 float x2 = (x * x); in fastSin() local
/development/perftests/panorama/feature_mos/src/mosaic/
DGeometry.h66 double x2, double y2, in FindTriangleCentroid()
129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, doub… in FindQuadCentroid()
DBlend.cpp139 double z, x0, y0, x1, y1, x2, y2, x3, y3; in runBlend() local
1006 int x2 = x1 + 1; in ProcessPyramidForThisFrame() local
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_metrics.h41 double x2,y2,r,r2,r2s,one_over_r2,fu,r_fu,one_over_r_fu; in db_CauchyDerivative() local
121 double x0,x1,x2,mult; in db_SquaredReprojectionErrorHomography() local
135 double x0,x1,x2,mult; in db_SquaredInhomogenousHomographyError() local
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
DCubeWallpaper1.java202 void drawLine(Canvas c, int x1, int y1, int z1, int x2, int y2, int z2) { in drawLine()
/development/ndk/sources/android/ndk_helper/
DgestureDetector.cpp241 float x2 = AMotionEvent_getX( event_, index ); in GetPointers() local
Dvecmath.h1045 float x2 = x_ * x_ * 2.0f; in ToMatrix() local
1071 float x2 = x_ * x_ * 2.0f; in ToMatrixPreserveTranslate() local
/development/perftests/panorama/feature_stab/src/dbreg/
Ddbreg.h554 double x0,x1,x2,mult; in SquaredInhomogenousHomographyError() local
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceScript.java551 float x2 = pt2xStart; in handleEvent() local