File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 1818class float_bvt
1919{
2020public:
21- float_bvt ()
22- {
23- }
24-
25- ~float_bvt ()
26- {
27- }
28-
2921 exprt operator ()(const exprt &src)
3022 {
3123 return convert (src);
@@ -101,7 +93,7 @@ class float_bvt
10193 const exprt &,
10294 const ieee_float_spect &);
10395
104- protected :
96+ private :
10597 // helpers
10698 ieee_float_spect get_spec (const exprt &);
10799 // still biased
@@ -116,7 +108,6 @@ class float_bvt
116108
117109 struct rounding_mode_bitst
118110 {
119- public:
120111 // these are mutually exclusive, obviously
121112 exprt round_to_even;
122113 exprt round_to_zero;
@@ -168,7 +159,7 @@ class float_bvt
168159 biased_floatt bias (const unbiased_floatt &, const ieee_float_spect &);
169160
170161 // this takes unpacked format, and returns packed
171- virtual exprt rounder (
162+ exprt rounder (
172163 const unbiased_floatt &,
173164 const exprt &rm,
174165 const ieee_float_spect &);
You can’t perform that action at this time.
0 commit comments