floating_point_test.def
上传用户:shw771010
上传日期:2022-01-05
资源大小:991k
文件大小:0k
- autogen definitions floating_point_test.tpl;
- endian_type = {
- end_name = little ;
- end_type = SF_ENDIAN_LITTLE ;
- } ;
- endian_type = {
- end_name = big ;
- end_type = SF_ENDIAN_BIG ;
- } ;
- float_type = {
- float_name = float ;
- minor_type = SF_FORMAT_FLOAT ;
- } ;
- float_type = {
- float_name = double ;
- minor_type = SF_FORMAT_DOUBLE ;
- } ;
- int_type = {
- int_name = short ;
- int_max = 0x7FFF ;
- } ;
- int_type = {
- int_name = int ;
- int_max = 0x7FFFFFFF ;
- } ;