Searched refs:SF_BIAS (Results 1 – 3 of 3) sorted by relevance
25 #define SF_BIAS 127 macro304 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()
35 #define SF_BIAS 127 macro329 exp = SF_BIAS - (float32_getexp(RtV) - SF_BIAS) - 1; in HELPER()350 exp = SF_BIAS - ((float32_getexp(RsV) - SF_BIAS) >> 1) - 1; in HELPER()
34 #define SF_BIAS 127 macro635 prod.exp = float32_getexp(a) + float32_getexp(b) - SF_BIAS - 23; in internal_fmafx()