Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dfma_emu.c96 if (float32_is_normal(f32)) { in float32_getmant()
111 if (float32_is_normal(f32)) { in float32_getexp()
H A Dop_helper.c1005 if (fGETBIT(1, uiV) && float32_is_normal(RsV)) { in HELPER()
/openbmc/qemu/tests/fp/
H A Dfp-bench.c160 } while (!float32_is_normal(r)); in update_random_ops()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h659 static inline bool float32_is_normal(float32 a) in float32_is_normal() function
671 return float32_is_normal(a) || float32_is_zero(a); in float32_is_zero_or_normal()
/openbmc/qemu/fpu/
H A Dsoftfloat.c2494 return float32_is_zero_or_normal(a.s) && float32_is_normal(b.s); in f32_div_pre()
2798 if (likely(float32_is_normal(a))) { in float32_to_float64()
/openbmc/qemu/target/riscv/
H A Dvector_helper.c3850 (float32_is_normal(f) && sign) || in frsqrt7_s()