Searched refs:n_exp (Results 1 – 1 of 1) sorted by relevance
241 int n_exp; in arch_sf_recip_common() local302 n_exp = float32_getexp_raw(RsV); in arch_sf_recip_common()304 if ((n_exp - d_exp + SF_BIAS) <= SF_MANTBITS) { in arch_sf_recip_common()309 } else if ((n_exp - d_exp + SF_BIAS) > (SF_MAXEXP - 24)) { in arch_sf_recip_common()314 } else if (n_exp <= SF_MANTBITS + 2) { in arch_sf_recip_common()