projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Bug fixed for unix error "readlink /proc/self/fd/0" on MacOS.
[Faustine.git]
/
interpreter
/
lib
/
src
/
libsndfile-1.0.25
/
tests
/
benchmark.def
1
autogen definitions benchmark.tpl;
2
3
data_type = {
4
type_name = short ;
5
multiplier = "32700.0" ;
6
};
7
8
data_type = {
9
type_name = int ;
10
multiplier = "32700.0 * (1<<16)" ;
11
};
12
13
data_type = {
14
type_name = float ;
15
multiplier = "1.0" ;
16
};
17