1111#include < util/config.h>
1212#include < util/c_types.h>
1313
14- bitvector_typet gcc_float16_type ()
14+ floatbv_typet gcc_float16_type ()
1515{
1616 floatbv_typet result=
1717 ieee_float_spect::half_precision ().to_type ();
1818 result.set (ID_C_c_type, ID_gcc_float16);
1919 return result;
2020}
2121
22- bitvector_typet gcc_float32_type ()
22+ floatbv_typet gcc_float32_type ()
2323{
2424 // not same as float!
2525 floatbv_typet result=
@@ -28,7 +28,7 @@ bitvector_typet gcc_float32_type()
2828 return result;
2929}
3030
31- bitvector_typet gcc_float32x_type ()
31+ floatbv_typet gcc_float32x_type ()
3232{
3333 // not same as float!
3434 floatbv_typet result=
@@ -37,7 +37,7 @@ bitvector_typet gcc_float32x_type()
3737 return result;
3838}
3939
40- bitvector_typet gcc_float64_type ()
40+ floatbv_typet gcc_float64_type ()
4141{
4242 // not same as double!
4343 floatbv_typet result=
@@ -46,7 +46,7 @@ bitvector_typet gcc_float64_type()
4646 return result;
4747}
4848
49- bitvector_typet gcc_float64x_type ()
49+ floatbv_typet gcc_float64x_type ()
5050{
5151 // not same as double!
5252 floatbv_typet result=
@@ -55,7 +55,7 @@ bitvector_typet gcc_float64x_type()
5555 return result;
5656}
5757
58- bitvector_typet gcc_float128_type ()
58+ floatbv_typet gcc_float128_type ()
5959{
6060 // not same as long double!
6161 floatbv_typet result=
@@ -64,7 +64,7 @@ bitvector_typet gcc_float128_type()
6464 return result;
6565}
6666
67- bitvector_typet gcc_float128x_type ()
67+ floatbv_typet gcc_float128x_type ()
6868{
6969 // not same as long double!
7070 floatbv_typet result=
0 commit comments