Home
last modified time | relevance | path

Searched refs:gPrev (Results 1 – 25 of 35) sorted by relevance

12

/dports/math/singular/Singular-Release-4-2-1/kernel/GBEngine/
H A Df5gb.cc140 gPrev->insert(ONE,gPrev->getLength()+1,f_i); in F5inc()
294 return gPrev; in F5inc()
299 bool checkDGB(LList* gPrev) { in checkDGB() argument
301 LNode* temp = gPrev->getFirst(); in checkDGB()
318 temp = gPrev->getFirst(); in checkDGB()
459 while( gPrev->getLast() != temp) { in criticalPair()
481 && !criterion1(gPrev,u1,newElement,lTag) && !criterion1(gPrev,u2,temp,lTag)) { in criticalPair()
519 && !criterion1(gPrev,u1,newElement,lTag) && !criterion1(gPrev,u2,temp,lTag)) { in criticalPair()
585 && !criterion1(gPrev,u1,newElement,lTag) && !criterion1(gPrev,u2,temp,lTag)) { in criticalPair2()
2099 delete gPrev; in F5main()
[all …]
H A Df5gb.h44 LList* F5inc(int i, poly f_i, LList* gPrev,LList* reducers, ideal gbPrev, poly ONE, LTagList* lTag,…
56 void criticalPair(LList* gPrev, CListOld* critPairs, LTagList* lTag, RTagList* rTag, RList* RuleOld…
59 bool checkDGB(LList* gPrev);
81 void criticalPair2(LList* gPrev, CListOld* critPairs, LTagList* lTag, RTagList* rTag, RList* RuleOl…
88 inline bool criterion1(LList* gPrev, poly t, LNode* l, LTagList* lTag);
121 inline void reduction(LList* sPolyList, CListOld* critPairs, LList* gPrev, RList* RuleOlds, LTagLis…
129 inline void newReduction(LList* sPolyList, CListOld* critPairs, LList* gPrev, LList* reducers, RLis…
143 void findReducers(LNode* l, LList* sPolyList, ideal gbPrev, LList* gPrev, LList* reducers, CListOld…
151 inline void topReduction(LNode* l, LList* sPolyList, LList* gPrev, CListOld* critPairs, RList* Rule…
167 inline LNode* findReductor(LNode* l, LList* sPolyList, LNode* gPrevRedCheck, LList* gPrev, RList* R…
/dports/finance/quantlib/QuantLib-1.20/ql/math/interpolations/
H A Dconvexmonotoneinterpolation.hpp292 Real gPrev, Real gNext, in ConvexMonotone2Helper() argument
652 Real gPrev = f[i-1] - this->yBegin_[i]; in update() local
655 if ( std::fabs(gPrev) < 1.0E-14 in update()
668 if (gPrev >= -2.0*gNext && gPrev > -0.5*gNext && forcePositive_) { in update()
688 if ((gPrev > 0.0 && -0.5*gPrev >= gNext && gNext >= -2.0*gPrev) || in update()
689 (gPrev < 0.0 && -0.5*gPrev <= gNext && gNext <= -2.0*gPrev)) { in update()
713 else if ( (gPrev < 0.0 && gNext > -2.0*gPrev) || in update()
714 (gPrev > 0.0 && gNext < -2.0*gPrev)) { in update()
716 Real eta = (gNext + 2.0*gPrev)/(gNext - gPrev); in update()
749 else if ( (gPrev > 0.0 && gNext < 0.0 && gNext > -0.5*gPrev) || in update()
[all …]
/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DMinimize.h125 Vector g, gPrev, Kg; //current, previous and preconditioned gradients in minimize() local
171 double dotgPrevKg = gPrevUsed ? sync(dot(gPrev, Kg)) : 0.; in minimize()
182 …case MinimizeParams::HestenesStiefel: beta = (gKNorm-dotgPrevKg)/(dotgd-sync(dot(d,gPrev))); break; in minimize()
211 if(gPrevUsed) gPrev = g; in minimize()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/libs/lib7z/
H A DBwtSort.c91 UInt32 gPrev; in SortGroup() local
96 gPrev = Groups[sp]; in SortGroup()
97 temp[0] = (gPrev << NumRefBits); in SortGroup()
107 gRes |= (gPrev ^ g); in SortGroup()
/dports/archivers/ppmd-7z/p7zip_9.04/C/
H A DBwtSort.c91 UInt32 gPrev; in SortGroup() local
96 gPrev = Groups[sp]; in SortGroup()
97 temp[0] = (gPrev << NumRefBits); in SortGroup()
107 gRes |= (gPrev ^ g); in SortGroup()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/C/
H A DBwtSort.c91 UInt32 gPrev; in SortGroup() local
96 gPrev = Groups[sp]; in SortGroup()
97 temp[0] = (gPrev << NumRefBits); in SortGroup()
107 gRes |= (gPrev ^ g); in SortGroup()
/dports/archivers/7-zip/7-zip-21.07/C/
H A DBwtSort.c91 UInt32 gPrev; in SortGroup() local
96 gPrev = Groups[sp]; in SortGroup()
97 temp[0] = (gPrev << NumRefBits); in SortGroup()
107 gRes |= (gPrev ^ g); in SortGroup()
/dports/science/jdftx/jdftx-1.6.0/fluid1D/core/
H A DMinimize.h372 Vector g, gPrev; //current and previous gradient in minimize() local
414 double dotgPrevKg = dot(gPrev, Kg); in minimize()
425 case MinimizeParams::HestenesStiefel: beta = (gKNorm-dotgPrevKg)/(dotgd-dot(d,gPrev)); break; in minimize()
453 gPrev = g; in minimize()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/graphs/
H A DBaseGraphUnitTest.java232 SeqVertex gPrev = new SeqVertex("AA"); in testRemoveVerticesNotConnectedToRefRegardlessOfEdgeDirection() local
245 …graph.addVertices(src, end, g1, g2, g3, g4, g5, g6, g7, g8, gPrev, gPrev1, gPrev2, gAfter, gAfter1… in testRemoveVerticesNotConnectedToRefRegardlessOfEdgeDirection()
252 graph.addEdges(gPrev, src); in testRemoveVerticesNotConnectedToRefRegardlessOfEdgeDirection()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbbmalloc/
H A Dbackend.cpp911 lmb->gPrev = NULL; in add()
914 lmb->gNext->gPrev = lmb; in add()
924 lmb->gNext->gPrev = lmb->gPrev; in remove()
925 if (lmb->gPrev) in remove()
926 lmb->gPrev->gNext = lmb->gNext; in remove()
H A Dtbbmalloc_internal.h330 *gPrev,
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbbmalloc/
H A Dbackend.cpp977 lmb->gPrev = NULL; in add()
980 lmb->gNext->gPrev = lmb; in add()
990 lmb->gNext->gPrev = lmb->gPrev; in remove()
991 if (lmb->gPrev) in remove()
992 lmb->gPrev->gNext = lmb->gNext; in remove()
/dports/devel/tbb/oneTBB-2020.3/src/tbbmalloc/
H A Dbackend.cpp911 lmb->gPrev = NULL; in add()
914 lmb->gNext->gPrev = lmb; in add()
924 lmb->gNext->gPrev = lmb->gPrev; in remove()
925 if (lmb->gPrev) in remove()
926 lmb->gPrev->gNext = lmb->gNext; in remove()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbbmalloc/
H A Dbackend.cpp911 lmb->gPrev = NULL; in add()
914 lmb->gNext->gPrev = lmb; in add()
924 lmb->gNext->gPrev = lmb->gPrev; in remove()
925 if (lmb->gPrev) in remove()
926 lmb->gPrev->gNext = lmb->gNext; in remove()
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbbmalloc/
H A Dbackend.cpp907 lmb->gPrev = NULL; in add()
910 lmb->gNext->gPrev = lmb; in add()
920 lmb->gNext->gPrev = lmb->gPrev; in remove()
921 if (lmb->gPrev) in remove()
922 lmb->gPrev->gNext = lmb->gNext; in remove()
/dports/graphics/cenon/Cenon/ChangeLog/
H A D1998-09.rtf51 - contour: -> auch gPrev/gNext werden jetzt gesplitted !\
/dports/graphics/cenon/Cenon/GraphicObjects.subproj/
H A DVPolyLine.m218 VLine *gThis = [VLine line], *gPrev = [VLine line], *gNext = [VLine line];
257 if ( !i ) // gThis is first object -> no gPrev ! begO = beg
262 { [gPrev setVertices:ptslist[i-1] :ptslist[i]];
264 bAngle = angleBetweenGraphicsInStartOrEnd(gThis, gPrev, 0);
276 bPrevOrth = orthPointAtBegOrEnd(gPrev, r, dirInd*-1.0, 0);
277 ePrevOrth = orthPointAtBegOrEnd(gPrev, r, dirInd*-1.0, 1);
278 /* get parallel object to gPrev and gThis */
279 pG = [gPrev parallelObject:bPrevOrth :ePrevOrth :bPrevOrth :ePrevOrth];
324 bPrevOrth = orthPointAtBegOrEnd(gPrev, r, dirInd, 0);
325 ePrevOrth = orthPointAtBegOrEnd(gPrev, r, dirInd, 1);
[all …]
H A DVPath.m6390 gPrev = [splittedCurves objectAtIndex:sc-1];
6395 if ( [gPrev isKindOfClass:[VCurve class]] )
6403 gPrev = linePrev;
6407 [gPrev isKindOfClass:[VCurve class]] )
6440 // get parallel object to gPrev and gThis
6464 // get parallel object to gPrev and gThis
6797 gPrev = [splittedCurves objectAtIndex:0];
6799 gPrev = [splittedCurves objectAtIndex:1];
6801 gPrev = [splittedCurves objectAtIndex:2];
6805 if ( [gPrev isKindOfClass:[VCurve class]] )
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/batikvis/src/main/java/de/lmu/ifi/dbs/elki/visualization/visualizers/scatterplot/cluster/
H A DEMClusterVisualization.java494 final double[] gPrev = plusTimes(sPrev, oPrev, KAPPA * scale * tp); in drawArc() local
509 path.cubicTo(gPrev, gNext, sNext); in drawArc()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_malloc_overload.cpp154 *gPrev, // in pool's global list member
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_malloc_overload.cpp154 *gPrev, // in pool's global list member
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_malloc_overload.cpp154 *gPrev, // in pool's global list member
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbbmalloc/
H A Dtest_malloc_overload.cpp163 *gPrev, // in pool's global list member
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/struct/
H A Dstrnode.cc2449 Vec3 gPrev(CGR_Rot::Param, RDelta); in BeforePredict() local
2450 XPr.Put(iFirstPos + 4, gPrev); in BeforePredict()
2456 XPPr.Put(iFirstPos + 4, Mat3x3(CGR_Rot::MatGm1, gPrev)*WPrev); in BeforePredict()
2470 << "g:" << std::setw(16) << gPrev(1) << std::setw(16) << 0 << std::endl in BeforePredict()
2471 << " " << std::setw(16) << gPrev(2) << std::setw(16) << 0 << std::endl in BeforePredict()
2472 << " " << std::setw(16) << gPrev(3) << std::setw(16) << 0 << std::endl in BeforePredict()

12