Searched refs:fhigh (Results 1 – 1 of 1) sorted by relevance
282 double flow, fhigh; in nir_get_clamp_limits() local286 fhigh = 65504.0f; in nir_get_clamp_limits()290 fhigh = FLT_MAX; in nir_get_clamp_limits()294 fhigh = DBL_MAX; in nir_get_clamp_limits()312 if (src_ihigh > fhigh) in nir_get_clamp_limits()313 *high = nir_imm_intN_t(b, fhigh, src_bit_size); in nir_get_clamp_limits()319 if (src_uhigh > fhigh) in nir_get_clamp_limits()320 *high = nir_imm_intN_t(b, fhigh, src_bit_size); in nir_get_clamp_limits()325 *high = nir_imm_floatN_t(b, fhigh, src_bit_size); in nir_get_clamp_limits()