Home
last modified time | relevance | path

Searched refs:float64_is_zero (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dfma_emu.c52 if (float64_is_zero(f64)) { in float64_getmant()
448 if (float64_is_zero(a) || in internal_mpyhh()
453 if (float64_is_zero(b) || in internal_mpyhh()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h846 static inline bool float64_is_zero(float64 a) in float64_is_zero() function
868 return float64_is_zero_or_denormal(a) && !float64_is_zero(a); in float64_is_denormal()
873 return float64_is_normal(a) || float64_is_zero(a); in float64_is_zero_or_normal()
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c817 } else if (float64_is_zero(f64)) { in HELPER()
1069 } else if (float64_is_zero(f64)) { in HELPER()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c396 if (!float64_is_any_nan(ret) && !float64_is_zero(ret)) { in helper_fnaddd()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c376 } else if (float64_is_zero(f)) { in helper_fclass_d()
/openbmc/qemu/fpu/
H A Dsoftfloat.c1988 return !(float64_is_zero(a.s) && float64_is_zero(b.s)); in f64_addsubmul_post()
2398 if (float64_is_zero(ua.s) || float64_is_zero(ub.s)) { in float64_muladd()
2574 return !float64_is_zero(a.s); in f64_div_post()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c156 } else if (float64_is_zero(v)) { in set_cc_nz_f64()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1154 } else if (float64_is_zero(arg)) { in float_class_d()
1164 } else if (float64_is_zero(arg)) { in float_class_d()