Merge branch 'libsndfile'
[Faustine.git] / interpretor / lib / src / libsndfile-1.0.25 / tests / benchmark.def
1 autogen definitions benchmark.tpl;
2
3 data_type = {
4 type_name = short ;
5 multiplier = "32700.0" ;
6 };
7
8 data_type = {
9 type_name = int ;
10 multiplier = "32700.0 * (1<<16)" ;
11 };
12
13 data_type = {
14 type_name = float ;
15 multiplier = "1.0" ;
16 };
17