Searched refs:modrf (Results 1 – 3 of 3) sorted by relevance
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tcore/ |
H A D | tmathutil.cpp | 48 int modrf(int ord, double *coef, double a, double b, double *val); 230 if (modrf(sseq->ord, sseq->coef, min, max, &roots[0])) return; in sbisect() 331 int modrf(int ord, double *coef, double a, double b, double *val) { in modrf() function
|
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/ |
H A D | arith11.cpp | 448 static LispObject modrf(LispObject a, LispObject b) in modrf() function 599 return modrf(a, b); in modulus()
|
/dports/math/reduce/Reduce-svn5758-src/csl/embedded/ |
H A D | arith11.c | 525 static Lisp_Object modrf(Lisp_Object a, Lisp_Object b) in modrf() function 697 return modrf(a, b); in modulus()
|