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
alsa.audio: limit the supported frequencies to common set
[AROS.git]
/
compiler
/
stdc
/
math
/
s_lroundl.c
blob
88a5520f5b804f13416882f855bde8764d9e5efd
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
__FBSDID
(
"$FreeBSD: src/lib/msun/src/s_lroundl.c,v 1.1 2005/04/08 01:24:08 das Exp $"
);
7
8
#define type long double
9
#define roundit roundl
10
#define dtype long
11
#define DTYPE_MIN LONG_MIN
12
#define DTYPE_MAX LONG_MAX
13
#define fn lroundl
14
15
#include
"s_lround.c"