Searched refs:round_pt (Results 1 – 3 of 3) sorted by relevance
79 const double round_pt = 0.5; in dml_round() local81 return dml_floor(a + round_pt, 1); in dml_round()
144 const double round_pt = 0.5; in math_round() local146 return math_floor(a + round_pt); in math_round()
185 double round_pt = 0.5; in dml_round() local189 if (val - floor >= round_pt) in dml_round()