Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh260 xtended* gSinPrim; member
H A Dglobal.cpp268 gSinPrim = new SinPrim(); in global()
H A Dlibcode.cpp2825 return gGlobal->gSinPrim->box(); in boxSin()
/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dfaustparser.y527 | SIN { $$ = gGlobal->gSinPrim->box(); }
H A Dfaustparser.cpp2784 { (yyval.exp) = gGlobal->gSinPrim->box(); ;}
/dports/audio/faust/faust-2.37.3/compiler/signals/
H A Dsignals.cpp656 return sigExtended1(gGlobal->gSinPrim->box(), x); in sigSin()