OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c0x2
(Results
1 - 1
of
1
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/
Primes.java
527
BigInteger
c0x2
= c0.shiftLeft(1);
local
528
BigInteger tx2 = x.subtract(ONE).divide(
c0x2
).add(ONE).shiftLeft(1);
534
* TODO Since the candidate primes are generated by constant steps ('
c0x2
'), sieving could
541
tx2 = ONE.shiftLeft(length - 1).subtract(ONE).divide(
c0x2
).add(ONE).shiftLeft(1);
579
c = c.add(
c0x2
);
Completed in 102 milliseconds