summaryrefslogtreecommitdiff
path: root/tests/benchmark.def
blob: f2db29ae24ca4814248ea92d99c570e90798f44c (plain)
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" ;
	};