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.c789 return float64_set_sign(float64_infinity, float64_is_neg(f64)); in HELPER()
794 return float64_set_sign(float64_infinity, f64_sign); in HELPER()
979 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.c3904 return float64_set_sign(float64_infinity, sign); in frsqrt7_d()
4089 return float64_set_sign(float64_infinity, sign); in frec7_d()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c4226 DO_REDUCE(sve_fminv_d, float64, H1_8, min, float64_infinity) in DO_REDUCE()
4230 DO_REDUCE(sve_fmaxv_d, float64, H1_8, max, float64_chs(float64_infinity)) in DO_REDUCE()