Home
last modified time | relevance | path

Searched refs:prMulInt (Results 1 – 3 of 3) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangPrimSource/
H A DPyrMathPrim.h31 int prMulInt(VMGlobals* g, int numArgsPushed);
H A DPyrMathPrim.cpp303 int prMulInt(VMGlobals* g, int numArgsPushed) { return prOpInt<mulNum>(g, numArgsPushed); } in prMulInt() function
1311 definePrimitive(base, index++, "_MulInt", prMulInt, 2, 0); in initMathPrimitives()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrInterpreter3.cpp2650 prMulInt(g, -1);