Home
last modified time | relevance | path

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

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h848 static inline bool float64_is_zero_or_denormal(float64 a) in float64_is_zero_or_denormal() function
860 return float64_is_zero_or_denormal(a) && !float64_is_zero(a); in float64_is_denormal()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c372 } else if (float64_is_zero_or_denormal(f)) { in helper_fclass_d()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1157 } else if (float64_is_zero_or_denormal(arg)) { in float_class_d()
1167 } else if (float64_is_zero_or_denormal(arg)) { in float_class_d()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c835 if (unlikely(float64_is_zero_or_denormal(frb))) { in helper_FTDIV()
866 if (unlikely(float64_is_zero_or_denormal(frb))) { in helper_FTSQRT()
/openbmc/qemu/target/riscv/
H A Dvector_helper.c3888 (float64_is_zero_or_denormal(f) && !float64_is_zero(f) && sign)) { in frsqrt7_d()
4442 } else if (float64_is_zero_or_denormal(f)) { in fclass_d()