Home
last modified time | relevance | path

Searched refs:round_to_integer_float (Results 1 – 7 of 7) sorted by relevance

/sysdeps/powerpc/fpu/
A Ds_nearbyintf.c28 return round_to_integer_float (NEARBYINT, x); in __nearbyintf()
A Ds_rintf.c27 return round_to_integer_float (RINT, x); in __rintf()
A Ds_roundf.c30 return round_to_integer_float (ROUND, x); in __roundf()
A Ds_truncf.c30 return round_to_integer_float (TRUNC, x); in __truncf()
A Ds_ceilf.c30 return round_to_integer_float (CEIL, x); in __ceilf()
A Ds_floorf.c30 return round_to_integer_float (FLOOR, x); in __floorf()
A Dround_to_integer.h78 round_to_integer_float (enum round_mode mode, float x) in round_to_integer_float() function

Completed in 5 milliseconds