Searched refs:round_to_integer_float (Results 1 – 8 of 8) sorted by relevance
28 return round_to_integer_float (NEARBYINT, x); in __nearbyintf()
27 return round_to_integer_float (RINT, x); in __rintf()
30 return round_to_integer_float (FLOOR, x); in __floorf()
30 return round_to_integer_float (ROUND, x); in __roundf()
30 return round_to_integer_float (CEIL, x); in __ceilf()
30 return round_to_integer_float (TRUNC, x); in __truncf()
78 round_to_integer_float (enum round_mode mode, float x) in round_to_integer_float() function
4143 round_to_integer_float, round_mode): Add RINT handling.4945 (round_to_integer_float): Likewise.