FAUST compiler  0.9.9.6b8
Functions
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(), and sigMapRename().

Referenced by mapPrepareEqSig().

318 {
320  return r;
321 }
static Tree NULLENV
Definition: simplify.cpp:315
Tree DOCTABLES
Converts regular tables into doc tables in order to facilitate the mathematical documentation generat...
Definition: simplify.cpp:311
A CTree = (Node x [CTree]) is a Node associated with a list of subtrees called branches.
Definition: tree.hh:109
static Tree sigMapRename(Tree key, Tree env, tfun f, Tree t)
Like SigMap, recursively transform a graph by applying a function f.
Definition: simplify.cpp:229
static Tree docTableConverter(Tree sig)
Definition: simplify.cpp:326

Here is the call graph for this function:

Here is the caller graph for this function:

Tree simplify ( Tree  sig)

Definition at line 76 of file simplify.cpp.

References sigMap(), and traced_simplification().

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

77 {
79 }
static Tree traced_simplification(Tree sig)
Definition: simplify.cpp:50
Tree SIMPLIFIED
Definition: simplify.cpp:45
static Tree sigMap(Tree key, tfun f, Tree t)
Recursively transform a graph by applying a function f.
Definition: simplify.cpp:187

Here is the call graph for this function:

Here is the caller graph for this function: