HomeSort by relevance Sort by last modified time
    Searched refs:remainder (Results 351 - 375 of 450) sorted by null

<<1112131415161718

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 153 slen, remainder = divmod(size, tabsize)
156 self.assertEqual(len(s), size - remainder)
    [all...]
test_tarfile.py     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 181 unsigned rhsWords, APInt *Quotient, APInt *Remainder);
900 /// \brief Unsigned remainder operation.
902 /// Perform an unsigned remainder operation on this APInt with RHS being the
904 /// of this operation. Note that this is a true remainder operation and not a
908 /// \returns a new APInt value containing the remainder result
911 /// \brief Function for signed remainder operation.
913 /// Signed remainder operation on APInt.
916 /// \brief Dual division/remainder interface.
919 /// quotient and remainder. This function does both operations in the same
924 APInt &Remainder);
    [all...]
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js     [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
  /art/tools/
cpplint.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 281 remainder of s after first unmatched ')'), e.g.,
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py     [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslimpl.h 381 unsigned int remainder; /* ssl 2 & 3 */ member in struct:sslGatherStr
    [all...]
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 3783 unsigned i, remainder; local
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 3772 unsigned i, remainder; local
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 63 32 bytes plus the remainder from a system page (the minimal
4969 mchunkptr remainder = chunk_plus_offset(p, nb); local
    [all...]
  /external/chromium_org/third_party/lcov/bin/
genhtml     [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
genhtml     [all...]
  /system/core/libpixelflinger/
scanline.cpp 1896 uint32_t remainder = xc & ((1<<SPAN_BITS)-1); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp 1174 UChar32 remainder = b2 % final3Multiplier; local
1186 UChar32 remainder = b3 % final4Multiplier; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
bn-mips.S 722 srl $3,$4,$25 # $3 contains remainder if anybody wants it
    [all...]
  /external/icu4c/i18n/
ucol.cpp 1252 UChar32 remainder = b2 % final3Multiplier; local
1264 UChar32 remainder = b3 % final4Multiplier; local
    [all...]
  /external/openssl/crypto/bn/asm/
bn-mips.S 722 srl $3,$4,$25 # $3 contains remainder if anybody wants it
    [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
earley-boyer.js 384 var remainder = x % y;
386 if ((remainder * y) < 0)
387 return remainder + y;
389 return remainder;
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 432 * elements, hence the name "outer". The remainder of the attributes
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 432 * elements, hence the name "outer". The remainder of the attributes
    [all...]

Completed in 506 milliseconds

<<1112131415161718