Searched refs:f16max (Results 1 – 2 of 2) sorted by relevance
68 const AliasedFloatInt f16max = AliasedFloatInt::FromUInt((127 + 16) << 23); in __gnu_f2h_ieee() local83 f16max.as_uint()) { // result is Inf or NaN (all exponent bits set) in __gnu_f2h_ieee()
296 const FP32 f16max = { (127 + 16) << 23 }; in float_to_half_rtne()310 if (f.u >= f16max.u) { // result is Inf or NaN (all exponent bits set) in float_to_half_rtne()