File tree 1 file changed +2
-11
lines changed
1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 18
18
class float_bvt
19
19
{
20
20
public:
21
- float_bvt ()
22
- {
23
- }
24
-
25
- ~float_bvt ()
26
- {
27
- }
28
-
29
21
exprt operator ()(const exprt &src)
30
22
{
31
23
return convert (src);
@@ -101,7 +93,7 @@ class float_bvt
101
93
const exprt &,
102
94
const ieee_float_spect &);
103
95
104
- protected :
96
+ private :
105
97
// helpers
106
98
ieee_float_spect get_spec (const exprt &);
107
99
// still biased
@@ -116,7 +108,6 @@ class float_bvt
116
108
117
109
struct rounding_mode_bitst
118
110
{
119
- public:
120
111
// these are mutually exclusive, obviously
121
112
exprt round_to_even;
122
113
exprt round_to_zero;
@@ -168,7 +159,7 @@ class float_bvt
168
159
biased_floatt bias (const unbiased_floatt &, const ieee_float_spect &);
169
160
170
161
// this takes unpacked format, and returns packed
171
- virtual exprt rounder (
162
+ exprt rounder (
172
163
const unbiased_floatt &,
173
164
const exprt &rm,
174
165
const ieee_float_spect &);
You can’t perform that action at this time.
0 commit comments