Home
last modified time | relevance | path

Searched refs:_Rref (Results 1 – 5 of 5) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dmisc.h96 gen _Rref(const gen & g,GIAC_CONTEXT);
H A Dgiac.i723 gen _Rref(const gen & g,giac::context * );
H A Dgiacjs.i718 gen _Rref(const gen & g,giac::context * );
H A Dmisc.cc2187 gen _Rref(const gen & g,GIAC_CONTEXT){ in _Rref() function
2192 static define_unary_function_eval (__Rref,&_Rref,_Rref_s);
H A Dgiac_wrap.cxx12730 result = giac::_Rref((giac::gen const &)*arg1,arg2); in Java_javagiac_giacJNI__1Rref()