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

#define type		float
#define	roundit		rintf
#define dtype		long
#define	fn		lrintf

#include "s_lrint.c"
OpenPOWER on IntegriCloud