floating_point_test.def
上传用户:shw771010
上传日期:2022-01-05
资源大小:991k
文件大小:0k
源码类别:

Audio

开发平台:

Unix_Linux

  1. autogen definitions floating_point_test.tpl;
  2. endian_type = {
  3. end_name = little ;
  4. end_type = SF_ENDIAN_LITTLE ;
  5. } ;
  6. endian_type = {
  7. end_name = big ;
  8. end_type = SF_ENDIAN_BIG ;
  9. } ;
  10. float_type = {
  11. float_name = float ;
  12. minor_type = SF_FORMAT_FLOAT ;
  13. } ;
  14. float_type = {
  15. float_name = double ;
  16. minor_type = SF_FORMAT_DOUBLE ;
  17. } ;
  18. int_type = {
  19. int_name = short ;
  20. int_max = 0x7FFF ;
  21. } ;
  22. int_type = {
  23. int_name = int ;
  24. int_max = 0x7FFFFFFF ;
  25. } ;