File: benchmark.def

package info (click to toggle)
libsndfile 1.2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,180 kB
  • sloc: ansic: 55,354; cpp: 1,108; python: 791; makefile: 545; sh: 538; cs: 122
file content (17 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
autogen definitions benchmark.tpl;

data_type = {
	type_name		= short ;
	multiplier		= "32700.0" ;
	};

data_type = {
	type_name		= int ;
	multiplier		= "32700.0 * (1 << 16)" ;
	};

data_type = {
	type_name		= float ;
	multiplier		= "1.0" ;
	};