Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
a0ee07829a9ba7e99ef68e8c12551301cc797f0f
/
.
/
libm
/
upstream-freebsd
/
lib
/
msun
/
src
/
s_llrintl.c
blob: 6ef83759c314264869a39ed1aec2ec7b3396a732 [
file
] [
log
] [
blame
]
Elliott Hughes
a0ee078
2013-01-30 19:06:37 -0800
[
diff
] [
blame^
]
1
#include
<sys/cdefs.h>
2
__FBSDID
(
"$FreeBSD$"
);
3
4
#define
type
long
double
5
#define
roundit rintl
6
#define
dtype
long
long
7
#define
fn llrintl
8
9
#include
"s_lrint.c"