Home
last modified time | relevance | path

Searched +defs:z +defs:s (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/libmediandkjni/
Dmd5_utils.cpp144 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
145 #define F2(x, y, z) F1(z, x, y) argument
146 #define F3(x, y, z) (x ^ y ^ z) argument
147 #define F4(x, y, z) (y ^ (x | ~z)) argument
150 #define MD5STEP(f,w,x,y,z,in,s) \ argument
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp76 void Matrix::translate(float x, float y, float z) { in translate()
86 void Matrix::scale(float x, float y, float z) { in scale()
96 void Matrix::rotate(float radians, float x, float y, float z) { in rotate()
113 float z = 0; in multiply() local
225 Matrix* Matrix::newTranslate(float x, float y, float z) { in newTranslate()
235 Matrix* Matrix::newScale(float x, float y, float z) { in newScale()
245 Matrix* Matrix::newRotate(float radians, float x, float y, float z) { in newRotate()
256 float s = (float) sinf(radians); in newRotate() local
322 const float z = rhs[2]; in multiplyVector() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DLaunchClip.java44 void setup(boolean makeIn, boolean makeOut, int x, int y, int z, boolean face, boolean lods, in setup()
114 private void verifyCell(int x, int y, int z, int[] a, Script.LaunchOptions sc) { in verifyCell()
148 String s = new String("verify error @ " + x + ", " + y + ", " + z + in verifyCell() local