OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitlength
(Results
126 - 150
of
282
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/darwin-x86/src/compress/flate/
huffman_code.go
108
func (h *huffmanEncoder)
bitLength
(freq []int32) int {
/prebuilts/go/linux-x86/src/compress/flate/
huffman_code.go
108
func (h *huffmanEncoder)
bitLength
(freq []int32) int {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECCurve.java
611
return q.
bitLength
();
708
return x != null && x.signum() >= 0 && x.
bitLength
() <= this.getFieldSize();
[
all
...]
/external/v8/benchmarks/
crypto.js
662
BigInteger.prototype.
bitLength
= bnBitLength;
768
if(this.
bitLength
() > a) this.subTo(BigInteger.ONE.shiftLeft(a-1),this);
1100
var i = e.
bitLength
(), k, r = nbv(1), z;
[
all
...]
/external/crcalc/src/com/hp/creals/
CR.java
368
length = max_appr.
bitLength
();
370
length = max_appr.negate().
bitLength
();
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Nat192.java
214
if (x.signum() < 0 || x.
bitLength
() > 192)
231
if (x.signum() < 0 || x.
bitLength
() > 192)
Nat256.java
309
if (x.signum() < 0 || x.
bitLength
() > 256)
326
if (x.signum() < 0 || x.
bitLength
() > 256)
[
all
...]
Nat.java
292
if (x.signum() < 0 || x.
bitLength
() > bits)
Nat224.java
256
if (x.signum() < 0 || x.
bitLength
() > 224)
[
all
...]
/libcore/ojluni/src/main/java/java/text/
NumberFormat.java
212
* {@link java.math.BigInteger#
bitLength
() bit length} of less than 64,
241
((BigInteger)number).
bitLength
() < 64)) {
[
all
...]
/packages/apps/ExactCalculator/src/com/android/calculator2/
UnifiedReal.java
[
all
...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
Fraction.java
514
if (w.
bitLength
() > 31) {
/external/guava/guava-tests/test/com/google/common/math/
LongMathTest.java
686
return big.
bitLength
() <= 63;
/prebuilts/go/darwin-x86/src/encoding/asn1/
marshal.go
238
dst[0] = byte((8 - b.
BitLength
%8) % 8)
/prebuilts/go/linux-x86/src/encoding/asn1/
marshal.go
238
dst[0] = byte((8 - b.
BitLength
%8) % 8)
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar
/prebuilts/go/darwin-x86/pkg/darwin_amd64/compress/
flate.a
37
6huffman_code.go|S codes 6(? hcode 6Vcode len Jset Hh·1 esc:0x1 code·2 length·3 ?freqcache JliteralNode ; literal freq bitCount " lns ?byLiteral J LenLs·2 d LessLz di·3 j·4 SwapLs·1 di·2 j·3 sort L? Ja·2 ?lfs ?byFreq J xNz d ||Nz d~ ? ?N? d? ? ? N? J? ?)assignEncodingAndSize Fb bitCount·2 dJ list·3 ?bitCounts Fh·2 esc:0x12J? dmaxBits·4 1
bitLength