Home
last modified time | relevance | path

Searched refs:leftv (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dipshell.h20 BOOLEAN spaddProc ( leftv,leftv,leftv );
21 BOOLEAN spmulProc ( leftv,leftv,leftv );
22 BOOLEAN semicProc ( leftv,leftv,leftv );
23 BOOLEAN semicProc3 ( leftv,leftv,leftv,leftv );
84 BOOLEAN jjBETTI2(leftv res, leftv u, leftv v);
118 BOOLEAN iiExprArith3(leftv res, int op, leftv a, leftv b, leftv c);
134 typedef BOOLEAN (*proc2)(leftv,leftv,leftv);
145 typedef BOOLEAN (*proc3)(leftv,leftv,leftv,leftv);
221 ring rInit(leftv pn, leftv rv, leftv ord);
228 BOOLEAN mpKoszul(leftv res,leftv c/*ip*/, leftv b/*in*/, leftv id);
[all …]
H A Dnumber2.h30 BOOLEAN jjNUMBER2CR(leftv res, leftv a, leftv b); // <any>,cring ->number2
37 BOOLEAN jjNUMBER2_OP1(leftv res, leftv a);
38 BOOLEAN jjNUMBER2_OP2(leftv res, leftv a, leftv b);
39 BOOLEAN jjNUMBER2_POW(leftv res, leftv a, leftv b);
40 BOOLEAN jjPOLY2_OP1(leftv res, leftv a);
41 BOOLEAN jjPOLY2_OP2(leftv res, leftv a, leftv b);
42 BOOLEAN jjPOLY2_POW(leftv res, leftv a, leftv b);
54 BOOLEAN jjCMATRIX_3(leftv, leftv, leftv,leftv);
62 BOOLEAN jjCRING_Zp(leftv res, leftv a, leftv b);
63 BOOLEAN jjCRING_Zm(leftv res, leftv a, leftv b);
[all …]
H A Dblackbox.h30 BOOLEAN (*blackbox_Assign)(leftv l, leftv r);
36 BOOLEAN (*blackbox_Op1)(int op,leftv l, leftv r);
38 BOOLEAN (*blackbox_Op2)(int op,leftv l, leftv r1,leftv r2);
40 BOOLEAN (*blackbox_Op3)(int op,leftv l, leftv r1,leftv r2, leftv r3);
42 BOOLEAN (*blackbox_OpM)(int op,leftv l, leftv r);
44 BOOLEAN (*blackbox_CheckAssign)(blackbox *b,leftv l, leftv r);
56 BOOLEAN blackboxDefaultOp1(int op,leftv l, leftv r);
59 BOOLEAN blackboxDefaultOp2(int op,leftv l, leftv r1, leftv r2);
62 BOOLEAN blackboxDefaultOp3(int op,leftv l, leftv r1,leftv r2, leftv r3);
65 BOOLEAN blackboxDefaultOpM(int op,leftv l, leftv r);
H A Diparith.cc150 typedef BOOLEAN (*proc2)(leftv,leftv,leftv);
161 typedef BOOLEAN (*proc3)(leftv,leftv,leftv,leftv);
2285 static BOOLEAN jjFRES3(leftv res, leftv u, leftv v, leftv w) in jjFRES3()
5015 static BOOLEAN jjSBA_2(leftv res, leftv v, leftv u, leftv t) in jjSBA_2()
5663 static BOOLEAN jjBRACK_S(leftv res, leftv u, leftv v,leftv w) in jjBRACK_S()
5942 static BOOLEAN jjPROC3(leftv res, leftv u, leftv v, leftv w) in jjPROC3()
5949 static BOOLEAN jjRING_2(leftv res, leftv u, leftv v, leftv w) in jjRING_2()
6048 static BOOLEAN jjFIND3(leftv res, leftv u, leftv v, leftv w) in jjFIND3()
6873 static BOOLEAN jjLIFT3(leftv res, leftv u, leftv v, leftv w) in jjLIFT3()
6979 static BOOLEAN jjRES3(leftv res, leftv u, leftv v, leftv w) in jjRES3()
[all …]
H A Dattrib.h42 void * atGet(leftv root,const char * name, int t);
44 void atSet(leftv root,char * name,void * data,int typ);
46 void at_KillAll(leftv root,const ring r);
51 BOOLEAN atATTRIB1(leftv res,leftv a);
52 BOOLEAN atATTRIB2(leftv res,leftv a,leftv b);
53 BOOLEAN atATTRIB3(leftv res,leftv a,leftv b,leftv c);
54 BOOLEAN atKILLATTR1(leftv res,leftv a);
55 BOOLEAN atKILLATTR2(leftv res,leftv a,leftv b);
H A Dcountedref.cc142 BOOLEAN assign(leftv result, leftv arg) { in assign()
239 BOOLEAN assign(leftv result, leftv arg) { in assign()
294 BOOLEAN likewise(leftv res, leftv arg) { in likewise()
299 BOOLEAN same(leftv res, leftv arg) { in same()
377 BOOLEAN countedref_Assign(leftv result, leftv arg) in countedref_Assign()
427 static BOOLEAN countedref_Op2_(int op, leftv res, leftv head, leftv arg) in countedref_Op2_()
437 BOOLEAN countedref_Op2(int op, leftv res, leftv head, leftv arg) in countedref_Op2()
448 static BOOLEAN countedref_Op3__(int op, leftv res, leftv head, leftv arg1, leftv arg2) in countedref_Op3__()
459 static BOOLEAN countedref_Op3_(int op, leftv res, leftv head, leftv arg1, leftv arg2) in countedref_Op3_()
471 BOOLEAN countedref_Op3(int op, leftv res, leftv head, leftv arg1, leftv arg2) in countedref_Op3()
[all …]
H A Dlists.h53 lists lInsert0(lists ul, leftv v, int pos);
54 BOOLEAN lInsert(leftv res, leftv u, leftv v);
55 BOOLEAN lInsert3(leftv res, leftv u, leftv v, leftv w);
56 BOOLEAN lAppend(leftv res, leftv u, leftv v);
57 BOOLEAN lDelete(leftv res, leftv u, leftv v);
58 BOOLEAN lAdd(leftv res, leftv u, leftv v);
H A Dpcv.h13 BOOLEAN pcvLAddL(leftv res,leftv h);
14 BOOLEAN pcvPMulL(leftv res,leftv h);
18 BOOLEAN pcvMinDeg(leftv res,leftv h);
29 BOOLEAN pcvP2CV(leftv res,leftv h);
30 BOOLEAN pcvCV2P(leftv res,leftv h);
32 BOOLEAN pcvDim(leftv res,leftv h);
35 BOOLEAN pcvBasis(leftv res,leftv h);
H A Dnumber2.cc35 BOOLEAN jjCRING_Zp(leftv res, leftv a, leftv b) in jjCRING_Zp()
88 BOOLEAN jjCRING_Zm(leftv res, leftv a, leftv b) in jjCRING_Zm()
123 BOOLEAN jjEQUAL_CR(leftv res, leftv a, leftv b) in jjEQUAL_CR()
146 BOOLEAN jjNUMBER2_POW(leftv res, leftv a, leftv b) in jjNUMBER2_POW()
155 BOOLEAN jjNUMBER2_OP2(leftv res, leftv a, leftv b) in jjNUMBER2_OP2()
225 BOOLEAN jjNUMBER2_OP1(leftv res, leftv a) in jjNUMBER2_OP1()
245 BOOLEAN jjPOLY2_POW(leftv res, leftv a, leftv b) in jjPOLY2_POW()
254 BOOLEAN jjPOLY2_OP2(leftv res, leftv a, leftv b) in jjPOLY2_OP2()
324 BOOLEAN jjPOLY2_OP1(leftv res, leftv a) in jjPOLY2_OP1()
344 BOOLEAN jjNUMBER2CR(leftv res, leftv a, leftv b) in jjNUMBER2CR()
[all …]
H A Deigenval_ip.h13 BOOLEAN evSwap(leftv res,leftv h);
14 BOOLEAN evRowElim(leftv res,leftv h);
15 BOOLEAN evColElim(leftv res,leftv h);
16 BOOLEAN evHessenberg(leftv res,leftv h);
18 BOOLEAN evEigenvals(leftv res,leftv h);
H A Dfglm.h15 BOOLEAN fglmProc( leftv result, leftv first, leftv second );
25 BOOLEAN fglmQuotProc( leftv result, leftv first, leftv second );
32 BOOLEAN findUniProc( leftv result, leftv first);
36 ideal fglmhomProc(leftv first, leftv second);
H A Dipassign.cc52 static BOOLEAN jjECHO(leftv, leftv a) in jjECHO() argument
57 static BOOLEAN jjPRINTLEVEL(leftv, leftv a) in jjPRINTLEVEL() argument
62 static BOOLEAN jjCOLMAX(leftv, leftv a) in jjCOLMAX() argument
67 static BOOLEAN jjTIMER(leftv, leftv a) in jjTIMER() argument
74 static BOOLEAN jjRTIMER(leftv, leftv a) in jjRTIMER() argument
81 static BOOLEAN jjMAXDEG(leftv, leftv a) in jjMAXDEG() argument
90 static BOOLEAN jjMAXMULT(leftv, leftv a) in jjMAXMULT() argument
99 static BOOLEAN jjTRACE(leftv, leftv a) in jjTRACE() argument
104 static BOOLEAN jjSHORTOUT(leftv, leftv a) in jjSHORTOUT() argument
242 static BOOLEAN jjMINPOLY(leftv, leftv a) in jjMINPOLY() argument
[all …]
H A Dipprint.h11 class sleftv; typedef sleftv * leftv; typedef
13 BOOLEAN jjPRINT(leftv res, leftv u);
14 BOOLEAN jjPRINT_FORMAT(leftv res, leftv u, leftv v);
15 BOOLEAN jjDBPRINT(leftv res, leftv u);
H A Dsubexpr.h42 BOOLEAN (*function)(leftv res, leftv v);
79 typedef sleftv * leftv; typedef
86 leftv next;
111 void Print(leftv store=NULL,int spaces=0);
116 void Copy(leftv e);
133 leftv LData(); /* returns &(l[i]) for l[i], otherwise returns this */
136 inline leftv Next() { return next; } in Next()
145 void syMake(leftv v,const char * name, package pa = NULL);
146 void syMakeMonom(leftv v,const char * name);
147 BOOLEAN assumeStdFlag(leftv h);
H A Dcountedref.h215 static leftv idify(leftv head, idhdl* root) { in idify()
217 leftv res = (leftv)omAlloc0(sizeof(*res)); in idify()
273 static leftv allocate() { return (leftv)omAlloc0(sizeof(sleftv)); } in allocate()
303 self& operator=(leftv rhs) {
320 leftv m_data;
374 self& operator=(leftv rhs) {
396 BOOLEAN put(leftv result) { in put()
397 leftv next = result->next; in put()
414 BOOLEAN retrieve(leftv res) { in retrieve()
433 leftv idify(idhdl* root) { in idify()
[all …]
/dports/math/singular/Singular-Release-4-2-1/kernel/numeric/
H A Dmpr_inout.h30 BOOLEAN nuUResSolve( leftv res, leftv args );
37 BOOLEAN nuMPResMat( leftv res, leftv arg1, leftv arg2 );
47 BOOLEAN nuLagSolve( leftv res, leftv arg1, leftv arg2, leftv arg3 );
57 BOOLEAN nuVanderSys( leftv res, leftv arg1, leftv arg2, leftv arg3 );
61 BOOLEAN loNewtonP( leftv res, leftv arg1 );
66 BOOLEAN loSimplex( leftv res, leftv args );
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/gfanlib/
H A DstartingCone.h12 BOOLEAN tropicalStartingPoint(leftv res, leftv args);
13 BOOLEAN positiveTropicalStartingPoint(leftv res, leftv args);
14 BOOLEAN nonNegativeTropicalStartingPoint(leftv res, leftv args);
15 BOOLEAN negativeTropicalStartingPoint(leftv res, leftv args);
16 BOOLEAN nonPositiveTropicalStartingPoint(leftv res, leftv args);
17 BOOLEAN tropicalStartingCone(leftv res, leftv args);
H A Dbbfan.cc71 BOOLEAN bbfan_Assign(leftv l, leftv r) in bbfan_Assign()
176 BOOLEAN emptyFan(leftv res, leftv args) in emptyFan()
228 BOOLEAN fullFan(leftv res, leftv args) in fullFan()
309 BOOLEAN ncones(leftv res, leftv args) in ncones()
331 BOOLEAN nmaxcones(leftv res, leftv args) in nmaxcones()
393 BOOLEAN insertCone(leftv res, leftv args) in insertCone()
514 BOOLEAN removeCone(leftv res, leftv args) in removeCone()
553 BOOLEAN getCone(leftv res, leftv args) in getCone()
609 BOOLEAN getCones(leftv res, leftv args) in getCones()
688 BOOLEAN isPure(leftv res, leftv args) in isPure()
[all …]
H A Dbbcone.cc85 BOOLEAN bbcone_Assign(leftv l, leftv r) in bbcone_Assign()
164 static BOOLEAN bbcone_Op2(int op, leftv res, leftv i1, leftv i2) in bbcone_Op2()
259 static BOOLEAN jjCONENORMALS2(leftv res, leftv u, leftv v) in jjCONENORMALS2()
302 static BOOLEAN jjCONENORMALS3(leftv res, leftv u, leftv v, leftv w) in jjCONENORMALS3()
416 static BOOLEAN jjCONERAYS2(leftv res, leftv u, leftv v) in jjCONERAYS2()
464 static BOOLEAN jjCONERAYS3(leftv res, leftv u, leftv v, leftv w) in jjCONERAYS3()
577 BOOLEAN equations(leftv res, leftv args) in equations()
594 BOOLEAN facets(leftv res, leftv args) in facets()
662 BOOLEAN rays(leftv res, leftv args) in rays()
867 BOOLEAN isOrigin(leftv res, leftv args) in isOrigin()
[all …]
H A Dbbpolytope.cc37 BOOLEAN bbpolytope_Assign(leftv l, leftv r) in bbpolytope_Assign()
117 static BOOLEAN ppCONERAYS1(leftv res, leftv v) in ppCONERAYS1()
144 static BOOLEAN ppCONERAYS3(leftv res, leftv u, leftv v) in ppCONERAYS3()
212 static BOOLEAN ppCONENORMALS1(leftv res, leftv v) in ppCONENORMALS1()
234 static BOOLEAN ppCONENORMALS2(leftv res, leftv u, leftv v) in ppCONENORMALS2()
278 static BOOLEAN ppCONENORMALS3(leftv res, leftv u, leftv v, leftv w) in ppCONENORMALS3()
369 BOOLEAN vertices(leftv res, leftv args) in vertices()
429 BOOLEAN newtonPolytope(leftv res, leftv args) in newtonPolytope()
445 BOOLEAN scalePolytope(leftv res, leftv args) in scalePolytope()
472 BOOLEAN dualPolytope(leftv res, leftv args) in dualPolytope()
[all …]
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/polymake/
H A Dpolymake_wrapper.cc24 static BOOLEAN bbpolytope_Op2(int op, leftv res, leftv i1, leftv i2) in bbpolytope_Op2()
251 BOOLEAN PMisBounded(leftv res, leftv args) in PMisBounded()
281 BOOLEAN PMisReflexive(leftv res, leftv args) in PMisReflexive()
437 BOOLEAN PMisCanonical(leftv res, leftv args) in PMisCanonical()
467 BOOLEAN PMisTerminal(leftv res, leftv args) in PMisTerminal()
675 BOOLEAN PMfVector(leftv res, leftv args) in PMfVector()
712 BOOLEAN PMhVector(leftv res, leftv args) in PMhVector()
786 BOOLEAN PMisNormal(leftv res, leftv args) in PMisNormal()
957 BOOLEAN PMisSmooth(leftv res, leftv args) in PMisSmooth()
1737 BOOLEAN visual(leftv res, leftv args) in visual()
[all …]
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/systhreads/
H A Dshared.cc49 Command(const char *n, leftv r, leftv a) in Command()
58 args = (leftv *) omAlloc0(sizeof(leftv) * argc); in Command()
185 virtual BOOLEAN op2(int op, leftv res, leftv a1, leftv a2) { in op2()
188 virtual BOOLEAN op3(int op, leftv res, leftv a1, leftv a2, leftv a3) { in op3()
524 BOOLEAN shared_assign(leftv l, leftv r) { in shared_assign()
549 BOOLEAN rlock_assign(leftv l, leftv r) { in rlock_assign()
585 BOOLEAN shared_op2(int op, leftv res, leftv a1, leftv a2) { in shared_op2()
590 BOOLEAN shared_op3(int op, leftv res, leftv a1, leftv a2, leftv a3) { in shared_op3()
974 BOOLEAN inTable(leftv result, leftv arg) { in inTable()
1028 BOOLEAN getList(leftv result, leftv arg) { in getList()
[all …]
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/pyobject/
H A Dpyobject.cc431 BOOLEAN python_eval(leftv result, leftv arg) in python_eval()
444 BOOLEAN python_run(leftv result, leftv arg) in python_run()
478 BOOLEAN python_import(leftv result, leftv value) in python_import()
514 BOOLEAN pyobject_Assign(leftv l, leftv r) in pyobject_Assign()
530 BOOLEAN pyobject_Op1(int op, leftv res, leftv head) in pyobject_Op1()
556 BOOLEAN newstruct_Op1(int, leftv, leftv); // forward declaration in pyobject_Op1()
562 BOOLEAN pyobject_Op2(int op, leftv res, leftv arg1, leftv arg2) in pyobject_Op2()
582 BOOLEAN newstruct_Op2(int, leftv, leftv, leftv); // forward declaration in pyobject_Op2()
588 BOOLEAN pyobject_Op3(int op, leftv res, leftv arg1, leftv arg2, leftv arg3) in pyobject_Op3()
602 BOOLEAN pyobject_OpM(int op, leftv res, leftv args) in pyobject_OpM()
[all …]
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/Order/
H A Dsingular.cc42 static BOOLEAN nforder_ideal_Assign(leftv l, leftv r) in nforder_ideal_Assign()
141 static BOOLEAN nforder_ideal_Op2(int op,leftv l, leftv r1, leftv r2) in nforder_ideal_Op2()
233 static BOOLEAN build_ring(leftv result, leftv arg) in build_ring()
286 static BOOLEAN elt_from_mat(leftv result, leftv arg) in elt_from_mat()
303 static BOOLEAN discriminant(leftv result, leftv arg) in discriminant()
316 static BOOLEAN pMaximalOrder(leftv result, leftv arg) in pMaximalOrder()
336 static BOOLEAN oneStep(leftv result, leftv arg) in oneStep()
369 static BOOLEAN eltTrace(leftv result, leftv arg) in eltTrace()
388 static BOOLEAN eltNorm(leftv result, leftv arg) in eltNorm()
407 static BOOLEAN eltRepMat(leftv result, leftv arg) in eltRepMat()
[all …]
/dports/math/singular/Singular-Release-4-2-1/Singular/dyn_modules/python/
H A Dinterpreter_support.cc65 leftv args;
68 args=(leftv) NULL; in arg_list()
78 leftv pop_front() in pop_front()
81 leftv res=args; in pop_front()
88 leftv v=args; in length()
99 leftv v=initArg(); in appendPoly()
106 leftv v=initArg(); in appendIdeal()
113 leftv v=initArg(); in appendModule()
192 leftv initArg() in initArg()
194 leftv res=(leftv)omAllocBin(sleftv_bin); in initArg()
[all …]

123456789