Searched defs:rounding (Results 1 – 5 of 5) sorted by relevance
61 enum rounding { enum559 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
68 enum rounding { enum
435 int rounding = fp_decode_rm[a->rm]; in trans_VRINT() local502 int rounding = fp_decode_rm[a->rm]; in trans_VCVT() local
1043 TCGv rounding = tcg_temp_new(); in gen_mxu_d16mul() local1170 TCGv rounding = tcg_temp_new(); in gen_mxu_d16mac() local
1535 #define VRFI(suffix, rounding) \ argument