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
fix off-by-1 screen title fill
[AROS.git]
/
compiler
/
mlib
/
s_llroundf.c
blob
1778545207038b13e4347c9f7586ecd78aa4382d
1
__FBSDID
(
"$FreeBSD: src/lib/msun/src/s_llroundf.c,v 1.2 2005/04/08 00:52:27 das Exp $"
);
2
3
#define type float
4
#define roundit roundf
5
#define dtype long long
6
#define DTYPE_MIN LLONG_MIN
7
#define DTYPE_MAX LLONG_MAX
8
#define fn llroundf
9
10
#include
"s_lround.c"