Home
last modified time | relevance | path

Searched refs:fz (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DCamUtils.java91 float fz = fy; in intFromLstar() local
100 float zT = cubeExceedEpsilon ? fz * fz * fz : (116f * fx - 16f) / kappa; in intFromLstar()
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp141 float fz = centerZ - eyeZ; in newLookAt() local
144 float rlf = 1.0f / (float) sqrt(fx * fx + fy * fy + fz * fz); in newLookAt()
147 fz *= rlf; in newLookAt()
150 float sx = fy * upZ - fz * upY; in newLookAt()
151 float sy = fz * upX - fx * upZ; in newLookAt()
161 float ux = sy * fz - sz * fy; in newLookAt()
162 float uy = sz * fx - sx * fz; in newLookAt()
178 d[10] = -fz; in newLookAt()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dreduce.rscript320 #pragma rs reduce(fz) \