Home
last modified time | relevance | path

Searched refs:tree2int (Results 1 – 16 of 16) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/signals/
H A Dprim2.cpp54 return tree2int(hd(ffsignature(t))); in ffrestype()
71 return tree2int(nth(ffsignature(t), i + 2)); in ffargtype()
H A Drecursivness.cpp77 return tree2int(tr); in getRecursivness()
92 return tree2int(tr); // already annotated in annotate()
H A Dsigorderrules.cpp65 return tree2int(tt); in getSigOrder()
H A Dsigtyperules.cpp813 return makeSimpleType(tree2int(type), kKonst, kInit, kVect, kNum, interval()); in infereFConstType()
823 return makeSimpleType(tree2int(type), kBlock, kExec, kVect, kNum, interval()); in infereFVarType()
/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxcomplexity.cpp57 return tree2int(prop); in boxComplexity()
H A Dppbox.cpp207 …fout << "fconstant(" << type2str(tree2int(type)) << ' ' << tree2str(name) << ", " << tree2str(file… in print()
209 …fout << "fvariable(" << type2str(tree2int(type)) << ' ' << tree2str(name) << ", " << tree2str(file… in print()
H A Dboxtype.cpp281 *onum = 2 + tree2int(c); in infereBoxType()
H A Dboxes.cpp1120 state = tree2int(ts); in isBoxPatternMatcher()
/dports/audio/faust/faust-2.37.3/compiler/tlib/
H A Dtree.hh229 int tree2int(Tree t); ///< if t has a node of type int, return it otherwise error
H A Dtree.cpp226 int tree2int(Tree t) in tree2int() function
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dinstructions_compiler.cpp1628 if (idx_i.lo < 0 || idx_i.hi >= tree2int(size)) { in generateWRTbl()
1632 << "] is outside of table range (" << tree2int(size) << ") in " in generateWRTbl()
1637 << "] is outside of table range (" << tree2int(size) << ") in " in generateWRTbl()
1688 if (idx_i.lo < 0 || (idx_i.hi >= tree2int(size))) { in generateRDTbl()
1693 << "] is outside of table range (" << tree2int(size) << ") in " in generateRDTbl()
1698 << "] is outside of table range (" << tree2int(size) << ") in " in generateRDTbl()
2350 OpenboxInst::BoxType orient = static_cast<OpenboxInst::BoxType>(tree2int(left(label))); in generateUserInterfaceTree()
H A Ddescription.cpp312 const int orient = tree2int(left(label)); in addGroup()
H A Dcompile.cpp174 const int orient = tree2int(left(label)); in generateUserInterfaceTree()
/dports/audio/faust/faust-2.37.3/compiler/draw/
H A Ddrawschema.cpp606 int n = tree2int(chan); in generateSoundfileSchema()
/dports/audio/faust/faust-2.37.3/compiler/propagate/
H A Dpropagate.cpp457 int c = tree2int(chan); in realPropagate()
/dports/audio/faust/faust-2.37.3/compiler/evaluate/
H A Deval.cpp785 return tree2int(val); in eval2int()