• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1autogen definitions benchmark.tpl;
2
3data_type = {
4	type_name		= short ;
5	multiplier		= "32700.0" ;
6	};
7
8data_type = {
9	type_name		= int ;
10	multiplier		= "32700.0 * (1 << 16)" ;
11	};
12
13data_type = {
14	type_name		= float ;
15	multiplier		= "1.0" ;
16	};
17
18