Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Darch.c25 #define SF_BIAS 127 macro
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()
H A Dop_helper.c35 #define SF_BIAS 127 macro
329 exp = SF_BIAS - (float32_getexp(RtV) - SF_BIAS) - 1; in HELPER()
350 exp = SF_BIAS - ((float32_getexp(RsV) - SF_BIAS) >> 1) - 1; in HELPER()
H A Dfma_emu.c34 #define SF_BIAS 127 macro
635 prod.exp = float32_getexp(a) + float32_getexp(b) - SF_BIAS - 23; in internal_fmafx()