ReactOS
0.4.16-dev-1133-g947c03e
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
ieee.h
Go to the documentation of this file.
1
#ifndef __CRT_INTERNAL_IEEE_H
2
#define __CRT_INTERNAL_IEEE_H
3
4
typedef
struct
{
5
unsigned
int
mantissa
:23;
6
unsigned
int
exponent
:8;
7
unsigned
int
sign
:1;
8
}
float_s
;
9
10
typedef
struct
{
11
unsigned
int
mantissal
:32;
12
unsigned
int
mantissah
:20;
13
unsigned
int
exponent
:11;
14
unsigned
int
sign
:1;
15
}
double_s
;
16
17
typedef
struct
{
18
unsigned
int
mantissal
:32;
19
unsigned
int
mantissah
:32;
20
unsigned
int
exponent
:15;
21
unsigned
int
sign
:1;
22
unsigned
int
empty
:16;
23
}
long_double_s
;
24
25
#endif
double_s
Definition:
ieee.h:10
double_s::mantissah
unsigned int mantissah
Definition:
ieee.h:12
double_s::exponent
unsigned int exponent
Definition:
ieee.h:13
double_s::mantissal
unsigned int mantissal
Definition:
ieee.h:11
double_s::sign
unsigned int sign
Definition:
ieee.h:14
float_s
Definition:
ieee.h:4
float_s::exponent
unsigned int exponent
Definition:
ieee.h:6
float_s::sign
unsigned int sign
Definition:
ieee.h:7
float_s::mantissa
unsigned int mantissa
Definition:
ieee.h:5
long_double_s
Definition:
ieee.h:17
long_double_s::exponent
unsigned int exponent
Definition:
ieee.h:20
long_double_s::mantissah
unsigned int mantissah
Definition:
ieee.h:19
long_double_s::mantissal
unsigned int mantissal
Definition:
ieee.h:18
long_double_s::sign
unsigned int sign
Definition:
ieee.h:21
long_double_s::empty
unsigned int empty
Definition:
ieee.h:22
sdk
lib
crt
include
internal
ieee.h
Generated on Wed May 14 2025 06:14:05 for ReactOS by
1.9.6