Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh262 xtended* gRemainderPrim; member
H A Dglobal.cpp270 gRemainderPrim = new RemainderPrim(); in global()
H A Dlibcode.cpp2833 return gGlobal->gRemainderPrim->box(); in boxRemainder()
/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dfaustparser.y542 | REMAINDER { $$ = gGlobal->gRemainderPrim->box(); }
H A Dfaustparser.cpp2844 { (yyval.exp) = gGlobal->gRemainderPrim->box(); ;}
/dports/audio/faust/faust-2.37.3/compiler/signals/
H A Dsignals.cpp666 return sigExtended2(gGlobal->gRemainderPrim->box(), x, y); in sigRemainder()