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
crete an idle task to run when theres ... umm. .. nothing to do ..
[AROS.git]
/
compiler
/
mlib
/
s_llrintf.c
blob
ae3ff8de45186a6de576a0d14c05f1cea9e1fec5
1
__FBSDID
(
"$FreeBSD: src/lib/msun/src/s_llrintf.c,v 1.1 2005/01/11 23:12:55 das Exp $"
);
2
3
#define type float
4
#define roundit rintf
5
#define dtype long long
6
#define fn llrintf
7
8
#include
"s_lrint.c"