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