Welcome to mirror list, hosted at ThFree Co, Russian Federation.

s_lroundl.c « ld « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e410827e2622014df79e30387f4b8995d97b7ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

#define type		long double
#define	roundit		roundl
#define dtype		long
#define	DTYPE_MIN	LONG_MIN
#define	DTYPE_MAX	LONG_MAX
#define	fn		lroundl

#include "s_lround.c"