Go to the source code of this file.
Functions | |
Tree | simplify (Tree sig) |
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 }
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 }