Sign in
ara-mdk
/
platform
/
bionic
/
b44f9600a38988749d9f893fc5d2e3b3a07e6938
/
.
/
libm
/
upstream-freebsd
/
lib
/
msun
/
src
/
s_lroundf.c
blob: e24fe7f81902e4523ec91f6752680aee94626a72 [
file
] [
log
] [
blame
]
#include
<sys/cdefs.h>
__FBSDID
(
"$FreeBSD$"
);
#define
type
float
#define
roundit roundf
#define
dtype
long
#define
DTYPE_MIN LONG_MIN
#define
DTYPE_MAX LONG_MAX
#define
fn lroundf
#include
"s_lround.c"