Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dfop_helper.c295 int32_t ret = float128_to_int32_round_to_zero(f128_in(src), in helper_fqtoi()
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc385 float128_to_int32_round_to_zero, int_fast32_t)
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h1220 int32_t float128_to_int32_round_to_zero(float128, float_status *status);
/openbmc/qemu/fpu/
H A Dsoftfloat.c3386 int32_t float128_to_int32_round_to_zero(float128 a, float_status *s) in float128_to_int32_round_to_zero() function