Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dfop_helper.c317 int64_t ret = float128_to_int64_round_to_zero(f128_in(src), in helper_fqtox()
/qemu/tests/fp/
H A Dwrap.c.inc387 float128_to_int64_round_to_zero, int_fast64_t)
/qemu/include/fpu/
H A Dsoftfloat.h1240 int64_t float128_to_int64_round_to_zero(float128, float_status *status);
/qemu/fpu/
H A Dsoftfloat.c3434 int64_t float128_to_int64_round_to_zero(float128 a, float_status *s) in float128_to_int64_round_to_zero() function