Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Drpn.h185 gen _SWAPCOL(const gen & args,GIAC_CONTEXT);
H A Drpn.cc1514 gen _SWAPCOL(const gen & args,GIAC_CONTEXT){ in _SWAPCOL() function
1523 return sto(_SWAPCOL(g,contextptr),v0,contextptr); in _SWAPCOL()
1539 static define_unary_function_eval_quoted (__SWAPCOL,&_SWAPCOL,_SWAPCOL_s);
1543 static define_unary_function_eval (__colswap,&_SWAPCOL,_colswap_s);
1547 static define_unary_function_eval (__swapcol,&_SWAPCOL,_swapcol_s);
1551 static define_unary_function_eval (__colSwap,&_SWAPCOL,_colSwap_s);
H A Dgiac.i1398 gen _SWAPCOL(const gen & args,giac::context * );
H A Dgiacjs.i1393 gen _SWAPCOL(const gen & args,giac::context * );
H A Dgiac_wrap.cxx27721 result = giac::_SWAPCOL((giac::gen const &)*arg1,arg2); in Java_javagiac_giacJNI__1SWAPCOL()