blob: 3441d34bc7dbc887848e7e00c76fcb535454bbcc [file] [log] [blame]
Alexandre Lision7c6f4a62013-09-05 13:27:01 -04001autogen definitions floating_point_test.tpl;
2
3endian_type = {
4 end_name = little ;
5 end_type = SF_ENDIAN_LITTLE ;
6 } ;
7
8endian_type = {
9 end_name = big ;
10 end_type = SF_ENDIAN_BIG ;
11 } ;
12
13float_type = {
14 float_name = float ;
15 minor_type = SF_FORMAT_FLOAT ;
16 } ;
17
18float_type = {
19 float_name = double ;
20 minor_type = SF_FORMAT_DOUBLE ;
21 } ;
22
23int_type = {
24 int_name = short ;
25 int_max = 0x7FFF ;
26 } ;
27
28int_type = {
29 int_name = int ;
30 int_max = 0x7FFFFFFF ;
31 } ;
32