Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dinput_parser.yy710 //$$=symb_check_type(makevecteur(tmp,$1),context0);
721 $$=symb_check_type(makevecteur($3,$1),context0);
729 // $$=symb_check_type(makevecteur(tmp,$2),context0);
H A Dprog.h1001 gen symb_check_type(const gen & args,GIAC_CONTEXT);
H A Dgiac.i1357 gen symb_check_type(const gen & args,giac::context * );
H A Dgiacjs.i1352 gen symb_check_type(const gen & args,giac::context * );
H A Dprog.cc651 gen symb_check_type(const gen & args,GIAC_CONTEXT){ in symb_check_type() function
657 return symb_check_type(args,contextptr); in _check_type()
696 …static define_unary_function_eval2_index (118,__check_type,&symb_check_type,_check_type_s,&printas…
H A Dgiac_wrap.cxx26793 result = giac::symb_check_type((giac::gen const &)*arg1,arg2); in Java_javagiac_giacJNI_symb_1check_1type()