|
FAUST compiler
0.9.9.6b8
|

Go to the source code of this file.
Functions | |
| Tree | simplify (Tree sig) |
| Tree | docTableConvertion (Tree sig) |
| Tree docTableConvertion | ( | Tree | sig | ) |
Definition at line 347 of file simplify.cpp.
References docTableConverter(), and sigMapRename().
Referenced by mapPrepareEqSig().
{
Tree r = sigMapRename(DOCTABLES, NULLENV, docTableConverter, sig);
return r;
}


Definition at line 76 of file simplify.cpp.
References sigMap(), and traced_simplification().
Referenced by eval2double(), eval2int(), isBoxNumeric(), mapPrepareEqSig(), normalizeFixedDelayTerm(), numericBoxSimplification(), and ScalarCompiler::prepare().
{
return sigMap(SIMPLIFIED, traced_simplification, sig);
}


1.8.0