Home
last modified time | relevance | path

Searched refs:iiExprArith2 (Results 1 – 8 of 8) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dgrammar.y468 if(iiExprArith2(&$$, &$1, '.', &$3)) YYERROR;
484 if(iiExprArith2(&$$,&$1,'(',&$3)) YYERROR;
685 if(iiExprArith2(&$$,&$1,'[',&$3)) YYERROR;
791 if(iiExprArith2(&$$,&$1,'+',&$3)) YYERROR;
795 if(iiExprArith2(&$$,&$1,'-',&$3)) YYERROR;
799 if(iiExprArith2(&$$,&$1,$<i>2,&$3)) YYERROR;
803 if(iiExprArith2(&$$,&$1,'^',&$3)) YYERROR;
807 if(iiExprArith2(&$$,&$1,$<i>2,&$3)) YYERROR;
811 if(iiExprArith2(&$$,&$1,$<i>2,&$3)) YYERROR;
823 if(iiExprArith2(&$$,&$1,DOTDOT,&$3)) YYERROR;
[all …]
H A Dgrammar.cc2553 … if(iiExprArith2(&(yyval.lv), &(yyvsp[(1) - (3)].lv), '.', &(yyvsp[(3) - (3)].lv))) YYERROR;
2579 … if(iiExprArith2(&(yyval.lv),&(yyvsp[(1) - (4)].lv),'(',&(yyvsp[(3) - (4)].lv))) YYERROR;
2943 if(iiExprArith2(&(yyval.lv),&(yyvsp[(1) - (4)].lv),'[',&(yyvsp[(3) - (4)].lv))) YYERROR;
3018 … { if (iiExprArith2(&(yyval.lv),&(yyvsp[(2) - (5)].lv),'=',&(yyvsp[(4) - (5)].lv))) YYERROR; }
3125 if(iiExprArith2(&(yyval.lv),&(yyvsp[(1) - (3)].lv),'+',&(yyvsp[(3) - (3)].lv))) YYERROR;
3134 if(iiExprArith2(&(yyval.lv),&(yyvsp[(1) - (3)].lv),'-',&(yyvsp[(3) - (3)].lv))) YYERROR;
3152 if(iiExprArith2(&(yyval.lv),&(yyvsp[(1) - (3)].lv),'^',&(yyvsp[(3) - (3)].lv))) YYERROR;
3179 … if(iiExprArith2(&(yyval.lv),&(yyvsp[(1) - (3)].lv),NOTEQUAL,&(yyvsp[(3) - (3)].lv))) YYERROR;
3188 … if(iiExprArith2(&(yyval.lv),&(yyvsp[(1) - (3)].lv),EQUAL_EQUAL,&(yyvsp[(3) - (3)].lv))) YYERROR;
3197 … if(iiExprArith2(&(yyval.lv),&(yyvsp[(1) - (3)].lv),DOTDOT,&(yyvsp[(3) - (3)].lv))) YYERROR;
[all …]
H A Dcountedref.cc432 return ref.dereference(arg) || iiExprArith2(res, head, op, arg); in countedref_Op2_()
434 return iiExprArith2(res, head, op, arg); in countedref_Op2_()
H A Dipshell.h116 BOOLEAN iiExprArith2(leftv res, sleftv* a, int op, sleftv* b,
H A Diparith.cc514 return iiExprArith2(res->next,u,iiOp,v); in jjOP_REST()
520 return iiExprArith2(res->next,u,iiOp,v); in jjOP_REST()
674 BOOLEAN b=iiExprArith2(res->next,u,iiOp,v); in jjPLUSMINUS_Gen()
1363 iiExprArith2(res,u->next,EQUAL_EQUAL,v->next); in jjEQUAL_REST()
1365 iiExprArith2(res,u->next,iiOp,v->next); in jjEQUAL_REST()
1396 BOOLEAN bo=iiExprArith2(rn,u->next,iiOp,v); in jjINDEX_I()
7108 BOOLEAN b=iiExprArith2(res,u,iiOp,v, (iiOp > 255)); in jjCALL2ARG()
7735 bo=iiExprArith2(res,u,'[',v);
7778 b=iiExprArith2(res,u,iiOp,v); in jjKLAMMER_PL()
8860 BOOLEAN iiExprArith2(leftv res, leftv a, int op, leftv b, BOOLEAN proccall) in iiExprArith2() function
H A Dsubexpr.cc2040 nok=nok||iiExprArith2(&tmp,&d->arg1,d->op,&d->arg2); in Eval()
/dports/math/polymake/polymake-4.5/bundled/singular/apps/ideal/src/
H A DsingularInit.cc45 int err=iiExprArith2(&r1,&r2,'(',&arg);
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/python/
H A Dinterpreter_support.cc487 iiExprArith2(res,arg1,cmd_n,arg2,TRUE); in call_builtin_method_general()