summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_lroundf.c
blob: 6d1d2b36be09cd052051e831e106830b8b5b9429 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

#define type		float
#define	roundit		roundf
#define dtype		long
#define	DTYPE_MIN	LONG_MIN
#define	DTYPE_MAX	LONG_MAX
#define	fn		lroundf

#include "s_lrint.c"
OpenPOWER on IntegriCloud