Mercurial > hg > sv-dependency-builds
comparison src/libsndfile-1.0.25/tests/floating_point_test.def @ 0:c7265573341e
Import initial set of sources
| author | Chris Cannam |
|---|---|
| date | Mon, 18 Mar 2013 14:12:14 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:c7265573341e |
|---|---|
| 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 |
