/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Nat224.java | 595 long c = 0, xVal = x & M; in mulByWord() local 622 long c = 0, xVal = x & M; in mulByWordAddTo() local 649 long c = 0, xVal = x & M; in mulWordAddTo() local 679 long c = 0, xVal = x & M; in mul33DWordAdd() local 702 long c = 0, xVal = x & M, yVal = y & M; in mul33WordAdd() local 718 long c = 0, xVal = x & M; in mulWordDwordAdd() local 733 long c = 0, xVal = x & M; in mulWord() local 755 long xVal = (x[i--] & M); in square() local 894 long xVal = (x[xOff + i--] & M); in square() local
|
D | Nat256.java | 719 long c = 0, xVal = x & M; in mulByWord() local 749 long c = 0, xVal = x & M; in mulByWordAddTo() local 779 long c = 0, xVal = x & M; in mulWordAddTo() local 812 long c = 0, xVal = x & M; in mul33DWordAdd() local 835 long c = 0, xVal = x & M, yVal = y & M; in mul33WordAdd() local 851 long c = 0, xVal = x & M; in mulWordDwordAdd() local 866 long c = 0, xVal = x & M; in mulWord() local 888 long xVal = (x[i--] & M); in square() local 1052 long xVal = (x[xOff + i--] & M); in square() local
|
D | Nat192.java | 574 long c = 0, xVal = x & M; in mulWordAddExt() local 601 long c = 0, xVal = x & M; in mul33DWordAdd() local 624 long c = 0, xVal = x & M, yVal = y & M; in mul33WordAdd() local 640 long c = 0, xVal = x & M; in mulWordDwordAdd() local 655 long c = 0, xVal = x & M; in mulWord() local 677 long xVal = (x[i--] & M); in square() local 793 long xVal = (x[xOff + i--] & M); in square() local
|
D | Nat.java | 487 long c = 0, xVal = x & M; in mulWord() local 501 long c = 0, xVal = x & M; in mulWord() local 515 long c = 0, xVal = x & M; in mulWordAddTo() local 530 long c = 0, xVal = x & M; in mulWordDwordAddAt() local 789 long xVal = (x[--j] & M); in square() local 813 long xVal = (x[xOff + --j] & M); in square() local 832 long c = 0, xVal = x[xPos] & M; in squareWordAdd() local 846 long c = 0, xVal = x[xOff + xPos] & M; in squareWordAdd() local
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | XYGraphWidget.java | 451 private void drawDomainTick(Canvas canvas, float xPix, Number xVal, in drawDomainTick() 556 double xVal; in drawGrid() local 578 double xVal; in drawGrid() local 733 double xVal = marker.getValue().doubleValue(); in drawMarkers() local
|
D | SimpleXYSeries.java | 193 public void setXY(Number xVal, Number yVal, int index) { in setXY()
|
D | BarRenderer.java | 304 public double yVal, xVal; field in BarRenderer.Bar
|
D | XYPlot.java | 309 private boolean isXValWithinView(double xVal) { in isXValWithinView()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | LongArray.java | 1729 long xVal = x[xLen]; in squareInPlace() local
|