Searched refs:SF_MANTBITS (Results 1 – 3 of 3) sorted by relevance
27 #define SF_MANTBITS 23 macro304 if ((n_exp - d_exp + SF_BIAS) <= SF_MANTBITS) { in arch_sf_recip_common()314 } else if (n_exp <= SF_MANTBITS + 2) { in arch_sf_recip_common()
35 #define SF_MANTBITS 23 macro520 GEN_XF_ROUND(float32, SF_MANTBITS, SF_INF_EXP, Float) in GEN_XF_ROUND()
36 #define SF_MANTBITS 23 macro303 ((exp & 0xff) << SF_MANTBITS) | in build_float32()304 (mant & ((1 << SF_MANTBITS) - 1))); in build_float32()