/prebuilts/go/darwin-x86/src/math/big/ |
natconv.go | 412 // prepend high-order zeroes 414 for i > 0 { // while need more leading zeroes 428 nbits int // bit length of divisor (discounting leading zeroes) ~= log2(bbb)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
natconv.go | 415 // prepend high-order zeroes 417 for i > 0 { // while need more leading zeroes 431 nbits int // bit length of divisor (discounting leading zeroes) ~= log2(bbb)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
natconv.go | 412 // prepend high-order zeroes 414 for i > 0 { // while need more leading zeroes 428 nbits int // bit length of divisor (discounting leading zeroes) ~= log2(bbb)
|
/prebuilts/go/linux-x86/src/math/big/ |
natconv.go | 412 // prepend high-order zeroes 414 for i > 0 { // while need more leading zeroes 428 nbits int // bit length of divisor (discounting leading zeroes) ~= log2(bbb)
|
/external/guava/guava/src/com/google/common/base/ |
CharMatcher.java | 132 private static final String ZEROES = "0\u0660\u06f0\u07c0\u0966\u09e6\u0a66\u0ae6\u0b66\u0be6" 138 StringBuilder builder = new StringBuilder(ZEROES.length()); 139 for (int i = 0; i < ZEROES.length(); i++) { 140 builder.append((char) (ZEROES.charAt(i) + 9)); 151 "CharMatcher.DIGIT", ZEROES.toCharArray(), NINES.toCharArray()); [all...] |
/external/guava/guava/src/com/google/common/net/ |
InetAddresses.java | 230 // This indicates that a run of zeroes has been skipped. 301 // Disallow leading zeroes, because no clear standard exists on 372 * Identify and mark the longest run of zeroes in an IPv6 address. 407 * sentinel values in place of the elided zeroes. 443 * compresses zeroes and surrounds the text with square brackets; for example [all...] |
/external/libvorbis/lib/ |
block.c | 473 [at least] a few full blocks of zeroes at the end. */ 474 /* actually, we don't want zeroes; that could drop a large 498 assumtion goes away). zeroes will do. */
|
/art/runtime/gc/space/ |
rosalloc_space.cc | 170 // Note RosAlloc zeroes memory internally.
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_fma.c | 189 * infinities, NaNs, overflows, and signed zeroes correctly.
|
s_fmal.c | 177 * infinities, NaNs, overflows, and signed zeroes correctly.
|
/bionic/tests/ |
buffer_tests.cpp | 325 // Check by putting all zeroes after both buffers.
|
/build/tools/releasetools/ |
sparse_img.py | 120 # read-ahead. It will fail if such blocks contain non-zeroes. We zero out
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Max3421e.cpp | 192 tmpbyte |= ( regRd( rIOPINS1 ) >>4 ) ; //shift low bits and OR with upper from previous operation. Upper nibble zeroes during shift, at least with this compiler
|
/external/boringssl/src/crypto/ecdsa/ |
ecdsa_test.cc | 119 // Pad the bignums with leading zeroes.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1GeneralizedTime.java | 86 * least one number with trailing zeroes removed.
|
ASN1ObjectIdentifier.java | 383 // TODO Leading zeroes?
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_printf.cc | 42 // |minimal_num_length|, it is padded with leading zeroes or spaces, depending
|
/external/fio/profiles/ |
act.c | 218 if (act_add_opt("name=act-prep-zeroes-%s", dev))
|
/external/libjpeg-turbo/ |
jidctflt.c | 185 /* Rows of zeroes can be exploited in the same way as we did with columns.
|
/external/libvorbis/doc/ |
02-bitpacking.tex | 220 return binary zeroes.
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
quantize_ssse3_x86_64.asm | 306 ; skip-block, i.e. just write all zeroes
|
/external/opencv3/3rdparty/libjpeg/ |
jidctflt.c | 181 /* Rows of zeroes can be exploited in the same way as we did with columns.
|
/external/opencv3/3rdparty/openexr/Half/ |
half.cpp | 82 // zeroes, denormalized numbers and exponent overflows.
|
/external/skia/src/codec/ |
SkSwizzler.h | 95 * implementation may choose to skip writing zeroes
|
/external/v8/src/ |
dateparser.h | 82 // lower-case prefix, and pad any remainder of the buffer with zeroes.
|