Home
last modified time | relevance | path

Searched refs:xs (Results 1 – 4 of 4) sorted by relevance

/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp300 float xs = x * s; in newRotate() local
308 d[9] = yz * nc - xs; in newRotate()
310 d[6] = yz * nc + xs; in newRotate()
/cts/apps/CameraITS/tests/scene1_1/
Dtest_capture_result.py58 xs = np.array([range(lsc_map_w)] * lsc_map_h).reshape(lsc_map_h, lsc_map_w)
63 ax.plot_wireframe(xs, ys, zs)
/cts/tests/tests/util/src/android/util/cts/
DXmlTest.java386 XmlSerializer xs = Xml.newSerializer(); in testNewSerializer() local
387 assertNotNull(xs); in testNewSerializer()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DMatrixTest.rscript665 const float xs = 4.f;
676 rsMatrixScale(&m4, xs, ys, zs);