Searched refs:preComp (Results 1 – 5 of 5) sorted by relevance
13 protected ECPoint.AbstractF2m[] preComp = null; field in WTauNafPreCompInfo17 return preComp; in getPreComp()20 public void setPreComp(ECPoint.AbstractF2m[] preComp) in setPreComp() argument22 this.preComp = preComp; in setPreComp()
14 protected ECPoint[] preComp = null; field in FixedPointPreCompInfo35 return preComp; in getPreComp()38 public void setPreComp(ECPoint[] preComp) in setPreComp() argument40 this.preComp = preComp; in setPreComp()
13 protected ECPoint[] preComp = null; field in WNafPreCompInfo29 return preComp; in getPreComp()32 public void setPreComp(ECPoint[] preComp) in setPreComp() argument34 this.preComp = preComp; in setPreComp()
392 ECPoint[] preComp = wnafPreCompInfo.getPreComp(); in precompute() local393 if (preComp == null) in precompute()395 preComp = EMPTY_POINTS; in precompute()399 iniPreCompLen = preComp.length; in precompute()404 preComp = resizeTable(preComp, reqPreCompLen); in precompute()408 preComp[0] = p.normalize(); in precompute()415 preComp[0] = p; in precompute()423 preComp[1] = p.threeTimes(); in precompute()427 ECPoint twiceP = wnafPreCompInfo.getTwice(), last = preComp[curPreCompLen - 1]; in precompute()430 twiceP = preComp[0].twice(); in precompute()[all …]
24 ECPoint[] preComp = wnafPreCompInfo.getPreComp(); in multiplyPositive() local43 ECPoint[] table = digit < 0 ? preCompNeg : preComp; in multiplyPositive()76 ECPoint[] table = digit < 0 ? preCompNeg : preComp; in multiplyPositive()