Lines Matching full:rounds
1064 Rounds, if it has reason.
1086 Rounds the number (if more then precision digits)
1643 Rounds and fixes the exponent. Does not raise on a sNaN.
1750 """Rounds away from 0."""
1754 """Rounds 5 up (away from 0)"""
1778 """Rounds up (not away from 0 if negative.)"""
1785 """Rounds down (not towards 0 if negative)"""
2566 """Rounds to a nearby integer.
2595 """Rounds to the nearest integer, without raising inexact, rounded."""
2716 NaN (and signals if one is sNaN). Also rounds.
2758 NaN (and signals if one is sNaN). Also rounds.
5357 """Rounds to an integer.
5387 """Rounds to an integer.
5539 """Closest integer to a/b, a and b positive integers; rounds to even