Searched +defs:j +defs:r (Results 1 – 5 of 5) sorted by relevance
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorManagerStaticTest.java | 54 float r, q; in testGetAltitude() local 407 float j, halfTheta, residualHalfTheta = FLOAT_PI; in testGetRotationMatrixFromVector() local 470 int i, j, k; in testRemapCoordinateSystem() local 647 float [] r = new float[9]; in mat9Mul() local 648 int i, j, k; in mat9Mul() local 661 int i, j; in mat9T() local
|
/cts/tests/openglperf2/jni/graphics/ |
D | Matrix.cpp | 106 void Matrix::multiply(const Matrix& l, const Matrix& r) { in multiply() 116 for (int j = 0; j < 4; j++) { in multiply() local 325 const int j = i * 4; in multiplyVector() local
|
/cts/tests/simplecpu/jni/ |
D | CpuNativeJni.cpp | 78 int d, r, swaptype, swap_cnt; in qsort_local() local 216 for (int j = 0; j < n; j += M) { in doMatrixMultiplication() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 755 int j = -1; in resampleSensorLog() local 1320 private static double [] rodr2quat( double [] r) { in rodr2quat() 1327 private static void rodr2quat( double [] r, double [] quat) { in rodr2quat() 1337 double [] r = new double[3]; in rodr2quat() local 1347 private static double [] rodr2rpy( double [] r) { in rodr2rpy()
|
/cts/tests/tests/nativehardware/jni/ |
D | AHardwareBufferGLTest.cpp | 412 const uint8_t r = golden_pixel[0]; in GetGoldenColor() local 2150 for (int j = 0; j < kNumTiles; ++j) { in TEST_P() local 2253 for (int j = 0; j < kNumTiles; ++j) { in TEST_P() local
|