summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/s_llroundl.c
blob: 926bc0bbbe11673be893366565ec5e572244d421 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*	$OpenBSD: s_llroundl.c,v 1.1 2011/07/06 00:02:42 martynas Exp $	*/

/*
 * Written by Martynas Venckus.  Public domain
 */

#define	type		long double
#define	roundit		roundl
#define	dtype		long long
#define	DTYPE_MIN	LLONG_MIN
#define	DTYPE_MAX	LLONG_MAX
#define	fn		llroundl

#include "s_lroundl.c"