Searched defs:z0 (Results 1 – 4 of 4) sorted by relevance
67 val z0 = mix(yz00, yz10, fractionAwayFromPoint1.y) in lookup() constant
122 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (int4)15; in kernel() local
124 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (int4)15; in kernel() local
337 float z0 = *pSrc++; in util_computeBoundingSphere() local391 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { in dot3()