Home
last modified time | relevance | path

Searched refs:float32_is_zero (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Darch.c268 } else if (float32_is_zero(RsV) && float32_is_zero(RtV)) { in arch_sf_recip_common()
272 } else if (float32_is_zero(RtV)) { in arch_sf_recip_common()
287 } else if (float32_is_zero(RsV)) { in arch_sf_recip_common()
356 } else if (float32_is_zero(RsV)) { in arch_sf_invsqrt_common()
H A Dop_helper.c574 if (float32_is_neg(RsV) && !float32_is_any_nan(RsV) && !float32_is_zero(RsV)) { in HELPER()
604 if (float32_is_neg(RsV) && !float32_is_any_nan(RsV) && !float32_is_zero(RsV)) { in HELPER()
694 if (float32_is_neg(RsV) && !float32_is_any_nan(RsV) && !float32_is_zero(RsV)) { in HELPER()
724 if (float32_is_neg(RsV) && !float32_is_any_nan(RsV) && !float32_is_zero(RsV)) { in HELPER()
890 if (fGETBIT(0, uiV) && float32_is_zero(RsV)) { in HELPER()
/openbmc/qemu/target/tricore/
H A Dfpu_helper.c61 } else if (float32_is_infinity(arg1) && float32_is_zero(arg2)) { in f_maddsub_nan_result()
63 } else if (float32_is_zero(arg1) && float32_is_infinity(arg2)) { in f_maddsub_nan_result()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h650 static inline bool float32_is_zero(float32 a) in float32_is_zero() function
672 return float32_is_zero_or_denormal(a) && !float32_is_zero(a); in float32_is_denormal()
677 return float32_is_normal(a) || float32_is_zero(a); in float32_is_zero_or_normal()
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c758 } else if (float32_is_zero(f32)) { in do_recpe_f32()
1007 } else if (float32_is_zero(f32)) { in do_rsqrte_f32()
H A Dhelper-a64.c176 if ((float32_is_zero(a) && float32_is_infinity(b)) || in HELPER()
177 (float32_is_infinity(a) && float32_is_zero(b))) { in HELPER()
H A Dvec_helper.c1424 if ((float32_is_infinity(op1) && float32_is_zero(op2)) || in float32_recps_nf()
1425 (float32_is_infinity(op2) && float32_is_zero(op1))) { in float32_recps_nf()
1450 if ((float32_is_infinity(op1) && float32_is_zero(op2)) || in float32_rsqrts_nf()
1451 (float32_is_infinity(op2) && float32_is_zero(op1))) { in float32_rsqrts_nf()
/openbmc/qemu/target/sparc/
H A Dfop_helper.c369 if (!float32_is_any_nan(ret) && !float32_is_zero(ret)) { in helper_fnadds()
/openbmc/qemu/fpu/
H A Dsoftfloat.c1980 return !(float32_is_zero(a.s) && float32_is_zero(b.s)); in f32_addsubmul_post()
2330 if (float32_is_zero(ua.s) || float32_is_zero(ub.s)) { in float32_muladd()
2566 return !float32_is_zero(a.s); in f32_div_post()
2881 } else if (float32_is_zero(a)) { in float32_to_float64()
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c358 } else if (float32_is_zero(f)) { in helper_fclass_s()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c143 } else if (float32_is_zero(v)) { in set_cc_nz_f32()
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1188 } else if (float32_is_zero(arg)) { in float_class_s()
1198 } else if (float32_is_zero(arg)) { in float_class_s()
/openbmc/qemu/target/riscv/
H A Dvector_helper.c3901 (float32_is_zero_or_denormal(f) && !float32_is_zero(f) && sign)) { in frsqrt7_s()
3912 if (float32_is_zero(f)) { in frsqrt7_s()
4105 if (float32_is_zero(f)) { in frec7_s()
4474 } else if (float32_is_zero(f)) { in fclass_s()