Home
last modified time | relevance | path

Searched refs:InternalRuleBase (Results 1 – 2 of 2) sorted by relevance

/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/src/
H A Dmathcommands.cpp824 InternalRuleBase(LispEnvironment& aEnvironment, int aStackTop, int aListed) in InternalRuleBase() function
848 InternalRuleBase(aEnvironment, aStackTop, false); in LispRuleBase()
853 InternalRuleBase(aEnvironment, aStackTop, false); in LispMacroRuleBase()
891 InternalRuleBase(aEnvironment, aStackTop, true); in LispRuleBaseListed()
896 InternalRuleBase(aEnvironment, aStackTop, true); in LispMacroRuleBaseListed()
/dports/math/yacas/yacas-1.9.1/jyacas/net/sf/yacas/
H A DMathCommands.java832 …public static void InternalRuleBase(LispEnvironment aEnvironment, int aStackTop, boolean aListed)… in InternalRuleBase() method in MathCommands
1887 InternalRuleBase(aEnvironment, aStackTop, false); in Eval()
1896 InternalRuleBase(aEnvironment, aStackTop, false); in Eval()
1905 InternalRuleBase(aEnvironment, aStackTop, true); in Eval()
1914 InternalRuleBase(aEnvironment, aStackTop, true); in Eval()