Searched refs:trunc_value (Results 1 – 1 of 1) sorted by relevance
84 if (trunc_value == x) in ceil()89 return trunc_value; in ceil()145 if (trunc_value == x) in round()151 return trunc_value; in round()153 return is_neg ? trunc_value - T(1.0) : trunc_value + T(1.0); in round()200 if (trunc_value == x) in round_using_current_rounding_mode()212 return is_neg ? trunc_value - T(1.0) : trunc_value; in round_using_current_rounding_mode()214 return is_neg ? trunc_value : trunc_value + T(1.0); in round_using_current_rounding_mode()216 return trunc_value; in round_using_current_rounding_mode()219 return is_neg ? trunc_value - T(1.0) : trunc_value + T(1.0); in round_using_current_rounding_mode()[all …]