Home
last modified time | relevance | path

Searched refs:tininess_before_rounding (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/fpu/
H A Dsoftfloat-helpers.h58 status->tininess_before_rounding = val; in set_float_detect_tininess()
116 return status->tininess_before_rounding; in get_float_detect_tininess()
H A Dsoftfloat-types.h222 bool tininess_before_rounding; member
/openbmc/qemu/tests/fp/
H A Dfp-test.c1007 qsf.tininess_before_rounding = sf_tininess_to_qemu(tmode); in run_test()
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc253 bool is_tiny = s->tininess_before_rounding || exp < 0;
H A Dsoftfloat.c5000 isTiny = status->tininess_before_rounding in roundAndPackFloatx80()
5076 isTiny = status->tininess_before_rounding in roundAndPackFloatx80()
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c2817 .tininess_before_rounding = float_tininess_before_rounding, in DO_MMLA_B()