/external/valgrind/memcheck/tests/ |
clientperm.stdout.exp | 2 sum is non-positive 4 sum is non-positive
|
clientperm.c | 29 printf("sum is %s\n", sum > 0 ? "positive" : "non-positive"); 36 printf("sum is %s\n", sum > 0 ? "positive" : "non-positive");
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
scomm-directive-7.d | 4 #warning: alignment is not a positive number
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
rotX.l | 2 .*.s:[[:digit:]]+: Error: [Nn]umber of elements must be positive 3 .*.s:[[:digit:]]+: Error: [Nn]umber of elements must be positive
|
unwind-bad.l | 2 .*:8: Error: First operand to \.save\.g must be a positive 4-bit constant 3 .*:10: Error: First operand to \.save\.g must be a positive 4-bit constant 4 .*:12: Error: First operand to \.save\.g must be a positive 4-bit constant 7 .*:20: Error: Operand to \.save\.f must be a positive 20-bit constant 8 .*:22: Error: Operand to \.save\.f must be a positive 20-bit constant 9 .*:24: Error: Operand to \.save\.f must be a positive 20-bit constant 12 .*:32: Error: First operand to \.save\.b must be a positive 5-bit constant 13 .*:34: Error: First operand to \.save\.b must be a positive 5-bit constant 14 .*:36: Error: First operand to \.save\.b must be a positive 5-bit constant 40 .*:108: Error: First operand to \.save\.g must be a positive 4-bit constan [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
AbstractECMultiplier.java | 15 ECPoint positive = multiplyPositive(p, k.abs()); local 16 ECPoint result = sign > 0 ? positive : positive.negate();
|
/ndk/tests/device/test-gnustl-full/unit/ |
bcompos_test.cpp | 38 binary_compose<logical_and<bool>, odd, positive> 39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive()); 52 compose2(logical_and<bool>(), odd(), positive()));
|
/ndk/tests/device/test-stlport/unit/ |
bcompos_test.cpp | 38 binary_compose<logical_and<bool>, odd, positive> 39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive()); 52 compose2(logical_and<bool>(), odd(), positive()));
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/ |
addr-syntax.s | 3 ; Check postmodified immediate with positive and negative displacements
|
/external/valgrind/ |
exp-sgcheck.supp | 8 # I'm pretty sure this is a false positive caused by the sg_ stuff 10 glibc realpath false positive
|
/libcore/luni/src/main/java/java/math/ |
Logical.java | 112 // PRE: both arguments are positive 128 /** @return sign = positive.magnitude & magnitude = -negative.magnitude */ 129 static BigInteger andDiffSigns(BigInteger positive, BigInteger negative) { 130 // PRE: positive is positive and negative is negative 131 int iPos = positive.getFirstNonzeroDigit(); 135 // the positive digits 136 if (iNeg >= positive.numberLength) { 139 int resLength = positive.numberLength; 145 resDigits[i] = -negative.digits[i] & positive.digits[i] [all...] |
/prebuilts/misc/common/swig/include/2.0.11/ |
constraints.i | 17 positive numbers, non-NULL pointers, and so on. The following 20 Number POSITIVE - Positive number (not zero) 23 Number NONNEGATIVE - Positive number (including zero) 38 void *malloc(int POSITIVE); // May return a NULL pointer 56 double log(double POSITIVE); 63 Real log(Real POSITIVE); 78 // Positive numbers 81 int POSITIVE, 82 short POSITIVE, [all...] |
/external/proguard/src/proguard/gui/ |
FilterBuilder.java | 53 StringBuffer positive = new StringBuffer(); local 56 buildFilter("", positive, negative); 58 return positive.length() <= negative.length() ? 59 positive.toString() : 67 * @param positive the filter to be extended, assuming the matching 73 StringBuffer positive, 101 // Extend the positive filter with exceptions and return. 102 if (positive.length() > 0) 104 positive.append(','); 106 positive.append('!').append(prefix) [all...] |
/external/strace/linux/nios2/ |
get_error.c | 6 * value on success or a positive error number on failure. A flag 8 * the system call success, r7=1 indicates an error. The positive
|
/external/eigen/test/eigen2/ |
eigen2_svd.cpp | 58 MatrixType unitary, positive; local 59 svd.computeUnitaryPositive(&unitary, &positive); 61 VERIFY_IS_APPROX(positive, positive.adjoint()); 62 for(int i = 0; i < rows; i++) VERIFY(positive.diagonal()[i] >= 0); // cheap necessary (not sufficient) condition for positivity 63 VERIFY_IS_APPROX(unitary*positive, a); 65 svd.computePositiveUnitary(&positive, &unitary); 67 VERIFY_IS_APPROX(positive, positive.adjoint()); 68 for(int i = 0; i < rows; i++) VERIFY(positive.diagonal()[i] >= 0); // cheap necessary (not sufficient) condition for positivit [all...] |
/external/eigen/doc/snippets/ |
SelfAdjointEigenSolver_operatorSqrt.cpp | 3 cout << "Here is a random positive-definite matrix, A:" << endl << A << endl << endl;
|
SelfAdjointEigenSolver_operatorInverseSqrt.cpp | 3 cout << "Here is a random positive-definite matrix, A:" << endl << A << endl << endl;
|
/external/libxml2/result/schemas/ |
length3_0_0.err | 1 ./test/schemas/length3_0.xsd:5: element element: Schemas parser error : element decl. 'size', attribute 'type': The QName value '{http://www.w3.org/2001/XMLSchema}non-positive-integer' does not resolve to a(n) type definition.
|
/external/libxml2/result/schematron/ |
zvon1_0.err | 4 Pattern: Print positive result only
|
zvon1_1.err | 4 Pattern: Print positive result only
|
/external/llvm/test/MC/ELF/ |
section-unique-err2.s | 3 // CHECK: error: unique id must be positive
|
/external/selinux/libselinux/man/man3/ |
security_policyvers.3 | 11 returns the version of the policy (a positive integer) on success, or \-1 on
|
/external/compiler-rt/test/ubsan/TestCases/Misc/ |
vla.c | 7 // CHECK-MINUS-ONE: vla.c:9:11: runtime error: variable length array bound evaluates to non-positive value -1 8 // CHECK-ZERO: vla.c:9:11: runtime error: variable length array bound evaluates to non-positive value 0
|
/external/llvm/test/Transforms/InstSimplify/ |
2011-11-23-MaskedBitsCrash.ll | 4 ; into a positive one) and thus results in undefined behaviour. At 8 ; as being both positive and negative, firing an assertion!
|
/external/compiler-rt/test/msan/ |
initgroups.cc | 9 // The above fails unless you are root. Does not matter, MSan false positive
|