Searched
full:zero (Results
426 -
450 of
8531) sorted by null
<<11121314151617181920>>
/dalvik/vm/mterp/armv5te/ |
binop2addr.S | 8 * If "chkzero" is set to 1, we perform a divide-by-zero check on 23 cmp r1, #0 @ is second operand zero?
|
binopLit8.S | 8 * If "chkzero" is set to 1, we perform a divide-by-zero check on 22 @cmp r1, #0 @ is second operand zero?
|
binopWide.S | 8 * If "chkzero" is set to 1, we perform a divide-by-zero check on 28 orrs ip, r2, r3 @ second arg (r2-r3) is zero?
|
binopWide2addr.S | 8 * If "chkzero" is set to 1, we perform a divide-by-zero check on 25 orrs ip, r2, r3 @ second arg (r2-r3) is zero?
|
/dalvik/vm/mterp/armv6t2/ |
OP_DOUBLE_TO_INT.S | 44 cmp r0, #0 @ zero == no 45 beq 1f @ return zero for NaN
|
OP_DOUBLE_TO_LONG.S | 43 cmp r0, #0 @ zero == no 44 moveq r1, #0 @ return zero for NaN
|
binop2addr.S | 8 * If "chkzero" is set to 1, we perform a divide-by-zero check on 22 cmp r1, #0 @ is second operand zero?
|
binopWide2addr.S | 8 * If "chkzero" is set to 1, we perform a divide-by-zero check on 24 orrs ip, r2, r3 @ second arg (r2-r3) is zero?
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_MapTest2.java | 41 assertEquals("size should be zero", 0, map.size()); 55 assertEquals("size should be zero", 0, map.size());
|
/external/chromium/chrome/browser/sync/sessions/ |
test_util.cc | 19 // Note that a non-zero value of changes_remaining once a session has 27 // Note that a non-zero number of unsynced handles once a session has
|
/external/clang/include/clang/AST/ |
CharUnits.h | 53 /// Zero - Construct a CharUnits quantity of zero. 54 static CharUnits Zero() { 116 /// isZero - Test whether the quantity equals zero. 122 /// isPositive - Test whether the quantity is greater than zero. 125 /// isNegative - Test whether the quantity is less than zero. 129 /// Zero is not a power of two. 168 /// Align. Align must be non-zero.
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/ |
p1.cpp | 18 // If we have a size, it must be greater than zero. 20 int ar7[0u]; // expected-warning {{zero size arrays are an extension}}
|
/external/clang/test/Sema/ |
format-strings-scanf.c | 13 scanf("%0d", i); // expected-warning{{zero field width in scanf format string is unused}} 14 scanf("%00d", i); // expected-warning{{zero field width in scanf format string is unused}}
|
/external/clang/test/SemaTemplate/ |
alias-church-numerals.cpp | 8 template<template<typename> class, typename X> using Zero = X; 11 template<template<typename> class F, typename X> using One = Succ<Zero, F, X>;
|
/external/dropbear/libtomcrypt/src/pk/rsa/ |
rsa_export.c | 30 unsigned long zero=0; local 46 LTC_ASN1_SHORT_INTEGER, 1UL, &zero,
|
/external/dropbear/libtommath/ |
bn_mp_lshd.c | 23 /* if its less than zero return */ 55 /* zero the lower digits */
|
bn_mp_mod_2d.c | 24 /* if b is <= 0 then zero the int */ 41 /* zero digits above the last digit of the modulus */
|
bn_mp_mul_d.c | 45 /* zero carry */ 64 /* now zero digits above the top */
|
bn_mp_rshd.c | 28 /* if b > used then simply zero it and return */ 59 /* zero the top digits */
|
/external/e2fsprogs/tests/f_bad_disconnected_inode/ |
expect.1 | 18 i_file_acl for inode 13 (...) is 4218798225, should be zero. 24 i_file_acl for inode 14 (...) is 2892851642, should be zero.
|
/external/e2fsprogs/tests/f_baddir/ |
expect.1 | 6 Inode 13 is a zero-length directory. Clear? yes 9 Entry 'zero' in / (2) has deleted/unused inode 13. Clear? yes
|
/external/elfutils/m4/ |
intdiv0.m4 | 16 AC_CACHE_CHECK([whether integer division by zero raises SIGFPE], 71 [Define if integer division by zero raises signal SIGFPE.])
|
/external/llvm/include/llvm/Support/ |
Program.h | 75 unsigned memoryLimit = 0, ///< If non-zero, this specifies max. amount 77 ///< higher limit, the child is killed and this call returns. If zero 79 std::string* ErrMsg = 0 ///< If non-zero, provides a pointer to a string 88 /// A zero or positive value indicates the result code of the program. 95 unsigned secondsToWait, ///< If non-zero, this specifies the amount 97 ///< expires, the child is killed and this call returns. If zero, 100 std::string* ErrMsg ///< If non-zero, provides a pointer to a string 110 ( std::string* ErrMsg = 0 ///< If non-zero, provides a pointer to a string
|
/external/llvm/test/CodeGen/X86/ |
2011-08-29-BlockConstant.ll | 8 ; CHECK: .zero 4000 34 ; CHECK: .zero 504,94
|
x86-64-and-mask.ll | 16 ; This copy can't be coalesced away because it needs the implicit zero-extend. 26 ; This should use a 32-bit and with implicit zero-extension, not a 64-bit and
|
Completed in 1286 milliseconds
<<11121314151617181920>>