Home
last modified time | relevance | path

Searched refs:gRintPrim (Results 1 – 6 of 6) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh261 xtended* gRintPrim; member
H A Dglobal.cpp269 gRintPrim = new RintPrim(); in global()
H A Dlibcode.cpp2829 return gGlobal->gRintPrim->box(); in boxRint()
/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dfaustparser.y546 | RINT { $$ = gGlobal->gRintPrim->box(); }
H A Dfaustparser.cpp2859 { (yyval.exp) = gGlobal->gRintPrim->box(); ;}
/dports/audio/faust/faust-2.37.3/compiler/signals/
H A Dsignals.cpp661 return sigExtended1(gGlobal->gRintPrim->box(), x); in sigRint()