index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-j1.c
blob: dba73668610cae939064c95583db083beddac625 (
plain
)
1
2
3
4
5
6
7
8
#include
"nldbl-compat.h"
double
attribute_hidden
j1l
(
double
x
)
{
return
j1
(
x
);
}