repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
external
/
bsd
/
pcc
/
dist
/
pcc-libs
/
libsoftfloat
/
namespace.h
blob
5665eec6e3592988183f98e163dab60a1420b626
1
#include
"ieeefp.h"
2
3
fp_rnd
fpgetround
(
void
);
4
fp_rnd
fpsetround
(
fp_rnd
);
5
fp_except
fpgetmask
(
void
);
6
fp_except
fpsetmask
(
fp_except
);
7
fp_except
fpgetsticky
(
void
);
8
fp_except
fpsetsticky
(
fp_except
);