Home
last modified time | relevance | path

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

/qemu/target/hexagon/
H A Dfma_emu.c75 if (float64_is_denormal(f64)) { in float64_getmant()
87 if (float64_is_denormal(f64)) { in float64_getexp()
H A Dop_helper.c1143 if (fGETBIT(2, uiV) && float64_is_denormal(RssV)) { in HELPER()
1298 if (float64_is_denormal(RssV) && in HELPER()
1303 } else if (float64_is_denormal(RttV) && in HELPER()
/qemu/include/fpu/
H A Dsoftfloat.h858 static inline bool float64_is_denormal(float64 a) in float64_is_denormal() function