index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
sparc
/
sparc64
/
fpu
/
s_fabs.c
blob: db5ecf2162906ffd1dc344bd1bd5ac3ae2b05fda (
plain
)
1
2
3
4
5
double
__fabs
(
double
x
)
{
return
__builtin_fabs
(
x
);
}
weak_alias
(
__fabs
,
fabs
)