repo.or.cz
/
glibc
/
history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
.
[glibc/history.git]
/
sysdeps
/
stub
/
e_j1l.c
blob
0a781e5cc1f0fee8e7892a8f661ad7ec206d3954
1
#include <math.h>
2
#include <stdio.h>
3
4
long double
5
__ieee754_j1l
(
long double
x
)
6
{
7
fputs
(
"__ieee754_j1l not implemented
\n
"
,
stderr
);
8
return
0.0
;
9
}
10
11
stub_warning
(
__ieee754_j1l
)
12
13
long double
14
__ieee754_y1l
(
long double
x
)
15
{
16
fputs
(
"__ieee754_y1l not implemented
\n
"
,
stderr
);
17
return
0.0
;
18
}
19
20
stub_warning
(
__ieee754_y1l
)