/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
float.go | 615 // If z's precision is 0, it is changed to the larger of x.BitLen() 621 bits := uint32(x.BitLen()) 639 // If z's precision is 0, it is changed to the largest of a.BitLen(), 640 // b.BitLen(), or 64; with x = a/b. [all...] |
ftoa.go | 86 d.init(x.mant, int(x.exp)-x.mant.bitLen())
|
natconv_test.go | 25 i := x.bitLen()/log2(Word(base)) + 1 // +1: round up
|
/prebuilts/go/darwin-x86/src/math/big/ |
float.go | 615 // If z's precision is 0, it is changed to the larger of x.BitLen() 621 bits := uint32(x.BitLen()) 639 // If z's precision is 0, it is changed to the largest of a.BitLen(), 640 // b.BitLen(), or 64; with x = a/b. [all...] |
ftoa.go | 86 d.init(x.mant, int(x.exp)-x.mant.bitLen())
|
natconv_test.go | 25 i := x.bitLen()/log2(Word(base)) + 1 // +1: round up
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
float.go | 618 // If z's precision is 0, it is changed to the larger of x.BitLen() 624 bits := uint32(x.BitLen()) 642 // If z's precision is 0, it is changed to the largest of a.BitLen(), 643 // b.BitLen(), or 64; with x = a/b. [all...] |
ftoa.go | 89 d.init(x.mant, int(x.exp)-x.mant.bitLen())
|
natconv_test.go | 28 i := x.bitLen()/log2(Word(base)) + 1 // +1: round up
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
float.go | 615 // If z's precision is 0, it is changed to the larger of x.BitLen() 621 bits := uint32(x.BitLen()) 639 // If z's precision is 0, it is changed to the largest of a.BitLen(), 640 // b.BitLen(), or 64; with x = a/b. [all...] |
ftoa.go | 86 d.init(x.mant, int(x.exp)-x.mant.bitLen())
|
natconv_test.go | 25 i := x.bitLen()/log2(Word(base)) + 1 // +1: round up
|
/prebuilts/go/linux-x86/src/math/big/ |
float.go | 615 // If z's precision is 0, it is changed to the larger of x.BitLen() 621 bits := uint32(x.BitLen()) 639 // If z's precision is 0, it is changed to the largest of a.BitLen(), 640 // b.BitLen(), or 64; with x = a/b. [all...] |
ftoa.go | 86 d.init(x.mant, int(x.exp)-x.mant.bitLen())
|
natconv_test.go | 25 i := x.bitLen()/log2(Word(base)) + 1 // +1: round up
|
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_fax.cpp | 511 void AddBitStream(uint8_t* dest_buf, int& dest_bitpos, int data, int bitlen) { 512 for (int i = bitlen - 1; i >= 0; i--) {
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/crypto/ |
dsa.a | 36 func (@"math/big".x·2 @"math/big".nat "esc:0x1") @"math/big".bitLen () (? int) 83 func (@"math/big".x·2 *@"math/big".Int "esc:0x1") BitLen () (? int) 210 ,math/big.(*Int).BitLen |