summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_llroundf.c
blob: 78a8feb3b1443b8b77e444bdc488937968406c9a (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 long
#define	DTYPE_MIN	LLONG_MIN
#define	DTYPE_MAX	LLONG_MAX
#define	fn		llroundf

#include "s_lrint.c"
OpenPOWER on IntegriCloud