Home
last modified time | relevance | path

Searched refs:nextIx (Results 1 – 3 of 3) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/state-timeline/
H A Dtimeline.ts218 let nextIx = ix;
219 while (dataY[++nextIx] === undefined && nextIx < dataY.length) {}
223 nextIx === dataY.length
225 : Math.round(valToPosX(dataX[nextIx], scaleX, xDim, xOff));
243 ix = nextIx - 1;
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DConstraint.cpp3344 const ConstrainedBodyIndex nextIx((int)myConstrainedBodies.size()); in addConstrainedBody() local
3350 nextIx)); in addConstrainedBody()
3359 return nextIx; in addConstrainedBody()
3372 const ConstrainedMobilizerIndex nextIx((int)myConstrainedMobilizers.size()); in addConstrainedMobilizer() local
3378 (b.getMobilizedBodyIndex(), nextIx)); in addConstrainedMobilizer()
3388 return nextIx; in addConstrainedMobilizer()
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D7095.0e38943fa459e872fe93.js.map1nextIx = ix;\n while (dataY[++nextIx] === undefined && nextIx < dataY.length) {}\n\…