Home
last modified time | relevance | path

Searched defs:rounding (Results 1 – 5 of 5) sorted by relevance

/qemu/tests/fp/
H A Dfp-bench.c61 enum rounding { enum
559 void die_host_rounding(enum rounding rounding) in die_host_rounding()
566 static void set_host_precision(enum rounding rounding) in set_host_precision()
595 static void set_soft_precision(enum rounding rounding) in set_soft_precision()
625 int rounding = ROUND_EVEN; in parse_args() local
/qemu/include/libdecnumber/
H A DdecContext.h68 enum rounding { enum
/qemu/target/arm/tcg/
H A Dtranslate-vfp.c435 int rounding = fp_decode_rm[a->rm]; in trans_VRINT() local
502 int rounding = fp_decode_rm[a->rm]; in trans_VCVT() local
/qemu/target/mips/tcg/
H A Dmxu_translate.c1043 TCGv rounding = tcg_temp_new(); in gen_mxu_d16mul() local
1170 TCGv rounding = tcg_temp_new(); in gen_mxu_d16mac() local
/qemu/target/ppc/
H A Dint_helper.c1535 #define VRFI(suffix, rounding) \ argument