Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Darch.c242 int d_exp; in arch_sf_recip_common() local
303 d_exp = float32_getexp_raw(RtV); 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()
317 } else if (d_exp <= 1) { in arch_sf_recip_common()
320 } else if (d_exp > 252) { in arch_sf_recip_common()