Home
last modified time | relevance | path

Searched +defs:j +defs:q (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DCam.java112 Cam(float hue, float chroma, float j, float q, float m, float s, float jstar, float astar, in Cam()
192 float j = 100.0f * (float) Math.pow(ac / frame.getAw(), frame.getC() * frame.getZ()); in fromIntInFrame() local
193 float q = in fromIntInFrame() local
226 private static Cam fromJch(float j, float c, float h) { in fromJch()
234 private static Cam fromJchInFrame(float j, float c, float h, Frame frame) { in fromJchInFrame()
235 float q = in fromJchInFrame() local
/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java54 float r, q; in testGetAltitude() local
208 float [] q = new float[4]; in testGetQuaternionFromVector() local
354 float [] q = new float[4]; in testGetRotationMatrixFromVector() local
407 float j, halfTheta, residualHalfTheta = FLOAT_PI; in testGetRotationMatrixFromVector() local
470 int i, j, k; in testRemapCoordinateSystem() local
648 int i, j, k; in mat9Mul() local
661 int i, j; in mat9T() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java772 int j = -1; in resampleSensorLog() local
1311 private static double [] quat2rpy( double [] q) { in quat2rpy()
1318 private static void quat2rpy( double [] q, double[] rpy) { in quat2rpy()
1325 double [] q = new double[4]; in quat2rpy() local