|
FAUST compiler
0.9.9.6b8
|


Go to the source code of this file.
Typedefs | |
| typedef vector< Tree > | siglist |
Functions | |
| siglist | makeSigInputList (int n) |
| Fabrique une liste de n entrées. More... | |
| Tree | boxPropagateSig (Tree path, Tree box, const siglist &lsig) |
| Top level propagate a list of signals into a block diagram. More... | |
Definition at line 43 of file propagate.hh.
Top level propagate a list of signals into a block diagram.
Do memoization.
| path | user interface group path |
| box | the block diagram |
| lsig | the list of input signals to propagate |
Definition at line 501 of file propagate.cpp.
References listConvert(), nil, and propagate().
Referenced by eval2double(), eval2int(), isBoxNumeric(), main(), mapPrepareEqSig(), and numericBoxSimplification().


| siglist makeSigInputList | ( | int | n | ) |
Fabrique une liste de n entrées.
Definition at line 96 of file propagate.cpp.
References sigInput().
Referenced by eval2double(), eval2int(), isBoxNumeric(), main(), mapPrepareEqSig(), and numericBoxSimplification().


1.8.7