annotate src/libsndfile-1.0.25/tests/floating_point_test.def @ 23:619f715526df sv_v2.1

Update Vamp plugin SDK to 2.5
author Chris Cannam
date Thu, 09 May 2013 10:52:46 +0100
parents c7265573341e
children
rev   line source
Chris@0 1 autogen definitions floating_point_test.tpl;
Chris@0 2
Chris@0 3 endian_type = {
Chris@0 4 end_name = little ;
Chris@0 5 end_type = SF_ENDIAN_LITTLE ;
Chris@0 6 } ;
Chris@0 7
Chris@0 8 endian_type = {
Chris@0 9 end_name = big ;
Chris@0 10 end_type = SF_ENDIAN_BIG ;
Chris@0 11 } ;
Chris@0 12
Chris@0 13 float_type = {
Chris@0 14 float_name = float ;
Chris@0 15 minor_type = SF_FORMAT_FLOAT ;
Chris@0 16 } ;
Chris@0 17
Chris@0 18 float_type = {
Chris@0 19 float_name = double ;
Chris@0 20 minor_type = SF_FORMAT_DOUBLE ;
Chris@0 21 } ;
Chris@0 22
Chris@0 23 int_type = {
Chris@0 24 int_name = short ;
Chris@0 25 int_max = 0x7FFF ;
Chris@0 26 } ;
Chris@0 27
Chris@0 28 int_type = {
Chris@0 29 int_name = int ;
Chris@0 30 int_max = 0x7FFFFFFF ;
Chris@0 31 } ;
Chris@0 32