OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getprecomp
(Results
1 - 13
of
13
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WTauNafPreCompInfo.java
15
public ECPoint.AbstractF2m[]
getPreComp
()
FixedPointPreCompInfo.java
21
public ECPoint[]
getPreComp
()
WNafPreCompInfo.java
27
public ECPoint[]
getPreComp
()
FixedPointCombMultiplier.java
26
ECPoint[] lookupTable = info.
getPreComp
();
FixedPointUtil.java
31
ECPoint[] lookupTable = info.
getPreComp
();
ECAlgorithms.java
271
ECPoint[] preCompP = negK ? infoP.getPreCompNeg() : infoP.
getPreComp
();
272
ECPoint[] preCompQ = negL ? infoQ.getPreCompNeg() : infoQ.
getPreComp
();
273
ECPoint[] preCompNegP = negK ? infoP.
getPreComp
() : infoP.getPreCompNeg();
274
ECPoint[] preCompNegQ = negL ? infoQ.
getPreComp
() : infoQ.getPreCompNeg();
295
ECPoint[] preCompP = negK ? infoP.getPreCompNeg() : infoP.
getPreComp
();
296
ECPoint[] preCompQ = negL ? infoQ.getPreCompNeg() : infoQ.
getPreComp
();
297
ECPoint[] preCompNegP = negK ? infoP.
getPreComp
() : infoP.getPreCompNeg();
298
ECPoint[] preCompNegQ = negL ? infoQ.
getPreComp
() : infoQ.getPreCompNeg();
445
ECCurve curve = infos[0].
getPreComp
()[0].getCurve();
463
ECPoint[] table = (wi < 0 == negs[j]) ? info.
getPreComp
() : info.getPreCompNeg()
[
all
...]
WNafL2RMultiplier.java
24
ECPoint[] preComp = wnafPreCompInfo.
getPreComp
();
WTauNafMultiplier.java
82
pu = Tnaf.
getPreComp
(p, a);
90
pu = ((WTauNafPreCompInfo)preCompInfo).
getPreComp
();
WNafUtil.java
362
ECPoint[] preCompP = wnafPreCompP.
getPreComp
();
392
ECPoint[] preComp = wnafPreCompInfo.
getPreComp
();
Tnaf.java
832
public static ECPoint.AbstractF2m[]
getPreComp
(ECPoint.AbstractF2m p, byte a)
/external/drm_hwcomposer/
platform.cpp
125
DrmCompositionPlane *precomp =
GetPrecomp
(composition);
159
DrmCompositionPlane *precomp =
GetPrecomp
(composition);
platform.h
77
static DrmCompositionPlane *
GetPrecomp
(
platformnv.cpp
257
DrmCompositionPlane *precomp =
GetPrecomp
(composition);
Completed in 965 milliseconds