~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to lib-src/libsndfile/tests/write_read_test.def

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
autogen definitions write_read_test.tpl;
2
 
 
3
 
data_type = { 
4
 
        type_name               = char ;
5
 
        data_type               = short ;
6
 
        error_func              = CHAR_ERROR ;
7
 
        format_char             = "0x%X" ;
8
 
        max_val                 = "32000.0" ;
9
 
        max_error               = "255" ;
10
 
        } ;
11
 
 
12
 
data_type = { 
13
 
        type_name               = short ;
14
 
        data_type               = short ;
15
 
        error_func              = INT_ERROR ;
16
 
        format_char             = "0x%X" ;
17
 
        max_val                 = "32000.0" ;
18
 
        max_error               = "0" ;
19
 
        } ;
20
 
 
21
 
data_type = { 
22
 
        type_name               = "24bit" ;
23
 
        data_type               = int ;
24
 
        error_func              = TRIBYTE_ERROR ;
25
 
        format_char             = "0x%X" ;
26
 
        max_val                 = "(1.0 * 0x7F000000)" ;
27
 
        max_error               = "256" ;
28
 
        } ;
29
 
 
30
 
data_type = { 
31
 
        type_name               = int ;
32
 
        data_type               = int ;
33
 
        error_func              = INT_ERROR ;
34
 
        format_char             = "0x%X" ;
35
 
        max_val                 = "(1.0 * 0x7F000000)" ;
36
 
        max_error               = "0" ;
37
 
        } ;
38
 
 
39
 
/* Lite remove start */
40
 
 
41
 
data_type = { 
42
 
        type_name               = float ;
43
 
        data_type               = float ;
44
 
        error_func              = FLOAT_ERROR ;
45
 
        format_char             = "%g" ;
46
 
        max_val                 = "1.0" ;
47
 
        max_error               = "0" ;
48
 
        } ;
49
 
 
50
 
data_type = { 
51
 
        type_name               = double ;
52
 
        data_type               = double ;
53
 
        error_func              = FLOAT_ERROR ;
54
 
        format_char             = "%g" ;
55
 
        max_val                 = "1.0" ;
56
 
        max_error               = "0" ;
57
 
        } ;
58
 
 
59
 
/* Lite remove end */
60
 
/*
61
 
** Do not edit or modify anything in this comment block.
62
 
** The arch-tag line is a file identity tag for the GNU Arch 
63
 
** revision control system.
64
 
**
65
 
** arch-tag: 624d498a-9ea1-46b5-a386-c1c2261cfce3
66
 
*/
67