third_party_libsnd/tests/benchmark.def

18 lines
246 B
Modula-2
Raw Permalink Normal View History

2007-05-14 09:55:24 +00:00
autogen definitions benchmark.tpl;
2012-01-21 03:24:38 +00:00
data_type = {
2007-05-14 09:55:24 +00:00
type_name = short ;
multiplier = "32700.0" ;
};
2012-01-21 03:24:38 +00:00
data_type = {
2007-05-14 09:55:24 +00:00
type_name = int ;
2012-01-21 03:24:38 +00:00
multiplier = "32700.0 * (1 << 16)" ;
2007-05-14 09:55:24 +00:00
};
2012-01-21 03:24:38 +00:00
data_type = {
2007-05-14 09:55:24 +00:00
type_name = float ;
multiplier = "1.0" ;
};