Changeset a576b0 in git for kernel/GBEngine/kstd1.cc


Ignore:
Timestamp:
May 29, 2015, 1:39:46 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
e00d2000bacbdc1e3326af703d7555b6a847ad1e
Parents:
40e862737f0776c1a89a482ba5c81054d4339085
Message:
optim. kFindDivisibleByInT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd1.cc

    r40e8627 ra576b0  
    186186  loop
    187187  {
    188     j = kFindDivisibleByInT(strat->T, strat->sevT, strat->tl, h);
     188    j = kFindDivisibleByInT(strat, h);
    189189    if (j < 0)
    190190    {
     
    214214            p_LmShortDivisibleBy(strat->T[i].GetLmTailRing(), strat->sevT[i], h->GetLmTailRing(), ~h->sev, strat->tailRing))
    215215#else
    216           j = kFindDivisibleByInT(strat->T, strat->sevT, strat->tl, h, i);
     216          j = kFindDivisibleByInT(strat, h, i);
    217217        if (j < 0) break;
    218218        i = j;
     
    387387  loop
    388388  {
    389     j = kFindDivisibleByInT(strat->T, strat->sevT, strat->tl, h);
     389    j = kFindDivisibleByInT(strat, h);
    390390#if ADIDEBUG_NF
    391391    if(j != -1)
     
    430430            p_LmShortDivisibleBy(strat->T[i].GetLmTailRing(), strat->sevT[i], h->GetLmTailRing(), ~h->sev, strat->tailRing))
    431431#else
    432           j = kFindDivisibleByInT(strat->T, strat->sevT, strat->tl, h, i);
     432          j = kFindDivisibleByInT(strat, h, i);
    433433        if (j < 0) break;
    434434        i = j;
     
    589589  loop
    590590  {
    591     j = kFindDivisibleByInT(strat->T, strat->sevT, strat->tl, h);
     591    j = kFindDivisibleByInT(strat, h);
    592592    if (j < 0)
    593593    {
Note: See TracChangeset for help on using the changeset viewer.