xref: /freebsd/lib/msun/src/s_lroundl.c (revision b59017c5cad90d0f09a59e68c00457b7faf93e7c)
1 #define type		long double
2 #define	roundit		roundl
3 #define dtype		long
4 #define	DTYPE_MIN	LONG_MIN
5 #define	DTYPE_MAX	LONG_MAX
6 #define	fn		lroundl
7 
8 #include "s_lround.c"
9