Home
last modified time | relevance | path

Searched refs:float128_is_zero (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/fpu/
H A Dsoftfloat.h1284 static inline bool float128_is_zero(float128 a) in float128_is_zero() function
1301 return float128_is_zero_or_denormal(a) && !float128_is_zero(a); in float128_is_denormal()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c170 } else if (float128_is_zero(v)) { in set_cc_nz_f128()