Searched refs:softrm (Results 1 – 1 of 1) sorted by relevance
56 int softrm; in helper_set_rounding_mode() local63 softrm = float_round_nearest_even; in helper_set_rounding_mode()66 softrm = float_round_to_zero; in helper_set_rounding_mode()69 softrm = float_round_down; in helper_set_rounding_mode()72 softrm = float_round_up; in helper_set_rounding_mode()75 softrm = float_round_ties_away; in helper_set_rounding_mode()81 set_float_rounding_mode(softrm, &env->fp_status); in helper_set_rounding_mode()86 int softrm; in helper_set_rounding_mode_chkfrm() local97 softrm = float_round_nearest_even; in helper_set_rounding_mode_chkfrm()100 softrm = float_round_to_zero; in helper_set_rounding_mode_chkfrm()[all …]