Home
last modified time | relevance | path

Searched refs:SF_MANTBITS (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Darch.c27 #define SF_MANTBITS 23 macro
304 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()
H A Dfma_emu.c35 #define SF_MANTBITS 23 macro
520 GEN_XF_ROUND(float32, SF_MANTBITS, SF_INF_EXP, Float) in GEN_XF_ROUND()
H A Dop_helper.c36 #define SF_MANTBITS 23 macro
303 ((exp & 0xff) << SF_MANTBITS) | in build_float32()
304 (mant & ((1 << SF_MANTBITS) - 1))); in build_float32()