xref: /aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/s_lroundf.c (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
1 #define type		float
2 #define	roundit		roundf
3 #define dtype		long
4 #define	DTYPE_MIN	LONG_MIN
5 #define	DTYPE_MAX	LONG_MAX
6 #define	fn		lroundf
7 
8 #include "s_lround.c"
9