Home
last modified time | relevance | path

Searched refs:sigIntCast (Results 1 – 15 of 15) sorted by relevance

/dports/audio/faust/faust-2.37.3/tools/benchmark/
H A Dsignal-tester.cpp378 return sigSub(x, sigIntCast(x)); in decimalpart()
438 …Signal wridx = sigIntCast(sigMax(sigInt(0), sigMin(rdx, sigSub(sigSoundfileLength(sf, sigInt(0)), … in test19()
459 signals.push_back(sigReadOnlyTable(sigInt(10), sigInt(1), sigIntCast(sigInput(0)))); in test20()
472 …back(sigWriteReadTable(sigInt(10), sigInt(1), sigIntCast(sigInput(0)), sigIntCast(sigInput(1)), si… in test21()
/dports/audio/faust/faust-2.37.3/compiler/extended/
H A Dfloorprim.hh57 Tree r = sigFloatCast(sigIntCast(args[0])); in computeSigOutput()
H A Dceilprim.hh57 Tree r = sigFloatCast(sigIntCast(args[0])); in computeSigOutput()
H A Dfmodprim.hh68 …return sigBinOp(kSub, args[0], sigBinOp(kMul, args[1], sigIntCast(sigBinOp(kDiv, args[0], args[1])… in computeSigOutput()
H A Dremainderprim.hh69 …return sigBinOp(kSub, args[0], sigBinOp(kMul, args[1], sigFloatCast(sigIntCast(sigBinOp(kAdd, sigR… in computeSigOutput()
/dports/audio/faust/faust-2.37.3/compiler/signals/
H A Dsignals.cpp117 return tree(gGlobal->SIGDELAY, t0, sigIntCast(t1)); in sigDelay()
219 return tree(gGlobal->SIGSELECT2, sigIntCast(selector), s1, s2); in sigSelect2()
229 return sigSelect2(sigBinOp(kEQ, sigIntCast(selector), sigInt(0)), in sigSelect3()
230 sigSelect2(sigBinOp(kEQ, sigIntCast(selector), sigInt(1)), s3, s2), s1); in sigSelect3()
328 EXPORT Tree sigIntCast(Tree t) in sigIntCast() function
H A Dsignals.hh81 EXPORT Tree sigIntCast(Tree t);
/dports/audio/faust/faust-2.37.3/compiler/transform/
H A DsigPromotion.cpp146 return (t->nature() == kReal) ? sigIntCast(sig) : sig; in smartIntCast()
H A DsigIdentity.cpp145 return sigIntCast(self(x)); in transformation()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dlibfaust-signal.h117 Signal sigIntCast(Signal s);
/dports/audio/faust/faust-2.37.3/compiler/propagate/
H A Dpropagate.cpp456 Tree part = sigIntCast(lsig[0]); in realPropagate()
463 Tree ridx = sigIntCast(sigMax(sigInt(0), sigMin(lsig[1], sigSub(lsig2[0], sigInt(1))))); in realPropagate()
/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dppbox.cpp40 if (ptr == sigIntCast) return "int"; in prim1name()
/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dfaustparser.y494 | INTCAST { $$ = boxPrim1(sigIntCast); }
H A Dfaustparser.cpp2649 { (yyval.exp) = boxPrim1(sigIntCast); ;}
/dports/audio/faust/faust-2.37.3/compiler/
H A Dlibcode.cpp2345 return sigIntCast(s); in CsigIntCast()
2676 return boxPrim1(sigIntCast); in boxIntCast()