Sign in
mojo
/
mojo-tools
/
96b05c1cc252cbd1582be4b8c554e72024938f3c
/
.
/
fusl
/
arch
/
microblaze
/
bits
/
fenv.h
blob: edbdea2a5efcda22054568550ef555acdf14cd35 [
file
] [
log
] [
blame
]
#define
FE_ALL_EXCEPT
0
#define
FE_TONEAREST
0
typedef
unsigned
long
fexcept_t
;
typedef
struct
{
unsigned
long
__cw
;
}
fenv_t
;
#define
FE_DFL_ENV
((
const
fenv_t
*)
-
1
)