Mercurial > hg > sv-dependency-builds
comparison src/libsndfile-1.0.27/tests/floating_point_test.def @ 125:cd6cdf86811e
Current libsndfile source
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 18 Oct 2016 13:22:47 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
124:e3d5853d5918 | 125:cd6cdf86811e |
---|---|
1 autogen definitions floating_point_test.tpl; | |
2 | |
3 endian_type = { | |
4 end_name = little ; | |
5 end_type = SF_ENDIAN_LITTLE ; | |
6 } ; | |
7 | |
8 endian_type = { | |
9 end_name = big ; | |
10 end_type = SF_ENDIAN_BIG ; | |
11 } ; | |
12 | |
13 float_type = { | |
14 float_name = float ; | |
15 minor_type = SF_FORMAT_FLOAT ; | |
16 } ; | |
17 | |
18 float_type = { | |
19 float_name = double ; | |
20 minor_type = SF_FORMAT_DOUBLE ; | |
21 } ; | |
22 | |
23 int_type = { | |
24 int_name = short ; | |
25 int_max = "0x7FFF" ; | |
26 } ; | |
27 | |
28 int_type = { | |
29 int_name = int ; | |
30 int_max = "0x7FFFFFFF" ; | |
31 } ; | |
32 |