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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic3DLUT.cpp122 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (int4)15; local
125 uint4 v = ((z0 * weight1.z) + (z1 * weight2.z)) >> (int4)15;
142 ALOGE("z0 %08x %08x %08x %08x", z0.x, z0.y, z0.z, z0.w);
/frameworks/rs/tests/java_api/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/tests/java_api/ImageProcessing2/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/tests/java_api/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.cpp356 float z0 = *pSrc++; local
357 float z1 = z0;
380 if (z < z0) {
381 z0 = z;
394 float dz = z1 - z0;
397 *pSphere++ = z0 + dz * 0.5f;
410 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { argument
411 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 1232 milliseconds