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
update from main archive 961126
[glibc.git]
/
sysdeps
/
stub
/
k_rem_pio2l.c
blob
a51c44546ba44671cdd7b1fd49df0d38f3ec17c4
1
#include <math.h>
2
#include <math_private.h>
3
#include <stdio.h>
4
5
int
6
__kernel_rem_pio2l
(
long double
*
x
,
long double
*
y
,
int
e0
,
int
nx
,
int
prec
,
7
const int
*
ipio2
)
8
{
9
fputs
(
"__kernel_rem_pio2l not implemented
\n
"
,
stderr
);
10
return
0.0
;
11
}
12
13
stub_warning
(
__kernel_rem_pio2l
)