Home
last modified time | relevance | path

Searched refs:has_op_list (Results 1 – 2 of 2) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dsubst.h57 bool has_op_list(const gen & e,const unary_function_ptr * v);
H A Dsubst.cc883 bool has_op_list(const gen & e,const unary_function_ptr * v){ in has_op_list() function
887 return has_op_list(e._SYMBptr->feuille,v); in has_op_list()
892 if (has_op_list(*it,v)) in has_op_list()
917 if (*v==0 || !has_op_list(e,v)) in subst()