Searched refs:f16max (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_fp16_conv.c92 nir_ssa_def *f16max = nir_imm_int(b, (127 + 16) << 23); local in function:float_to_half_impl
101 nir_push_if(b, nir_ige(b, abs, mode == nir_rounding_mode_rtne ? f16max : f32infinity));
111 nir_push_if(b, nir_ige(b, abs, f16max));

Completed in 2 milliseconds