repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dec21140A ethernet driver for virtualpc, contributed by nicolas tittley.
[minix.git]
/
lib
/
i386
/
math
/
fpu_round.h
blob
d5b482fa58fbed4242cb30201f78a4405953de0f
1
#ifndef __FPU_RNDINT__
2
#define __FPU_RNDINT__
3
4
void
fpu_rndint
(
double
*
value
);
5
void
fpu_remainder
(
double
*
x
,
double
y
);
6
7
#endif
/* !defined(__FPU_RNDINT__) */