Lines Matching defs:result
142 /* result = t * t * (3 - 2 * t) */
226 nir_ssa_def *result = nir_fmul(b, tmp, nir_fsign(b, y_over_x));
244 result = nir_bcsel(b, is_not_nan, result, nir_fmul_imm(b, y_over_x, 1.0));
247 return result;
271 * its result to zero, which would cause precision problems, and for s
314 /* Calculate the arctangent and fix up the result if we had flipped the
320 /* Rather convoluted calculation of the sign of the result. When x < 0 we
327 * the result significantly.
433 /* The LOD is the y component of the result */