Home
last modified time | relevance | path

Searched refs:redtailBba_Z (Results 1 – 4 of 4) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A DkInline.h1198 KINLINE poly redtailBba_Z (poly p,int pos,kStrategy strat) in redtailBba_Z() function
1201 return redtailBba_Z(&L, pos, strat); in redtailBba_Z()
H A Dkutil.h499 KINLINE poly redtailBba_Z (poly p,int end_pos,kStrategy strat);
501 poly redtailBba_Z (LObject* L, int end_pos, kStrategy strat );
H A Dkstd2.cc3755 p = redtailBba_Z(p,max_ind,strat); in kNF2()
3828 p = redtailBba_Z(p,max_ind,strat); in kNF2Bound()
3913 p = redtailBba_Z(p,max_ind,strat); in kNF2()
3992 p = redtailBba_Z(p,max_ind,strat); in kNF2Bound()
H A Dkutil.cc7503 poly redtailBba_Z (LObject* L, int end_pos, kStrategy strat ) in redtailBba_Z() function