summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_lroundf.c
blob: e24fe7f81902e4523ec91f6752680aee94626a72 (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_lround.c"
OpenPOWER on IntegriCloud