Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dfma_emu.c55 if (float64_is_denormal(f64)) { in float64_getmant()
67 if (float64_is_denormal(f64)) { in float64_getexp()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h866 static inline bool float64_is_denormal(float64 a) in float64_is_denormal() function
/openbmc/qemu/fpu/
H A Dsoftfloat.c4517 if (unlikely(float64_is_denormal(ua.s) || float64_is_denormal(ub.s))) { in float64_hs_compare()