projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
libsndfile source files.
[Faustine.git]
/
interpretor
/
libsndfile-1.0.25
/
tests
/
floating_point_test.def
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