11
11
#include < util/config.h>
12
12
#include < util/c_types.h>
13
13
14
- bitvector_typet gcc_float16_type ()
14
+ floatbv_typet gcc_float16_type ()
15
15
{
16
16
floatbv_typet result=
17
17
ieee_float_spect::half_precision ().to_type ();
18
18
result.set (ID_C_c_type, ID_gcc_float16);
19
19
return result;
20
20
}
21
21
22
- bitvector_typet gcc_float32_type ()
22
+ floatbv_typet gcc_float32_type ()
23
23
{
24
24
// not same as float!
25
25
floatbv_typet result=
@@ -28,7 +28,7 @@ bitvector_typet gcc_float32_type()
28
28
return result;
29
29
}
30
30
31
- bitvector_typet gcc_float32x_type ()
31
+ floatbv_typet gcc_float32x_type ()
32
32
{
33
33
// not same as float!
34
34
floatbv_typet result=
@@ -37,7 +37,7 @@ bitvector_typet gcc_float32x_type()
37
37
return result;
38
38
}
39
39
40
- bitvector_typet gcc_float64_type ()
40
+ floatbv_typet gcc_float64_type ()
41
41
{
42
42
// not same as double!
43
43
floatbv_typet result=
@@ -46,7 +46,7 @@ bitvector_typet gcc_float64_type()
46
46
return result;
47
47
}
48
48
49
- bitvector_typet gcc_float64x_type ()
49
+ floatbv_typet gcc_float64x_type ()
50
50
{
51
51
// not same as double!
52
52
floatbv_typet result=
@@ -55,7 +55,7 @@ bitvector_typet gcc_float64x_type()
55
55
return result;
56
56
}
57
57
58
- bitvector_typet gcc_float128_type ()
58
+ floatbv_typet gcc_float128_type ()
59
59
{
60
60
// not same as long double!
61
61
floatbv_typet result=
@@ -64,7 +64,7 @@ bitvector_typet gcc_float128_type()
64
64
return result;
65
65
}
66
66
67
- bitvector_typet gcc_float128x_type ()
67
+ floatbv_typet gcc_float128x_type ()
68
68
{
69
69
// not same as long double!
70
70
floatbv_typet result=
0 commit comments