Lines Matching defs:z
42 __fmaf(float x, float y, float z) {
53 * y, or z is a signaling NaN
56 zz.d = (double) z;
59 * if the sum xy + z will be exact, just compute it and cast the
128 __fmaf(float x, float y, float z) {
144 * y, or z is a signaling NaN
147 zz.e = (long double) z;
150 * if the sum xy + z will be exact, just compute it and cast the
217 __fmaf(float x, float y, float z) {
229 * return t + z;
235 return ((long double) x * y + z);