File: scale_clip_test.def

package info (click to toggle)
libsndfile 1.0.16-2%2Betch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,912 kB
  • ctags: 3,014
  • sloc: ansic: 41,558; sh: 8,906; makefile: 496; python: 93; cpp: 92
file content (48 lines) | stat: -rw-r--r-- 772 bytes parent folder | download | duplicates (6)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
autogen definitions scale_clip_test.tpl;

float_type = {
	type_name	= "float" ;
	short_name	= "flt" ;
	upper_name	= "FLOAT" ;
	} ;

float_type = {
	type_name	= "double" ;
	short_name	= "dbl" ;
	upper_name	= "DOUBLE" ;
	} ;



data_type = {
	name		= "16" ;
	bit_count	= 16 ;
	error_val	= "1.0 / 0x8000" ;
	} ;

data_type = {
	name		= "24" ;
	bit_count	= 24 ;
	error_val	= "1.0 / 0x800000" ;
	} ;

data_type = {
	name		= "32" ;
	bit_count	= 32 ;
	error_val	= "1.0 / 0x80000000" ;
	} ;

data_type = {
	name		= "08" ;
	bit_count	= 8 ;
	error_val	= "1.0 / 0x80" ;
	} ;

/*
** Do not edit or modify anything in this comment block.
** The arch-tag line is a file identity tag for the GNU Arch 
** revision control system.
**
** arch-tag: 4938e5b6-6f4c-4c69-8b92-f6c6d7a6b0ec
*/