xref: /freebsd/lib/msun/src/s_llroundl.c (revision 34f0a01b6bd4ff0e61a7066729515148400e0982)
1 #define type		long double
2 #define	roundit		roundl
3 #define dtype		long long
4 #define	DTYPE_MIN	LLONG_MIN
5 #define	DTYPE_MAX	LLONG_MAX
6 #define	fn		llroundl
7 
8 #include "s_lround.c"
9