Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
315a7ef154a260ffed5c5d78b96175080d763b98
/
.
/
libm
/
upstream-freebsd
/
lib
/
msun
/
src
/
s_llroundl.c
blob: 40cad84c56f59fdaedecec0e860cedd1b8bc80ce [
file
] [
log
] [
blame
]
Elliott Hughes
a0ee078
2013-01-30 19:06:37 -0800
[
diff
] [
blame
]
1
#define
type
long
double
2
#define
roundit roundl
3
#define
dtype
long
long
4
#define
DTYPE_MIN LLONG_MIN
5
#define
DTYPE_MAX LLONG_MAX
6
#define
fn llroundl
7
8
#include
"s_lround.c"