Home
last modified time | relevance | path

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

/qemu/target/hexagon/
H A Dfma_emu.c69 if (float64_is_normal(f64)) { in float64_getmant()
84 if (float64_is_normal(f64)) { in float64_getexp()
693 if (!float64_is_normal(a) || !float64_is_normal(b)) { in internal_mpyhh()
H A Dop_helper.c1140 if (fGETBIT(1, uiV) && float64_is_normal(RssV)) { in HELPER()
1300 float64_is_normal(RttV)) { in HELPER()
1305 float64_is_normal(RssV)) { in HELPER()
/qemu/tests/fp/
H A Dfp-bench.c170 } while (!float64_is_normal(r)); in update_random_ops()
/qemu/include/fpu/
H A Dsoftfloat.h853 static inline bool float64_is_normal(float64 a) in float64_is_normal() function
865 return float64_is_normal(a) || float64_is_zero(a); in float64_is_zero_or_normal()
/qemu/fpu/
H A Dsoftfloat.c2503 return float64_is_zero_or_normal(a.s) && float64_is_normal(b.s); in f64_div_pre()
/qemu/target/riscv/
H A Dvector_helper.c3689 (float64_is_normal(f) && sign) || in frsqrt7_d()