Searched refs:round_to_integer_float (Results 1 – 7 of 7) 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 (ROUND, x); in __roundf()
30 return round_to_integer_float (TRUNC, x); in __truncf()
30 return round_to_integer_float (CEIL, x); in __ceilf()
30 return round_to_integer_float (FLOOR, x); in __floorf()
78 round_to_integer_float (enum round_mode mode, float x) in round_to_integer_float() function
Completed in 5 milliseconds