Home
last modified time | relevance | path

Searched refs:xVal (Results 1 – 16 of 16) sorted by relevance

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
DNat224.java610 long c = 0, xVal = x & M; in mulByWord() local
611 c += xVal * (z[0] & M); in mulByWord()
614 c += xVal * (z[1] & M); in mulByWord()
617 c += xVal * (z[2] & M); in mulByWord()
620 c += xVal * (z[3] & M); in mulByWord()
623 c += xVal * (z[4] & M); in mulByWord()
626 c += xVal * (z[5] & M); in mulByWord()
629 c += xVal * (z[6] & M); in mulByWord()
637 long c = 0, xVal = x & M; in mulByWordAddTo() local
638 c += xVal * (z[0] & M) + (y[0] & M); in mulByWordAddTo()
[all …]
DNat256.java743 long c = 0, xVal = x & M; in mulByWord() local
744 c += xVal * (z[0] & M); in mulByWord()
747 c += xVal * (z[1] & M); in mulByWord()
750 c += xVal * (z[2] & M); in mulByWord()
753 c += xVal * (z[3] & M); in mulByWord()
756 c += xVal * (z[4] & M); in mulByWord()
759 c += xVal * (z[5] & M); in mulByWord()
762 c += xVal * (z[6] & M); in mulByWord()
765 c += xVal * (z[7] & M); in mulByWord()
773 long c = 0, xVal = x & M; in mulByWordAddTo() local
[all …]
DNat192.java595 long c = 0, xVal = x & M; in mulWordAddExt() local
596 c += xVal * (yy[yyOff + 0] & M) + (zz[zzOff + 0] & M); in mulWordAddExt()
599 c += xVal * (yy[yyOff + 1] & M) + (zz[zzOff + 1] & M); in mulWordAddExt()
602 c += xVal * (yy[yyOff + 2] & M) + (zz[zzOff + 2] & M); in mulWordAddExt()
605 c += xVal * (yy[yyOff + 3] & M) + (zz[zzOff + 3] & M); in mulWordAddExt()
608 c += xVal * (yy[yyOff + 4] & M) + (zz[zzOff + 4] & M); in mulWordAddExt()
611 c += xVal * (yy[yyOff + 5] & M) + (zz[zzOff + 5] & M); in mulWordAddExt()
622 long c = 0, xVal = x & M; in mul33DWordAdd() local
624 c += xVal * y00 + (z[zOff + 0] & M); in mul33DWordAdd()
628 c += xVal * y01 + y00 + (z[zOff + 1] & M); in mul33DWordAdd()
[all …]
DNat.java554 long c = 0, xVal = x & M; in mulWord() local
558 c += xVal * (y[i] & M); in mulWord()
568 long c = 0, xVal = x & M; in mulWord() local
572 c += xVal * (y[yOff + i] & M); in mulWord()
582 long c = 0, xVal = x & M; in mulWordAddTo() local
586 c += xVal * (y[yOff + i] & M) + (z[zOff + i] & M); in mulWordAddTo()
597 long c = 0, xVal = x & M; in mulWordDwordAddAt() local
598 c += xVal * (y & M) + (z[zPos + 0] & M); in mulWordDwordAddAt()
601 c += xVal * (y >>> 32) + (z[zPos + 1] & M); in mulWordDwordAddAt()
856 long xVal = (x[--j] & M); in square() local
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat224.java606 long c = 0, xVal = x & M; in mulByWord() local
607 c += xVal * (z[0] & M); in mulByWord()
610 c += xVal * (z[1] & M); in mulByWord()
613 c += xVal * (z[2] & M); in mulByWord()
616 c += xVal * (z[3] & M); in mulByWord()
619 c += xVal * (z[4] & M); in mulByWord()
622 c += xVal * (z[5] & M); in mulByWord()
625 c += xVal * (z[6] & M); in mulByWord()
633 long c = 0, xVal = x & M; in mulByWordAddTo() local
634 c += xVal * (z[0] & M) + (y[0] & M); in mulByWordAddTo()
[all …]
DNat256.java739 long c = 0, xVal = x & M; in mulByWord() local
740 c += xVal * (z[0] & M); in mulByWord()
743 c += xVal * (z[1] & M); in mulByWord()
746 c += xVal * (z[2] & M); in mulByWord()
749 c += xVal * (z[3] & M); in mulByWord()
752 c += xVal * (z[4] & M); in mulByWord()
755 c += xVal * (z[5] & M); in mulByWord()
758 c += xVal * (z[6] & M); in mulByWord()
761 c += xVal * (z[7] & M); in mulByWord()
769 long c = 0, xVal = x & M; in mulByWordAddTo() local
[all …]
DNat192.java591 long c = 0, xVal = x & M; in mulWordAddExt() local
592 c += xVal * (yy[yyOff + 0] & M) + (zz[zzOff + 0] & M); in mulWordAddExt()
595 c += xVal * (yy[yyOff + 1] & M) + (zz[zzOff + 1] & M); in mulWordAddExt()
598 c += xVal * (yy[yyOff + 2] & M) + (zz[zzOff + 2] & M); in mulWordAddExt()
601 c += xVal * (yy[yyOff + 3] & M) + (zz[zzOff + 3] & M); in mulWordAddExt()
604 c += xVal * (yy[yyOff + 4] & M) + (zz[zzOff + 4] & M); in mulWordAddExt()
607 c += xVal * (yy[yyOff + 5] & M) + (zz[zzOff + 5] & M); in mulWordAddExt()
618 long c = 0, xVal = x & M; in mul33DWordAdd() local
620 c += xVal * y00 + (z[zOff + 0] & M); in mul33DWordAdd()
624 c += xVal * y01 + y00 + (z[zOff + 1] & M); in mul33DWordAdd()
[all …]
DNat.java550 long c = 0, xVal = x & M; in mulWord() local
554 c += xVal * (y[i] & M); in mulWord()
564 long c = 0, xVal = x & M; in mulWord() local
568 c += xVal * (y[yOff + i] & M); in mulWord()
578 long c = 0, xVal = x & M; in mulWordAddTo() local
582 c += xVal * (y[yOff + i] & M) + (z[zOff + i] & M); in mulWordAddTo()
593 long c = 0, xVal = x & M; in mulWordDwordAddAt() local
594 c += xVal * (y & M) + (z[zPos + 0] & M); in mulWordDwordAddAt()
597 c += xVal * (y >>> 32) + (z[zPos + 1] & M); in mulWordDwordAddAt()
852 long xVal = (x[--j] & M); in square() local
[all …]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYGraphWidget.java451 private void drawDomainTick(Canvas canvas, float xPix, Number xVal, in drawDomainTick() argument
473 … drawTickText(canvas, XYAxisType.DOMAIN, xVal, xPix + domainLabelHorizontalOffset, yPix, in drawDomainTick()
556 double xVal; in drawGrid() local
560 xVal = plot.getDomainOrigin().doubleValue() - i in drawGrid()
564 drawDomainTick(canvas, xPix, xVal, domainLabelPaint, in drawGrid()
567 drawDomainTick(canvas, xPix, xVal, domainLabelPaint, in drawGrid()
578 double xVal; in drawGrid() local
582 xVal = plot.getDomainOrigin().doubleValue() + i in drawGrid()
587 drawDomainTick(canvas, xPix, xVal, domainLabelPaint, in drawGrid()
590 drawDomainTick(canvas, xPix, xVal, domainLabelPaint, in drawGrid()
[all …]
DSimpleXYSeries.java193 public void setXY(Number xVal, Number yVal, int index) { in setXY() argument
197 xVals.set(index, xVal); in setXY()
DBarRenderer.java304 public double yVal, xVal; field in BarRenderer.Bar
313 this.xVal = series.getX(seriesIndex).doubleValue(); in Bar()
314 …this.pixX = ValPixConverter.valToPix(xVal, getPlot().getCalculatedMinX().doubleValue(), getPlot().… in Bar()
DXYPlot.java309 private boolean isXValWithinView(double xVal) { in isXValWithinView() argument
310 return (userMinY == null || xVal >= userMinY.doubleValue()) && in isXValWithinView()
311 userMaxY == null || xVal <= userMaxY.doubleValue(); in isXValWithinView()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcInstrFormats.td197 class F3_Sr<bits<2> opVal, bits<6> op3val, bit xVal, dag outs, dag ins,
200 bit x = xVal; // 1 for 64-bit shifts.
212 class F3_Si<bits<2> opVal, bits<6> op3val, bit xVal, dag outs, dag ins,
215 bit x = xVal; // 1 for 64-bit shifts.
/external/llvm/lib/Target/Sparc/
DSparcInstrFormats.td197 class F3_Sr<bits<2> opVal, bits<6> op3val, bit xVal, dag outs, dag ins,
200 bit x = xVal; // 1 for 64-bit shifts.
212 class F3_Si<bits<2> opVal, bits<6> op3val, bit xVal, dag outs, dag ins,
215 bit x = xVal; // 1 for 64-bit shifts.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DLongArray.java1734 long xVal = x[xLen]; in squareInPlace() local
1735 x[--pos] = interleave2_32to64((int)(xVal >>> 32)); in squareInPlace()
1736 x[--pos] = interleave2_32to64((int)xVal); in squareInPlace()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DLongArray.java1735 long xVal = x[xLen]; in squareInPlace() local
1736 x[--pos] = interleave2_32to64((int)(xVal >>> 32)); in squareInPlace()
1737 x[--pos] = interleave2_32to64((int)xVal); in squareInPlace()