Lines Matching defs:result
85 nir_ssa_def *result = NULL;
95 result = result ? nir_fadd(b, result, term) : term;
98 return result;
167 * approximation in 32-bit math and then we convert the result back to
354 * ±0 result. The fmul(sign(x), ffract(x)) calculation will already
391 * Result is 0.0 if x < edge; otherwise result is 1.0.
495 nir_ssa_def *result =
500 dest->def = nir_bcsel(nb, nir_flt(nb, k, zero), zero, result);
535 /* The clamping will filter out NaN values causing an incorrect result.
536 * The comparison is carefully structured to get NaN result for NaN and
539 * result = abs(s) > 0.0 ? ... : s;
664 * interpolate the vector and index the result of that instead. This is