Searched refs:x_sign (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_int64.c | 691 nir_ssa_def *x_sign = NULL; local in function:lower_2f 694 x_sign = nir_bcsel(b, COND_LOWER_CMP(b, ilt, x, nir_imm_int64(b, 0)), 749 res = nir_fmul(b, res, x_sign); 758 nir_ssa_def *x_sign = NULL; local in function:lower_f2 761 x_sign = nir_fsign(b, x); 779 res = nir_bcsel(b, nir_flt(b, x_sign, nir_imm_floatN_t(b, 0, x->bit_size)),
|
Completed in 7 milliseconds