repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tabs to spaces, more consistent formatting, childs -> children, typos in
[AROS.git]
/
compiler
/
mlib
/
s_lroundl.c
blob
22d2c8bcb787b918f77613086704da2aa99188ef
1
__FBSDID
(
"$FreeBSD: src/lib/msun/src/s_lroundl.c,v 1.1 2005/04/08 01:24:08 das Exp $"
);
2
3
#define type long double
4
#define roundit roundl
5
#define dtype long
6
#define DTYPE_MIN LONG_MIN
7
#define DTYPE_MAX LONG_MAX
8
#define fn lroundl
9
10
#include
"s_lround.c"