summaryrefslogtreecommitdiff
path: root/tests/floating_point_test.def
blob: 3441d34bc7dbc887848e7e00c76fcb535454bbcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
autogen definitions floating_point_test.tpl;

endian_type = {
	end_name		= little ;
	end_type		= SF_ENDIAN_LITTLE ;
	} ;

endian_type = {
	end_name		= big ;
	end_type		= SF_ENDIAN_BIG ;
	} ;

float_type = {
	float_name		= float ;
	minor_type		= SF_FORMAT_FLOAT ;
	} ;

float_type = {
	float_name		= double ;
	minor_type		= SF_FORMAT_DOUBLE ;
	} ;

int_type = {
	int_name		= short ;
	int_max			= 0x7FFF ;
	} ;

int_type = {
	int_name		= int ;
	int_max			= 0x7FFFFFFF ;
	} ;