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