Searched +defs:C +defs:x (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
D | DspBufferMath.java | 58 T x = a; in add() local 130 T x = a; in mult() local 158 double C = ((DspBufferComplex) y).mReal[i]; in mult() local 168 double C = ((DspBufferDouble) y).mData[i]; in mult() local 187 double C = ((DspBufferComplex) y).mReal[i]; in mult() local 196 double C = ((DspBufferDouble) y).mData[i]; in mult() local 213 T x = a; in mult() local 259 T x = a; in set() local
|
/cts/tests/openglperf2/jni/graphics/ |
D | Matrix.cpp | 76 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() 111 float x = 0; in multiply() local 196 const float x = 2.0f * (near * r_width); in newFrustum() local 200 const float C = (far + near) * r_depth; in newFrustum() 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() 320 const float x = rhs[0]; in multiplyVector() local
|