Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Darch.c26 #define SF_MAXEXP 254 macro
309 } else if ((n_exp - d_exp + SF_BIAS) > (SF_MAXEXP - 24)) { in arch_sf_recip_common()