Sign in
ara-mdk
/
platform
/
bionic
/
b44f9600a38988749d9f893fc5d2e3b3a07e6938
/
.
/
libm
/
upstream-freebsd
/
lib
/
msun
/
src
/
s_llround.c
blob: 827dfc1f636776f0ed9c9f53aaea8ef86f02ff5a [
file
] [
log
] [
blame
]
#include
<sys/cdefs.h>
__FBSDID
(
"$FreeBSD$"
);
#define
type
double
#define
roundit round
#define
dtype
long
long
#define
DTYPE_MIN LLONG_MIN
#define
DTYPE_MAX LLONG_MAX
#define
fn llround
#include
"s_lround.c"