Home
last modified time | relevance | path

Searched refs:float128_is_neg (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/fp/
H A Dfp-bench.c218 if (no_neg && float128_is_neg(ops[i].f128)) { in fill_random()
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c172 } else if (float128_is_neg(v)) { in set_cc_nz_f128()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h1279 static inline bool float128_is_neg(float128 a) in float128_is_neg() function