Home
last modified time | relevance | path

Searched refs:_SVL (Results 1 – 6 of 6) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Drpn.h202 gen _SVL(const gen & args0,GIAC_CONTEXT);
H A Drpn.cc2304 gen _SVL(const gen & args0,GIAC_CONTEXT){ in _SVL() function
2312 static define_unary_function_eval (__SVL,&_SVL,_SVL_s);
2316 static define_unary_function_eval (__svl,&_SVL,_svl_s);
2347 return _max(_SVL(*args._VECTptr,contextptr),contextptr); in _SPECNORM()
2366 gen g=_SVL(args,contextptr); in _COND()
H A Dgiac.i1414 gen _SVL(const gen & args0,giac::context * );
H A Dgiacjs.i1409 gen _SVL(const gen & args0,giac::context * );
H A Dmisc.cc2028 gen tmp=_SVL(g,contextptr); in _l2norm()
H A Dgiac_wrap.cxx28073 result = giac::_SVL((giac::gen const &)*arg1,arg2); in Java_javagiac_giacJNI__1SVL()