Searched refs:z0 (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic3DLUT.cpp129 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (int4)15; local
132 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (int4)15;
149 ALOGE("z0 %08x %08x %08x %08x", z0.x, z0.y, z0.z, z0.w);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dcolorcube.rs59 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (uint4)16;
62 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (uint4)16;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dcolorcube.rs64 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (uint4)16;
67 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (uint4)16;
82 //rsDebug("z0", z0);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dcolorcube.rs59 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (uint4)16;
62 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (uint4)16;
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp261 float z0 = *pSrc++; local
262 float z1 = z0;
285 if (z < z0) {
286 z0 = z;
299 float dz = z1 - z0;
302 *pSphere++ = z0 + dz * 0.5f;
315 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { argument
316 return x0 * x1 + y0 * y1 + z0 * z1;
/frameworks/base/tools/preload/
H A Dsorttable.js82 mtch = headrow[i].className.match(/\bsorttable_([a-z0-9]+)\b/);

Completed in 302 milliseconds