Home
last modified time | relevance | path

Searched refs:curV (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/mpm/
H A Dslug.cc335 int maxV = curV; in getslug()
341 ret.dv = curV - baseV; in getslug()
371 curV = n; in getslug()
372 maxV = max(maxV, curV); in getslug()
497 baseV = curV; in getslug()
546 baseV = curV; in getslug()
552 baseV = curV; in getslug()
561 baseV = curV; in getslug()
572 baseV = curV; in getslug()
582 baseV = curV; in getslug()
[all …]
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/mpm/
H A Dslug.cc343 int maxV = curV; in getslug()
349 ret.dv = curV - baseV; in getslug()
379 curV = n; in getslug()
380 maxV = max(maxV, curV); in getslug()
515 baseV = curV; in getslug()
574 baseV = curV; in getslug()
580 baseV = curV; in getslug()
589 baseV = curV; in getslug()
600 baseV = curV; in getslug()
610 baseV = curV; in getslug()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/hnswlib/
H A Dvisited_list_pool.h11 vl_type curV;
16 curV = -1; in VisitedList()
22 curV++; in reset()
23 if (curV == 0) { in reset()
25 curV++; in reset()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DGeometryDecompressor.java156 private int curSex, curOct, curU, curV ; field in GeometryDecompressor
739 curV = getBits(dataLength, "v") ; in processSetNormal()
743 curV = curV << gct.rightShift ; in processSetNormal()
799 curV += dv ; in processSetNormal()
807 if (! ((curU >= 0) && (curV >= 0) && (curU + curV <= 64))) in processSetNormal()
808 if ((curU < 0) && (curV >= 0)) { in processSetNormal()
819 } else if ((curU >= 0) && (curV < 0)) { in processSetNormal()
821 curV = -curV ; in processSetNormal()
833 } else if (curU + curV > 64) { in processSetNormal()
836 curV = 64 - curV ; in processSetNormal()
[all …]
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/compression/
H A DGeometryDecompressor.java173 private int curSex, curOct, curU, curV ; field in GeometryDecompressor
756 curV = getBits(dataLength, "v") ; in processSetNormal()
760 curV = curV << gct.rightShift ; in processSetNormal()
816 curV += dv ; in processSetNormal()
824 if (! ((curU >= 0) && (curV >= 0) && (curU + curV <= 64))) in processSetNormal()
825 if ((curU < 0) && (curV >= 0)) { in processSetNormal()
836 } else if ((curU >= 0) && (curV < 0)) { in processSetNormal()
838 curV = -curV ; in processSetNormal()
850 } else if (curU + curV > 64) { in processSetNormal()
853 curV = 64 - curV ; in processSetNormal()
[all …]
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/tool/
H A Dhandtool.cpp109 QVector2D curV(getCurrentPixel() - centralPixel); in transformView() local
111 …qreal angleOffset = static_cast<qreal>(std::atan2(curV.y(), curV.x()) - std::atan2(startV.y(), sta… in transformView()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/util/math/intpoly/
H A DIntegerPolynomial.java196 long curV = buf.get() & 0xFF; in encodeSmall() local
200 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
202 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
206 curLimbValue += curV << bitPos; in encodeSmall()
213 long curV = highByte & 0xFF; in encodeSmall() local
216 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
218 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
221 curLimbValue += curV << bitPos; in encodeSmall()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/util/math/intpoly/
H A DIntegerPolynomial.java196 long curV = buf.get() & 0xFF; in encodeSmall() local
200 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
202 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
206 curLimbValue += curV << bitPos; in encodeSmall()
213 long curV = highByte & 0xFF; in encodeSmall() local
216 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
218 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
221 curLimbValue += curV << bitPos; in encodeSmall()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/util/math/intpoly/
H A DIntegerPolynomial.java196 long curV = buf.get() & 0xFF; in encodeSmall() local
200 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
202 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
206 curLimbValue += curV << bitPos; in encodeSmall()
213 long curV = highByte & 0xFF; in encodeSmall() local
216 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
218 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
221 curLimbValue += curV << bitPos; in encodeSmall()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/util/math/intpoly/
H A DIntegerPolynomial.java196 long curV = buf.get() & 0xFF; in encodeSmall() local
200 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
202 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
206 curLimbValue += curV << bitPos; in encodeSmall()
213 long curV = highByte & 0xFF; in encodeSmall() local
216 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
218 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
221 curLimbValue += curV << bitPos; in encodeSmall()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/util/math/intpoly/
H A DIntegerPolynomial.java220 long curV = buf.get() & 0xFF; in encodeSmall() local
224 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
226 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
230 curLimbValue += curV << bitPos; in encodeSmall()
237 long curV = highByte & 0xFF; in encodeSmall() local
240 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
242 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
245 curLimbValue += curV << bitPos; in encodeSmall()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/util/math/intpoly/
H A DIntegerPolynomial.java220 long curV = buf.get() & 0xFF; in encodeSmall() local
224 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
226 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
230 curLimbValue += curV << bitPos; in encodeSmall()
237 long curV = highByte & 0xFF; in encodeSmall() local
240 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
242 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
245 curLimbValue += curV << bitPos; in encodeSmall()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/security/util/math/intpoly/
H A DIntegerPolynomial.java196 long curV = buf.get() & 0xFF; in encodeSmall() local
200 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
202 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
206 curLimbValue += curV << bitPos; in encodeSmall()
213 long curV = highByte & 0xFF; in encodeSmall() local
216 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
218 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
221 curLimbValue += curV << bitPos; in encodeSmall()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/util/math/intpoly/
H A DIntegerPolynomial.java220 long curV = buf.get() & 0xFF; in encodeSmall() local
224 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
226 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
230 curLimbValue += curV << bitPos; in encodeSmall()
237 long curV = highByte & 0xFF; in encodeSmall() local
240 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
242 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
245 curLimbValue += curV << bitPos; in encodeSmall()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/util/math/intpoly/
H A DIntegerPolynomial.java196 long curV = buf.get() & 0xFF; in encodeSmall() local
200 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
202 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
206 curLimbValue += curV << bitPos; in encodeSmall()
213 long curV = highByte & 0xFF; in encodeSmall() local
216 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
218 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
221 curLimbValue += curV << bitPos; in encodeSmall()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/util/math/intpoly/
H A DIntegerPolynomial.java196 long curV = buf.get() & 0xFF; in encodeSmall() local
200 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
202 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
206 curLimbValue += curV << bitPos; in encodeSmall()
213 long curV = highByte & 0xFF; in encodeSmall() local
216 curLimbValue += (curV & (0xFF >> (8 - bitsThisLimb))) << bitPos; in encodeSmall()
218 curLimbValue = curV >> bitsThisLimb; in encodeSmall()
221 curLimbValue += curV << bitPos; in encodeSmall()
/dports/cad/opencascade/opencascade-7.6.0/src/HLRTopoBRep/
H A DHLRTopoBRep_DSFiller.cxx517 TopoDS_Vertex curV = DS.Vertex(); in MakeVertex() local
519 const gp_Pnt& PPP=BRep_Tool::Pnt(curV); in MakeVertex()
520 Standard_Real TTT=BRep_Tool::Tolerance(curV); in MakeVertex()
522 V = curV; in MakeVertex()
571 TopoDS_Vertex curV = DS.Vertex(); in InsertVertex() local
573 if (P.Value().IsEqual(BRep_Tool::Pnt(curV), in InsertVertex()
574 BRep_Tool::Tolerance(curV))) { in InsertVertex()
575 V = curV; in InsertVertex()
H A DHLRTopoBRep_FaceIsoLiner.cxx391 TopoDS_Vertex curV = DS.Vertex(); in MakeVertex() local
393 if (P.IsEqual(BRep_Tool::Pnt(curV),BRep_Tool::Tolerance(curV))) { in MakeVertex()
394 V = curV; in MakeVertex()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rgbd/src/
H A Dnonrigid_icp.cpp299 Vec3f curV = oldPoints.at<Vec3f>(y, x); in estimateWarpNodes() local
300 if (curV == Vec3f::all(0) || cvIsNaN(curV[0]) || cvIsNaN(curV[1]) || cvIsNaN(curV[2])) in estimateWarpNodes()
375 Vec3f curV = oldPoints.at<Vec3f>(y, x); in estimateWarpNodes() local
376 if (curV == Vec3f::all(0) || cvIsNaN(curV[0])) in estimateWarpNodes()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DMorseSmaleComplex.cpp1664 Vertex *curV = V[i]; in Draw() local
1665 if(curV->classification == 0) in Draw()
1667 else if(curV->classification == 1) in Draw()
1669 else if(curV->classification == 2) in Draw()
1674 …glTranslatef(curV->GetXi(0),curV->GetXi(1), flatMode ? 0 : ((curV->Value()-gMin)/(gMax-gMin) - 1./… in Draw()
1676 …glTranslatef(-curV->GetXi(0),-curV->GetXi(1), -(flatMode ? 0 : ((curV->Value()-gMin)/(gMax-gMin) -… in Draw()
1680 Vertex *curV = V[i]; in Draw() local
1687 int nextIdx = curV->GetIthNeighbor(k, E); in Draw()
1689 if(nextIdx == curV->NeighborMax() || nextIdx == curV->NeighborMin()) in Draw()
1699 …glVertex3f(curV->GetXi(0),curV->GetXi(1), flatMode ? 0 : ((curV->Value()-gMin)/(gMax-gMin) - 1./2.… in Draw()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp282 SkVector curV = SkVector::Make(0.0f, 1.0f); in create_splat() local
289 p.moveTo(o.fX + innerRadius * curV.fX, o.fY + innerRadius * curV.fY); in create_splat()
295 nextV = outerStep.mapVector(curV.fX, curV.fY); in create_splat()
297 SkPoint top = SkPoint::Make(o.fX + outerRadius * curV.fX, in create_splat()
298 o.fY + outerRadius * curV.fY); in create_splat()
303 add_arc(&p, top, curV, nextTop, nextV, circles, true); in create_splat()
305 nextV = innerStep.mapVector(curV.fX, curV.fY); in create_splat()
307 SkPoint bot = SkPoint::Make(o.fX + innerRadius * curV.fX, in create_splat()
308 o.fY + innerRadius * curV.fY); in create_splat()
313 add_arc(&p, bot, curV, nextBot, nextV, nullptr, false); in create_splat()
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/game/
H A Dg_combat.cpp680 vec3_t curV; in G_ShootGrenade() local
681 VectorCopy(startV, curV); in G_ShootGrenade()
689 VectorMA(oldPos, GRENADE_DT, curV, newPos); in G_ShootGrenade()
703 VectorMA(oldPos, GRENADE_DT, curV, newPos); in G_ShootGrenade()
705 curV[2] -= GRAVITY * GRENADE_DT; in G_ShootGrenade()
731 if (VectorLength(curV) < GRENADE_STOPSPEED || time > 4.0 || bounce > fd->bounce in G_ShootGrenade()
771 VectorScale(curV, fd->bounceFac * bounceFraction, curV); in G_ShootGrenade()
772 VectorScale(tr.plane.normal, -DotProduct(tr.plane.normal, curV), temp); in G_ShootGrenade()
773 VectorAdd(temp, curV, startV); in G_ShootGrenade()
774 VectorAdd(temp, startV, curV); in G_ShootGrenade()
[all …]
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dnodes2bytecode.cpp673 OpValue curV; in generateEvalCode() local
677 if (curV.type != OpType_number) { in generateEvalCode()
680 curV = numVal; in generateEvalCode()
686 &newV, &curV); in generateEvalCode()
690 return curV; in generateEvalCode()
742 OpValue curV; in generateEvalCode() local
747 &newV, &curV); in generateEvalCode()
758 OpValue curV = expr->generateEvalCode(comp); in generateEvalCode() local
760 if (curV.type != OpType_number) { in generateEvalCode()
763 curV = numVal; in generateEvalCode()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp333 SkVector curV = SkVector::Make(0.0f, 1.0f); in create_splat() local
340 p.moveTo(o.fX + innerRadius * curV.fX, o.fY + innerRadius * curV.fY); in create_splat()
346 nextV = outerStep.mapVector(curV.fX, curV.fY); in create_splat()
348 SkPoint top = SkPoint::Make(o.fX + outerRadius * curV.fX, in create_splat()
349 o.fY + outerRadius * curV.fY); in create_splat()
354 add_arc(&p, top, curV, nextTop, nextV, circles, true); in create_splat()
356 nextV = innerStep.mapVector(curV.fX, curV.fY); in create_splat()
358 SkPoint bot = SkPoint::Make(o.fX + innerRadius * curV.fX, in create_splat()
359 o.fY + innerRadius * curV.fY); in create_splat()
364 add_arc(&p, bot, curV, nextBot, nextV, nullptr, false); in create_splat()
[all …]
/dports/www/h2o-devel/h2o-dcc7134/deps/klib/
H A Dkhmm.c85 FLOAT **la, **le, *preV, *curV, max; in hmm_Viterbi() local
95 curV = (FLOAT*)malloc(sizeof(FLOAT) * hp->n); in hmm_Viterbi()
120 curV[k] = leu[k] + max; in hmm_Viterbi()
123 tmp = curV; curV = preV; preV = tmp; // swap in hmm_Viterbi()
138 free(la); free(le); free(Vmax); free(preV); free(curV); in hmm_Viterbi()

12