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
Optimize pt_chown.
[glibc.git]
/
math
/
k_rem_pio2l.c
blob
236eb30dd909aa6d1dda4548caab960807e585cf
1
#include <math.h>
2
#include <math_private.h>
3
#include <stdio.h>
4
#include <errno.h>
5
6
int
7
__kernel_rem_pio2l
(
long double
*
x
,
long double
*
y
,
int
e0
,
int
nx
,
int
prec
,
8
const int
*
ipio2
)
9
{
10
fputs
(
"__kernel_rem_pio2l not implemented
\n
"
,
stderr
);
11
__set_errno
(
ENOSYS
);
12
return
0.0
;
13
}
14
15
stub_warning
(
__kernel_rem_pio2l
)
16
#include <stub-tag.h>