Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dgentable.cc386 while ((op=dArith2[i].cmd)!=0) in ttGen1()
388 if (dArith2[i].p==jjWRONG2) in ttGen1()
393 Tok2Cmdname(dArith2[i].arg1), in ttGen1()
394 Tok2Cmdname(dArith2[i].arg2), in ttGen1()
396 if (RingDependend(dArith2[i].res) in ttGen1()
554 for(i=0;dArith2[i].cmd!=0;i++) in ttGen1()
556 if (dArith2[i].cmd==j) in ttGen1()
752 while ((dArith2[i].cmd!=op) && (dArith2[i].cmd!=0)) i++; in ttGen2c()
753 while (dArith2[i].cmd==op) in ttGen2c()
887 while ((op=dArith2[i].cmd)!=0) in ttGen4()
[all …]
H A DHOWTO.addKernelCmds73 to dArith2:
H A Dipshell.h164 extern const struct sValCmd2 dArith2[];
H A Diparith.cc8908 return iiExprArith2TabIntern(res,a,op,b,proccall,dArith2+i,at,bt,dConvertTypes); in iiExprArith2()
9944 …bo=iiExprArith2TabIntern(&res_l->m[i],&c->m[i],CHINREM_CMD,&tmp,TRUE,dArith2+tab_pos,c->m[i].rtyp,… in jjCHINREM_ID()
10121 …bo=iiExprArith2TabIntern(&res_l->m[i],&c->m[i],FAREY_CMD,&tmp,TRUE,dArith2+tab_pos,c->m[i].rtyp,tm… in jjFAREY_LI()
10141 BOOLEAN bo=iiExprArith2TabIntern(&tmp,a,'<',b,FALSE,dArith2+tab_pos,at,bt,dConvertTypes); in jjCOMPARE_ALL()
10155 bo=iiExprArith2TabIntern(&tmp,a,EQUAL_EQUAL,b,FALSE,dArith2+tab_pos,at,bt,dConvertTypes); in jjCOMPARE_ALL()
H A Dtable.h318 const struct sValCmd2 dArith2[]= variable