Home
last modified time | relevance | path

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

/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Dsca.cc435 BOOLEAN withT = FALSE; in k_sca_bba() local
462 withT = ! strat->homog; in k_sca_bba()
630 strat->P.p = redtailBba(&(strat->P),pos-1,strat, withT); // !!! in k_sca_bba()
638 strat->P.p = redtailBba(&(strat->P),pos-1,strat, withT); in k_sca_bba()
751 h.p = redtailBba(&(h),pos-1,strat, withT); // !!! in k_sca_bba()
759 h.p = redtailBba(&(h),pos-1,strat, withT); in k_sca_bba()
H A Dkutil.h505 BOOLEAN withT = FALSE,BOOLEAN normalize=FALSE);
507 BOOLEAN withT = FALSE,BOOLEAN normalize=FALSE);
509 BOOLEAN withT = FALSE,BOOLEAN normalize=FALSE);
581 void completeReduce (kStrategy strat, BOOLEAN withT=FALSE);
867 poly redtailBbaShift (LObject* L, int pos, kStrategy strat, BOOLEAN withT, BOOLEAN normalize);
H A Dkstd2.cc1599 if (withT) in redtailSba()
1656 if (! withT) With_s.Init(currRing); in redtailSba()
2379 BOOLEAN withT = FALSE; in bba() local
2401 withT = ! strat->homog; in bba()
2554 strat->P.p = redtailBba(&(strat->P),pos-1,strat, withT); in bba()
2876 BOOLEAN withT = TRUE; in sba() local
3170 strat->P.p = redtailSba(&(strat->P),pos-1,strat, withT); in sba()
4196 BOOLEAN withT = TRUE; in f5c() local
4202 strat->P.p = redtailBba(&(strat->P),pos-1,strat, withT); in f5c()
4210 strat->P.p = redtailBba(&(strat->P),pos-1,strat, withT); in f5c()
[all …]
H A Dkstd1.cc3490 BOOLEAN withT = FALSE; in kInterRedBba() local
3542 withT = ! strat->homog; in kInterRedBba()
3602 strat->P.p = redtailBba(&(strat->P),pos-1,strat, withT); in kInterRedBba()
3611 strat->P.p = redtailBba(&(strat->P),pos-1,strat, withT); in kInterRedBba()
H A Dkutil.cc7145 poly redtailBba (LObject* L, int end_pos, kStrategy strat, BOOLEAN withT, BOOLEAN normalize) in redtailBba() argument
7188 if (withT) in redtailBba()
7234 if (! withT) With_s.Init(currRing); in redtailBba()
7297 if (withT) in redtailBbaBound()
7349 if (! withT) With_s.Init(currRing); in redtailBbaBound()
10532 void completeReduce (kStrategy strat, BOOLEAN withT) in completeReduce() argument
10573 strat->S[i] = redtailBba(&L, end_pos, strat, withT); in completeReduce()
10608 strat->S[i] = redtailBba(strat->S[i], end_pos, strat, withT); in completeReduce()
13362 poly redtailBbaShift (LObject* L, int pos, kStrategy strat, BOOLEAN withT, BOOLEAN normalize)
13390 if (withT)
[all …]