2007-05-14 09:55:24 +00:00
|
|
|
autogen definitions floating_point_test.tpl;
|
|
|
|
|
2004-10-07 10:59:59 +00:00
|
|
|
endian_type = {
|
|
|
|
end_name = little ;
|
2004-10-07 13:14:19 +00:00
|
|
|
end_type = SF_ENDIAN_LITTLE ;
|
2004-10-07 10:59:59 +00:00
|
|
|
} ;
|
|
|
|
|
|
|
|
endian_type = {
|
|
|
|
end_name = big ;
|
|
|
|
end_type = SF_ENDIAN_BIG ;
|
|
|
|
} ;
|
|
|
|
|
2007-05-14 09:55:24 +00:00
|
|
|
float_type = {
|
|
|
|
float_name = float ;
|
|
|
|
minor_type = SF_FORMAT_FLOAT ;
|
|
|
|
} ;
|
|
|
|
|
|
|
|
float_type = {
|
|
|
|
float_name = double ;
|
|
|
|
minor_type = SF_FORMAT_DOUBLE ;
|
|
|
|
} ;
|
|
|
|
|
|
|
|
int_type = {
|
|
|
|
int_name = short ;
|
2014-06-30 08:32:10 +00:00
|
|
|
int_max = "0x7FFF" ;
|
2007-05-14 09:55:24 +00:00
|
|
|
} ;
|
|
|
|
|
|
|
|
int_type = {
|
|
|
|
int_name = int ;
|
2014-06-30 08:32:10 +00:00
|
|
|
int_max = "0x7FFFFFFF" ;
|
2007-05-14 09:55:24 +00:00
|
|
|
} ;
|
|
|
|
|