Searched refs:shifted_exp (Results 1 – 1 of 1) sorted by relevance
7194 static const unsigned int shifted_exp = 0x7c00 in half_to_float() local7199 unsigned int exp_ = shifted_exp & o.u; // just the exponent in half_to_float()7203 if (exp_ == shifted_exp) // Inf/NaN? in half_to_float()