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

#define type		double
#define	roundit		round
#define dtype		long long
#define	DTYPE_MIN	LLONG_MIN
#define	DTYPE_MAX	LLONG_MAX
#define	fn		llround

#include "s_lrint.c"
OpenPOWER on IntegriCloud