HomeSort by relevance Sort by last modified time
    Searched refs:yVal (Results 1 - 7 of 7) sorted by null

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYGraphWidget.java 484 public void drawRangeTick(Canvas canvas, float yPix, Number yVal,
505 drawTickText(canvas, XYAxisType.RANGE, yVal, xPix, yPix - rangeLabelVerticalOffset,
631 double yVal;
635 yVal = plot.getRangeOrigin().doubleValue() + i
639 drawRangeTick(canvas, yPix, yVal, rangeLabelPaint,
642 drawRangeTick(canvas, yPix, yVal, rangeLabelPaint,
653 double yVal;
657 yVal = plot.getRangeOrigin().doubleValue() - i
661 drawRangeTick(canvas, yPix, yVal, rangeLabelPaint,
664 drawRangeTick(canvas, yPix, yVal, rangeLabelPaint,
    [all...]
BarRenderer.java 123 * Build the axisMap (yVal,BarGroup)... a TreeMap of BarGroups
304 public double yVal, xVal;
318 this.yVal = series.getY(seriesIndex).doubleValue();
319 this.pixY = ValPixConverter.valToPix(yVal, getPlot().getCalculatedMinY().doubleValue(), getPlot().getCalculatedMaxY().doubleValue(), plotArea.height(), true) + plotArea.top;
322 this.yVal = 0;
SimpleXYSeries.java 190 * @param yVal
193 public void setXY(Number xVal, Number yVal, int index) {
196 yVals.set(index, yVal);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Nat192.java 550 long c = 0, xVal = x & M, yVal = y & M;
551 c += yVal * xVal + (z[zOff + 0] & M);
554 c += yVal + (z[zOff + 1] & M);
Nat224.java 702 long c = 0, xVal = x & M, yVal = y & M;
703 c += yVal * xVal + (z[zOff + 0] & M);
706 c += yVal + (z[zOff + 1] & M);
Nat256.java 760 long c = 0, xVal = x & M, yVal = y & M;
761 c += yVal * xVal + (z[zOff + 0] & M);
764 c += yVal + (z[zOff + 1] & M);
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 1099 milliseconds