Home
last modified time | relevance | path

Searched refs:_smod (Results 1 – 8 of 8) sorted by relevance

/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Dnumeric.h298 const numeric _smod(const numeric &b) const;
H A Dnumeric.cpp4278 const numeric numeric::_smod(const numeric &b) const { in _smod() function in GiNaC::numeric
5040 return a._smod(b); in smod()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dusual.h218 gen _smod(const gen & args,GIAC_CONTEXT);
H A Dgiac.i1781 gen _smod(const gen & args,giac::context * );
H A Dgiacjs.i1777 gen _smod(const gen & args,giac::context * );
H A Dusual.cc6057 gen _smod(const gen & args,GIAC_CONTEXT){ in _smod() function
6068 static define_unary_function_eval (__smod,&_smod,_smod_s);
6283 static define_unary_function_eval (__mods,&_smod,_mods_s);
H A Dgen.cc4145 return _smod(makesequence(res,cst_two_pi),contextptr); in arg()
4149 return _smod(makesequence(im(a._SYMBptr->feuille,contextptr),cst_two_pi),contextptr); in arg()
4164 return _smod(makesequence(res,cst_two_pi),contextptr); in arg()
H A Dgiac_wrap.cxx36071 result = giac::_smod((giac::gen const &)*arg1,arg2); in Java_javagiac_giacJNI__1smod()