ReactOS
0.4.16-dev-336-gb667d82
Functions
_clearfp.c File Reference
#include "
fpscr.h
"
Include dependency graph for _clearfp.c:
Go to the source code of this file.
Functions
unsigned
int
_clearfp
(
void
)
Function Documentation
◆
_clearfp()
unsigned
int
_clearfp
(
void
)
Definition at line
10
of file
_clearfp.c
.
11
{
12
ARM_FPSCR
fpscr;
13
unsigned
int
status
;
14
15
fpscr.
raw
=
__getfp
();
16
status
=
_statusfp
();
17
18
fpscr.
data
.exception = fpscr.
data
.exception & ~ARM_CW_STATUS_MASK;
19
20
__setfp
(fpscr.
raw
);
21
return
status
;
22
}
__setfp
void __setfp(unsigned int)
__getfp
unsigned int __getfp(void)
_statusfp
__MINGW_NOTHROW _CRTIMP unsigned int __cdecl _statusfp(void)
Definition:
_statusfp.c:11
status
Definition:
ps.c:97
_ARM_FPSCR
Definition:
fpscr.h:24
_ARM_FPSCR::raw
unsigned int raw
Definition:
fpscr.h:25
_ARM_FPSCR::data
struct _ARM_FPSCR::@4307 data
sdk
lib
crt
float
arm
_clearfp.c
Generated on Tue Dec 10 2024 06:23:02 for ReactOS by
1.9.6