Searched defs:numBits (Results 1 – 7 of 7) sorted by relevance
276 int numBits = 29; in test_nextJ() local316 public int getNext(int numBits) { in getNext()
291 public int nextElement(int numBits) { in nextElement()
198 int32_t numBits; in createDouble1() local586 int32_t numBits; in createFloat1() local
388 int numBits = BN_is_pow2(&positiveA) ? BN_num_bits(&positiveA) - 1 : BN_num_bits(&positiveA); in NativeBN_bitLength() local
498 final protected int next(int numBits) { in next()
1184 int numBits = (wordsInUse > 128) ? in toString() local
129 public BigInteger(int numBits, @NonNull Random random) { in BigInteger()