Home
last modified time | relevance | path

Searched refs:float64_infinity (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/arm/
H A Dvfp_helper.c787 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
792 return float64_set_sign(float64_infinity, f64_sign); in HELPER()
977 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h922 #define float64_infinity make_float64(0x7ff0000000000000LL) macro
/openbmc/qemu/target/riscv/
H A Dvector_helper.c3644 return float64_set_sign(float64_infinity, sign); in frsqrt7_d()
3829 return float64_set_sign(float64_infinity, sign); in frec7_d()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4225 DO_REDUCE(sve_fminv_d, float64, H1_8, min, float64_infinity) in DO_REDUCE()
4229 DO_REDUCE(sve_fmaxv_d, float64, H1_8, max, float64_chs(float64_infinity)) in DO_REDUCE()