Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh257 xtended* gAcosPrim; member
H A Dglobal.cpp265 gAcosPrim = new AcosPrim(); in global()
H A Dlibcode.cpp2813 return gGlobal->gAcosPrim->box(); in boxAcos()
/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dfaustparser.y522 | ACOS { $$ = gGlobal->gAcosPrim->box(); }
H A Dfaustparser.cpp2759 { (yyval.exp) = gGlobal->gAcosPrim->box(); ;}
/dports/audio/faust/faust-2.37.3/compiler/signals/
H A Dsignals.cpp641 return sigExtended1(gGlobal->gAcosPrim->box(), x); in sigAcos()