CBMC
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
j
l
m
r
t
w
Functions
a
c
d
f
g
r
t
w
Typedefs
Enumerations
Classes
Class List
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
i
k
l
m
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Related Symbols
b
c
d
e
g
i
j
m
n
o
s
t
u
v
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
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
y
Typedefs
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Enumerations
_
a
b
c
d
f
g
i
l
m
p
r
s
t
u
v
w
Enumerator
_
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
parse_float.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: ANSI-C Conversion / Type Checking
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_ANSI_C_LITERALS_PARSE_FLOAT_H
13
#define CPROVER_ANSI_C_LITERALS_PARSE_FLOAT_H
14
15
#include <string>
16
17
#include <
util/mp_arith.h
>
18
19
class
parse_floatt
20
{
21
public
:
22
mp_integer
significand
,
exponent
;
23
unsigned
exponent_base
;
// 2 (hex) or 10
24
25
bool
is_float
,
is_long
;
26
27
// gcc extensions
28
bool
is_imaginary
,
is_decimal
,
is_float16
,
29
is_float32
,
is_float32x
,
30
is_float64
,
is_float64x
,
31
is_float80
,
32
is_float128
,
is_float128x
;
33
34
// parse!
35
explicit
parse_floatt
(
const
std::string &);
36
};
19
class
parse_floatt
{
…
};
37
38
#endif
// CPROVER_ANSI_C_LITERALS_PARSE_FLOAT_H
ait
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition
ai.h:562
parse_floatt
Definition
parse_float.h:20
parse_floatt::is_imaginary
bool is_imaginary
Definition
parse_float.h:28
parse_floatt::exponent_base
unsigned exponent_base
Definition
parse_float.h:23
parse_floatt::significand
mp_integer significand
Definition
parse_float.h:22
parse_floatt::exponent
mp_integer exponent
Definition
parse_float.h:22
parse_floatt::is_float16
bool is_float16
Definition
parse_float.h:28
parse_floatt::is_float64x
bool is_float64x
Definition
parse_float.h:30
parse_floatt::is_float64
bool is_float64
Definition
parse_float.h:30
parse_floatt::is_long
bool is_long
Definition
parse_float.h:25
parse_floatt::is_decimal
bool is_decimal
Definition
parse_float.h:28
parse_floatt::is_float128x
bool is_float128x
Definition
parse_float.h:32
parse_floatt::is_float32
bool is_float32
Definition
parse_float.h:29
parse_floatt::is_float32x
bool is_float32x
Definition
parse_float.h:29
parse_floatt::is_float80
bool is_float80
Definition
parse_float.h:31
parse_floatt::is_float
bool is_float
Definition
parse_float.h:25
parse_floatt::is_float128
bool is_float128
Definition
parse_float.h:32
mp_arith.h
src
ansi-c
literals
parse_float.h
Generated by
1.9.8