#include <precomp.h>
#include "fpscr.h"
Go to the source code of this file.
◆ _control87()
Definition at line 16 of file _controlfp.c.
17{
19 unsigned int flags = 0;
20
21 TRACE(
"(%08x, %08x): Called\n", newval,
mask);
22
23
25
26 TRACE(
"Control word before : %08x\n", fpscr.
raw);
27
28
35
36 switch (fpscr.
data.rounding_mode)
37 {
41 }
42
43
45
46
54
56 {
61 }
62
63 TRACE(
"Control word after : %08x\n", fpscr.
raw);
64
65
67
69}
#define ARM_CW_RC_NEAREST
void __setfp(unsigned int)
unsigned int __getfp(void)
struct _ARM_FPSCR::@4301 data
◆ _controlfp()
Definition at line 11 of file _controlfp.c.
12{
14}
unsigned int __cdecl _control87(unsigned int, unsigned int)