repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf/elf.h (HWCAP_SPARC_BLKINIT): New macro.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-cabs.c
blob
837822d2d62c14248b2bd35dff88e7a086e46cdf
1
#include
"nldbl-compat.h"
2
#include <complex.h>
3
4
double
5
attribute_hidden
6
cabsl
(
double
_Complex x
)
7
{
8
return
cabs
(
x
);
9
}