HomeSort by relevance Sort by last modified time
    Searched full:zero (Results 251 - 275 of 11206) sorted by null

<<11121314151617181920>>

  /dalvik/vm/mterp/mips/
OP_CONST_WIDE_HIGH16.S 3 FETCH(a1, 1) # a1 <- 0000BBBB (zero-extended)
binflop2addr.S 7 * If "chkzero" is set to 1, we perform a divide-by-zero check on
20 # is second operand zero?
27 # is second operand zero?
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECConstants.java 7 public static final BigInteger ZERO = BigInteger.valueOf(0);
  /external/e2fsprogs/tests/f_file_acl_high/
expect.1 3 i_file_acl_hi for inode 12 (/motd) is 2, should be zero.
  /external/eigen/doc/snippets/
MatrixBase_part.cpp 5 Matrix3d m = Matrix3d::Zero();
  /external/icu4c/config/
icu-config-top 15 ## Zero out prefix.
  /external/iptables/extensions/
libip6t_ah.man 10 Matches if the reserved field is filled with zero.
  /external/llvm/test/CodeGen/Mips/
constantfp0.ll 5 ; CHECK: mtc1 $zero, $f[[R0:[0-9]+]]
  /external/oprofile/events/i386/arch_perfmon/
unit_masks 3 name:zero type:mandatory default:0x0
  /external/oprofile/events/i386/ppro/
unit_masks 3 name:zero type:mandatory default:0x0
  /external/oprofile/events/x86-64/family15h/
unit_masks 15 name:zero type:mandatory default:0x0
  /external/oprofile/module/
op_util.h 18 // returns non-zero on failure, inclusive
  /external/srec/config/en.us/dictionary/
basic.ok 31 zero =Y07
  /external/valgrind/main/memcheck/tests/
inits.c 4 /* Static and global vars are inited to zero, non-static local vars aren't. */
  /external/valgrind/main/none/tests/x86/
shift_ndep.c 4 /* Test whether a shift by zero properly preserves the CC_NDEP thunk. */
7 shift when the shift amount happens to be zero. */
15 to be zero, which should leave both %x and all the flags
21 the shift amount were non-zero), this will be interpeted as
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
timeout-zero.js 1 description("Tests that when timeout is zero (and maximumAge is too), the error callback is called immediately with code TIMEOUT.");
  /external/webkit/LayoutTests/fast/dom/Geolocation/
timestamp-expected.txt 1 Tests that Geoposition timestamps are well-formed (non-zero and in the same units as Date.getTime).
  /system/extras/tests/bionic/libc/other/
test_system.c 23 fprintf(stderr, "Command returned non-zero exit code: %d\n",
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerMIPS.h 73 Zero,
239 move(MIPSRegisters::zero, dest);
271 move(MIPSRegisters::zero, dest);
286 m_assembler.subu(srcDest, MIPSRegisters::zero, srcDest);
291 m_assembler.nor(srcDest, srcDest, MIPSRegisters::zero);
466 /* Need to use zero-extened load byte for load8. */
611 /* Need to use zero-extened load half-word for load16. */
629 /* Need to use zero-extened load half-word for load16. */
727 m_assembler.sw(MIPSRegisters::zero, address.base,
742 m_assembler.sw(MIPSRegisters::zero, addrTempRegister
    [all...]
  /bionic/libc/arch-x86/string/
bzero.S 29 rep /* zero until word aligned */
32 movl %edx,%ecx /* zero by words */
38 L1: movl %edx,%ecx /* zero remainder by bytes */
  /dalvik/dx/tests/093-ssa-invoke-range/
Blort.java 21 // The register containing "zero" will be marked as "reserved for locals"
26 int zero = 0; local
28 methodThatNeedsInvokeRange(src, zero, dest, 1, 5, 0);
  /external/compiler-rt/lib/asan/lit_tests/
throw_invoke_test.cc 4 static volatile int zero = 0; variable
13 if (zero == 0)
15 else if (zero == 1)
  /external/compiler-rt/lib/
mulsf3.c 31 // Detect if a or b is zero, denormal, infinity, or NaN.
43 // infinity * non-zero = +/- infinity
45 // infinity * zero = NaN
50 // non-zero * infinity = +/- infinity
52 // zero * infinity = NaN
56 // zero * anything = +/- zero
58 // anything * zero = +/- zero
77 // zero. Normalizing this result is just a conditional left-shift by on
    [all...]
  /external/dropbear/libtommath/
bn_mp_clamp.c 20 * This is used to ensure that leading zero digits are
21 * trimed and the leading "used" digit will be non-zero
29 * zero.
bn_mp_cnt_lsb.c 22 /* Counts the number of lsbs which are zero before the first zero bit */
33 /* scan lower digits until non-zero */

Completed in 675 milliseconds

<<11121314151617181920>>