projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Refactoring of process classes in faustexp.ml.
[Faustine.git]
/
interpretor
/
faust-0.9.47mr3
/
compiler
/
headers
/
normalize.hh
1
#ifndef __NORMALIZE__
2
#define __NORMALIZE__
3
4
Tree normalizeAddTerm(Tree t);
5
6
Tree normalizeDelay1Term(Tree s);
7
Tree normalizeFixedDelayTerm(Tree s, Tree d);
8
9
#endif