HomeSort by relevance Sort by last modified time
    Searched refs:ZERO (Results 126 - 150 of 821) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/eigen/lapack/
ilazlr.f 36 *> ILAZLR scans A for its last non-zero row.
96 COMPLEX*16 ZERO
97 PARAMETER ( ZERO = (0.0D+0, 0.0D+0) )
104 * Quick test for the common case where one corner is non-zero.
107 ELSE IF( A(M, 1).NE.ZERO .OR. A(M, N).NE.ZERO ) THEN
110 * Scan up each column tracking the last zero row seen.
114 DO WHILE((A(MAX(I,1),J).EQ.ZERO).AND.(I.GE.1))
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
RationalTest.java 130 // Zero is always equal to itself
132 assertEquals(ZERO, zero2);
133 assertEquals(zero2, ZERO);
184 Rational zero = new Rational(0, -100); local
185 assertEquals(0, zero.getNumerator());
186 assertEquals(1, zero.getDenominator());
187 assertEquals(ZERO, zero);
208 assertGreaterThan(NaN, ZERO);
214 assertGreaterThan(POSITIVE_INFINITY, ZERO);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
BigFraction.java 47 public static final BigFraction ZERO = new BigFraction(0);
113 * @throws ArithmeticException if the denominator is zero.
122 if (BigInteger.ZERO.equals(den)) {
125 if (BigInteger.ZERO.equals(num)) {
126 numerator = BigInteger.ZERO;
138 if (BigInteger.ZERO.compareTo(den) > 0) {
199 denominator = BigInteger.ZERO.flipBit(-k);
201 numerator = BigInteger.valueOf(m).multiply(BigInteger.ZERO.flipBit(k));
242 * set to zero (that way epsilon only has effect if there is an exact match
428 * if the denominator is <code>zero</code>
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapEntriesTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
49 @CollectionSize.Require(absent = ZERO)
62 @CollectionSize.Require(absent = ZERO)
76 @CollectionSize.Require(absent = ZERO)
86 @CollectionSize.Require(absent = ZERO)
96 @CollectionSize.Require(absent = ZERO)
119 @CollectionSize.Require(absent = ZERO)
MultimapRemoveEntryTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
52 @CollectionSize.Require(absent = ZERO)
63 @CollectionSize.Require(absent = ZERO)
74 @CollectionSize.Require(absent = ZERO)
120 @CollectionSize.Require(absent = ZERO)
141 @CollectionSize.Require(absent = ZERO)
162 @CollectionSize.Require(absent = ZERO)
MultimapContainsEntryTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
38 @CollectionSize.Require(absent = ZERO)
56 @CollectionSize.Require(absent = ZERO)
MultimapKeySetTester.java 18 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
45 @CollectionSize.Require(absent = ZERO)
65 @CollectionSize.Require(absent = ZERO)
MultisetElementSetTester.java 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
47 @CollectionSize.Require(absent = ZERO)
56 @CollectionSize.Require(absent = ZERO)
SetMultimapPutTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
43 @CollectionSize.Require(absent = ZERO)
68 @CollectionSize.Require(absent = ZERO)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListAddAllAtIndexTester.java 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
44 @CollectionSize.Require(absent = ZERO)
52 @CollectionSize.Require(absent = ZERO)
63 @CollectionSize.Require(absent = ZERO)
71 @CollectionSize.Require(absent = ZERO)
136 @CollectionSize.Require(absent = {ZERO, ONE})
144 @CollectionSize.Require(absent = ZERO)
CollectionAddTester.java 23 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
66 @CollectionSize.Require(absent = ZERO)
99 @CollectionSize.Require(absent = ZERO)
CollectionContainsAllTester.java 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
49 @CollectionSize.Require(absent = ZERO)
89 @CollectionSize.Require(absent = ZERO)
MapClearTester.java 20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
93 @CollectionSize.Require(absent = ZERO)
105 @CollectionSize.Require(ZERO)
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 230 // beq $zero, $zero, $L2 => b $L2
231 // beq $r0, $zero, $L2 => beqz $r0, $L2
232 return (isReg<Mips::ZERO>(MI, 0) && isReg<Mips::ZERO>(MI, 1) &&
234 (isReg<Mips::ZERO>(MI, 1) && printAlias("beqz", MI, 0, 2, OS));
236 // beq $r0, $zero, $L2 => beqz $r0, $L2
239 // bne $r0, $zero, $L2 => bnez $r0, $L2
240 return isReg<Mips::ZERO>(MI, 1) && printAlias("bnez", MI, 0, 2, OS);
242 // bne $r0, $zero, $L2 => bnez $r0, $L
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_emit.c 289 return swizzle(UREG(REG_TYPE_R, 0), ZERO, ZERO, ZERO, ZERO);
303 return swizzle(UREG(REG_TYPE_CONST, reg), idx, ZERO, ZERO, ONE);
319 return swizzle(i915_emit_const1f(p, c1), ZERO, X, Z, W);
324 return swizzle(i915_emit_const1f(p, c0), X, ZERO, Z, W);
341 return swizzle(UREG(REG_TYPE_CONST, reg), idx, idx + 1, ZERO, ONE);
  /external/skia/src/views/
SkTouchGesture.cpp 30 // returns +1 if z is zero
352 const SkScalar ZERO = 0;
354 fGlobalM.postTranslate(ZERO, std::min(ZERO, fWindowRect.fBottom - scaledContent.fTop));
355 fGlobalM.postTranslate(ZERO, std::max(ZERO, fWindowRect.fTop - scaledContent.fBottom));
356 fGlobalM.postTranslate(std::min(ZERO, fWindowRect.fRight - scaledContent.fLeft), ZERO);
357 fGlobalM.postTranslate(std::max(ZERO, fWindowRect.fLeft - scaledContent.fRight), ZERO);
    [all...]
  /external/skqp/src/views/
SkTouchGesture.cpp 30 // returns +1 if z is zero
352 const SkScalar ZERO = 0;
354 fGlobalM.postTranslate(ZERO, std::min(ZERO, fWindowRect.fBottom - scaledContent.fTop));
355 fGlobalM.postTranslate(ZERO, std::max(ZERO, fWindowRect.fTop - scaledContent.fBottom));
356 fGlobalM.postTranslate(std::min(ZERO, fWindowRect.fRight - scaledContent.fLeft), ZERO);
357 fGlobalM.postTranslate(std::max(ZERO, fWindowRect.fLeft - scaledContent.fRight), ZERO);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
GeneralSubtree.java 34 private static final BigInteger ZERO = BigInteger.valueOf(0);
98 * name forms, thus minimum MUST be zero, and maximum MUST be absent.
100 * If minimum is <code>null</code>, zero is assumed, if
168 return ZERO;
206 if (minimum != null && !minimum.getValue().equals(ZERO))
  /external/crcalc/tests/src/com/hp/creals/
SlowCRTest.java 49 final static CR ZERO = CR.valueOf(0);
59 .monotoneDerivative(ZERO, CR.PI);
158 if (!x.get_appr(TEST_PREC).equals(BigInteger.ZERO)) {
165 checkEq(ZERO.acos(), CR.PI.divide(TWO), "acos(0)");
166 checkEq(ONE.acos(), ZERO, "acos(1)");
168 checkEq(ZERO.asin(), ZERO, "asin(0)");
171 checkTrig(ZERO);
228 checkEq(ZERO.sqrt(), ZERO, "sqrt(0)")
    [all...]
  /external/e2fsprogs/intl/
gettextP.h 130 doesn't allow zero sized arrays. */
132 # define ZERO 0
134 # define ZERO 1
145 char domainname[ZERO];
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
CollectionAddTester.java 23 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
63 @CollectionSize.Require(absent = ZERO)
96 @CollectionSize.Require(absent = ZERO)
  /toolchain/binutils/binutils-2.27/intl/
gettextP.h 138 doesn't allow zero sized arrays. */
140 # define ZERO 0
142 # define ZERO 1
153 char domainname[ZERO];
  /art/runtime/arch/mips/
registers_mips.cc 25 "zero", "at", "v0", "v1", "a0", "a1", "a2", "a3",
31 if (rhs >= ZERO && rhs <= RA) {
  /art/runtime/arch/mips64/
registers_mips64.cc 25 "zero", "at", "v0", "v1", "a0", "a1", "a2", "a3",
32 if (rhs >= ZERO && rhs < kNumberOfGpuRegisters) {
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
AhatHeap.java 28 private Size mSize = Size.ZERO;

Completed in 1007 milliseconds

1 2 3 4 56 7 8 91011>>