third_party_libsnd/tests/floating_point_test.def

33 lines
478 B
Modula-2
Raw Normal View History

2007-05-14 09:55:24 +00:00
autogen definitions floating_point_test.tpl;
endian_type = {
end_name = little ;
end_type = SF_ENDIAN_LITTLE ;
} ;
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 ;
int_max = "0x7FFF" ;
2007-05-14 09:55:24 +00:00
} ;
int_type = {
int_name = int ;
int_max = "0x7FFFFFFF" ;
2007-05-14 09:55:24 +00:00
} ;