simplify.hh File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Tree simplify (Tree sig)
Tree docTableConvertion (Tree sig)

Function Documentation

Tree docTableConvertion ( Tree  sig  ) 

Definition at line 210 of file simplify.cpp.

References docTableConverter(), and sigMap().

Referenced by mapPrepareEqSig().

00211 {
00212     return sigMap(DOCTABLES, docTableConverter, sig);
00213 }

Here is the call graph for this function:

Here is the caller graph for this function:

Tree simplify ( Tree  sig  ) 

Definition at line 72 of file simplify.cpp.

References sigMap(), and traced_simplification().

Referenced by eval2double(), eval2int(), isBoxNumeric(), mapPrepareEqSig(), normalizeFixedDelayTerm(), ScalarCompiler::prepare(), and replaceBoxNumeric().

00073 {
00074     return sigMap(SIMPLIFIED, traced_simplification, sig);
00075 }

Here is the call graph for this function:

Here is the caller graph for this function:

Generated on Wed Apr 28 23:46:00 2010 for FAUST compiler by  doxygen 1.6.3