Home
last modified time | relevance | path

Searched +defs:y +defs:D (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DDspBufferMath.java59 T y = b; in add() local
131 T y = b; in mult() local
159 double D = ((DspBufferComplex) y).mImag[i]; in mult() local
188 double D = ((DspBufferComplex) y).mImag[i]; in mult() local
/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()
112 float y = 0; in multiply() local
197 const float y = 2.0f * (near * r_height); in newFrustum() local
201 const float D = 2.0f * (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()
321 const float y = rhs[1]; in multiplyVector() local
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java506 private static double calculateColorTemperature(double x, double y) { in calculateColorTemperature()
708 float[] D = new float[] { maxNeutral/referenceNeutral[0], 0, 0, in calculateCameraToXYZD50Transform() local