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
revert between 56095 -> 55830 in arch
[AROS.git]
/
compiler
/
stdc
/
math
/
s_lroundf.c
blob
f598d1bd277926b5e32a06443894fa6c33e6dd96
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
__FBSDID
(
"$FreeBSD: src/lib/msun/src/s_lroundf.c,v 1.2 2005/04/08 00:52:27 das Exp $"
);
7
8
#define type float
9
#define roundit roundf
10
#define dtype long
11
#define DTYPE_MIN LONG_MIN
12
#define DTYPE_MAX LONG_MAX
13
#define fn lroundf
14
15
#include
"s_lround.c"