HomeSort by relevance Sort by last modified time
    Searched full:zeroes (Results 276 - 300 of 852) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Support/
APFloat.cpp 287 /* If number is all zeroes accept any exponent. */
289 /* Drop insignificant trailing zeroes. */
    [all...]
StringRef.cpp 457 // Skip leading zeroes. This can be a significant improvement if
462 // If it was nothing but zeroes....
  /cts/tests/camera/src/android/hardware/camera2/cts/
AllocationTest.java 417 * - The input is not all zeroes.
437 * - The output is not all zeroes
    [all...]
  /external/libjpeg-turbo/
jcphuff.c 541 if (r > 0) { /* If there are trailing zeroes, */
713 if (r > 0 || BR > 0) { /* If there are trailing zeroes, */
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcphuff.c 541 if (r > 0) { /* If there are trailing zeroes, */
713 if (r > 0 || BR > 0) { /* If there are trailing zeroes, */
  /external/skia/include/codec/
SkCodec.h 197 * may take advantage of this by skipping writing zeroes.
202 * so the SkCodec must write all zeroes to memory.
  /external/toybox/toys/pending/
compress.c 362 // 17 = 3-10 zeroes (3 bit), 18 = 11-138 zeroes (7 bit)
  /external/valgrind/VEX/useful/
fp_80_64.c 116 all zeroes in order to handle these cases. So figure it
140 normalised long double. Count the leading zeroes in the
  /external/valgrind/exp-dhat/docs/
dh-manual.xml 321 whether the zeroes at 12--15 and 52--55 are alignment holes, and
328 object layout. For example, the zeroes might not be alignment
  /external/webrtc/webrtc/p2p/base/
stun.cc 430 char zeroes[4] = {0}; local
431 buf->WriteBytes(zeroes, 4 - remainder);
  /libcore/ojluni/src/main/java/sun/security/util/
ObjectIdentifier.java 477 * Zeroes will be padded on the left side of the first output byte if
485 * the input, the left 4 zeroes are padded to fill the 6 bits space.
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 370 /* Count number of non-zeroes in value */
505 /* Count number of non-zeroes in value */
  /packages/apps/ExactCalculator/docs/
arithmetic-overview.html 136 If we scroll back, the screen would again show zeroes. We decided this would be excessively
193 could keep scrolling through as many thousands of zeroes to the right of that as he desired.
  /prebuilts/go/darwin-x86/src/archive/zip/
reader_test.go 417 // zeroes
420 t.Errorf("zeroes: error=%v, want %v", err, ErrFormat)
  /prebuilts/go/linux-x86/src/archive/zip/
reader_test.go 417 // zeroes
420 t.Errorf("zeroes: error=%v, want %v", err, ErrFormat)
  /system/extras/tests/workloads/
defs.sh 186 # shell addition via (( )) doesn't like leading zeroes in msecs
187 # field so remove leading zeroes
  /toolchain/binutils/binutils-2.25/include/opcode/
aarch64.h 471 operands are zeroes. */
476 opcode field, and zeroes indicating those bits which need not
  /external/bison/lib/
vasnprintf.c 881 /* Remove leading zeroes. */
    [all...]
  /external/valgrind/VEX/priv/
guest_generic_x87.c 118 all zeroes in order to handle these cases. So figure it
142 normalised long double. Count the leading zeroes in the
564 /* Count leading zeroes, w/ 0-produces-32 semantics, a la Hacker's
773 mask must be all zeroes. In all cases, bits 31:16 must be zero.
    [all...]
  /art/runtime/
indirect_reference_table.h 90 * weak global). Real object pointers will have zeroes in the low 2 or 3
  /bootable/recovery/
recovery.cpp 905 // Use BLKDISCARD if it zeroes out blocks, otherwise use BLKZEROOUT.
906 unsigned int zeroes; local
907 if (ioctl(fd.get(), BLKDISCARDZEROES, &zeroes) == 0 && zeroes != 0) {
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Float16Utils.java 47 // Infinity has all exponent bits set to 1 and zeroes in mantissa
  /device/google/contexthub/inc/
chre_re.h 165 * - '0' (left pad the number with zeroes instead of spaces when <width>
  /device/google/contexthub/util/nanoapp_sign/
nanoapp_sign.c 201 //get a byte, skipping all zeroes (openssl likes to prepend one at times)
  /docs/source.android.com/src/security/verifiedboot/
dm-verity.jd 103 hashes of the previous layer, you should pad it with zeroes to achieve the

Completed in 1000 milliseconds

<<11121314151617181920>>