Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dti89.h114 gen _GetFold(const gen & g,GIAC_CONTEXT);
H A Dti89.cc2313 gen _GetFold(const gen & g,GIAC_CONTEXT){ in _GetFold() function
2318 static define_unary_function_eval2 (__GetFold,&_GetFold,_GetFold_s,&printastifunction);
H A Dgiac.i1697 gen _GetFold(const gen & g,giac::context * );
H A Dgiacjs.i1692 gen _GetFold(const gen & g,giac::context * );
H A Dgiac_wrap.cxx34298 result = giac::_GetFold((giac::gen const &)*arg1,arg2); in Java_javagiac_giacJNI__1GetFold()