Searched refs:max_positive (Results 1 – 3 of 3) sorted by relevance
14 + const cmsS1Fixed14Number max_positive = 268435455; // 0x0FFFFFFF;25 + if (n > max_positive)26 + return max_positive;
140 nir_ssa_def *max_positive = in nir_round_int_to_float() local150 nir_umin(b, positive_rounded, max_positive)); in nir_round_int_to_float()155 nir_umin(b, max_positive, in nir_round_int_to_float()
112 const cmsS1Fixed14Number max_positive = 268435455; // 0x0FFFFFFF; in _FixedClamp() local123 if (n > max_positive) in _FixedClamp()124 return max_positive; in _FixedClamp()