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 317 of file simplify.cpp.

References docTableConverter(), NULLENV, and sigMapRename().

Referenced by mapPrepareEqSig().

00318 {
00319     Tree r  = sigMapRename(DOCTABLES, NULLENV, docTableConverter, sig);
00320     return r;
00321 }

Here is the call graph for this function:

Here is the caller graph for this function:

Tree simplify ( Tree  sig  ) 

Definition at line 75 of file simplify.cpp.

References sigMap(), and traced_simplification().

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

00076 {
00077     return sigMap(SIMPLIFIED, traced_simplification, sig);
00078 }

Here is the call graph for this function:

Here is the caller graph for this function:

Generated on Thu Jul 15 15:47:27 2010 for FAUST compiler by  doxygen 1.6.3