Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dinput_parser.yy336 …_ELSE bloc {$$ = symbolic(*$1._FUNCptr,makevecteur(equaltosame($2),symb_bloc($4),symb_bloc($6)));}
394 …1._FUNCptr,makevecteur(1,symbolic(*$1._FUNCptr,makevecteur($2,$4,symb_bloc($8))),1,symb_bloc($6)));
448 $$=symbolic(at_try_catch,makevecteur(symb_bloc($2),0,symb_bloc($4),symb_bloc($6)));
452 $$=symbolic(at_try_catch,makevecteur(symb_bloc($2),0,symb_bloc($4),symb_bloc(0)));
630 …H T_BEGIN_PAR exp T_END_PAR bloc { $$=symb_try_catch(makevecteur(symb_bloc($2),$5,symb_bloc($7)));}
641 …_ELSE prg_suite ti_bloc_end { $$=symb_try_catch(makevecteur(symb_bloc($2),at_break,symb_bloc($4)))…
643 …_ELSE prg_suite ti_bloc_end { $$=symb_try_catch(makevecteur(symb_bloc($2),at_break,symb_bloc($5)))…
897 | ti_else bloc { $$=symb_bloc($2); }
914 $$=symb_bloc($2);
917 $$=symb_ifte(equaltosame($2),symb_bloc($4),$5);
[all …]
H A Dinput_parser.cc5592 {(yyval) = symb_bloc((yyvsp[(3) - (4)]));}
5773 …yyval)=symbolic(at_try_catch,makevecteur(symb_bloc((yyvsp[(2) - (7)])),0,symb_bloc((yyvsp[(4) - (7…
5783 …yyval)=symbolic(at_try_catch,makevecteur(symb_bloc((yyvsp[(2) - (5)])),0,symb_bloc((yyvsp[(4) - (5…
6321 …{ (yyval)=symb_try_catch(makevecteur(symb_bloc((yyvsp[(2) - (7)])),(yyvsp[(5) - (7)]),symb_bloc((y…
6398 …{ (yyval)=symb_try_catch(makevecteur(symb_bloc((yyvsp[(2) - (5)])),at_break,symb_bloc((yyvsp[(4) -…
6412 …{ (yyval)=symb_try_catch(makevecteur(symb_bloc((yyvsp[(2) - (6)])),at_break,symb_bloc((yyvsp[(5) -…
6962 { (yyval)=symb_bloc((yyvsp[(2) - (2)])); }
6997 (yyval)=symb_bloc((yyvsp[(2) - (3)]));
7058 { (yyval)=makevecteur(symb_bloc((yyvsp[(3) - (3)])));}
7079 { (yyval)=vecteur(1,symb_bloc((yyvsp[(2) - (2)]))); }
[all …]
H A Dti89.cc182 return symb_sto(symb_program(garg,garg*zero,symb_bloc(g2),contextptr),gname); in _Define()
3739 gif=symb_bloc(vecteur(arg.begin(),arg.begin()+i-1)); in ti_decode_ifthen()
3745 gthen=symb_bloc(vecteur(arg.begin(),arg.begin()+i-1)); in ti_decode_ifthen()
3754 gelse=symb_bloc(vecteur(arg.begin()+i,arg.end())); in ti_decode_ifthen()
3757 gthen=symb_bloc(arg); in ti_decode_ifthen()
3777 return symb_for(zero,plus_one,zero,symb_bloc(arg)); in ti_decode_loop()
3798 …gcompteur),symb_inferieur_egal(gcompteur,gfin),symb_sto(gcompteur+gstep,gcompteur),symb_bloc(arg)); in ti_decode_for()
3808 return symb_for(zero,test,zero,symb_bloc(arg)); in ti_decode_while()
3815 gen gtry=symb_bloc(vecteur(arg.begin()+i,arg.end())); in ti_decode_try()
3816 gen gelse=symb_bloc(vecteur(arg.begin(),arg.begin()+i-1)); in ti_decode_try()
[all …]
H A Dprog.h995 gen symb_bloc(const gen & args);
H A Dprog.cc839 v[2]=symb_bloc(v[2]); in printasprogram()
1701 gen symb_bloc(const gen & args){ in symb_bloc() function
9141 …gen prg=symb_program(gen(vname,_SEQ__VECT),gen(v0,_SEQ__VECT),symb_bloc(makevecteur(docond,gv)),co… in _tilocal()