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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/text/template/
exec_test.go 394 {"if 1", "{{if 1}}NON-ZERO{{else}}ZERO{{end}}", "NON-ZERO", tVal, true},
395 {"if 0", "{{if 0}}NON-ZERO{{else}}ZERO{{end}}", "ZERO", tVal, true},
396 {"if 1.5", "{{if 1.5}}NON-ZERO{{else}}ZERO{{end}}", "NON-ZERO", tVal, true},
397 {"if 0.0", "{{if .FloatZero}}NON-ZERO{{else}}ZERO{{end}}", "ZERO", tVal, true}
    [all...]
  /cts/tests/security/src/android/keystore/cts/
Asn1Utils.java 149 || bigInt.compareTo(BigInteger.ZERO) < 0) {
157 || bigInt.compareTo(BigInteger.ZERO) < 0) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdamsNordsieckTransformer.java 172 Arrays.fill(shiftedP[0], BigFraction.ZERO);
177 bigP.walkInOptimizedOrder(new DefaultFieldMatrixChangingVisitor<BigFraction>(BigFraction.ZERO) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
BigReal.java 41 public static final BigReal ZERO = new BigReal(BigDecimal.ZERO);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java 41 new ZTauElement(ECConstants.ONE, ECConstants.ZERO), null,
60 new ZTauElement(ECConstants.ONE, ECConstants.ZERO), null,
339 while(!((r0.equals(ECConstants.ZERO)) && (r1.equals(ECConstants.ZERO))))
465 u0 = ECConstants.ZERO;
520 BigInteger twoToW = ECConstants.ZERO.setBit(w);
763 while (!((r0.equals(ECConstants.ZERO))&&(r1.equals(ECConstants.ZERO))))
  /external/clang/test/SemaCXX/
MicrosoftCompatibility.cpp 232 static const int ZERO = 0;
240 Bar g_bar = { (Foo::MemberFcnPtr)Foo::ZERO };
242 template<int N> int *get_n() { return N; } // expected-warning {{expression which evaluates to zero treated as a null pointer constant}}
  /frameworks/base/core/tests/coretests/src/android/view/textclassifier/logging/
GenerateLinksLoggerTest.java 49 private static final String ZERO = "0";
113 return Integer.parseInt(Objects.toString(log.getTaggedData(eventField), ZERO));
  /libcore/luni/src/test/java/libcore/java/lang/
ProcessBuilderTest.java 72 checkProcessExecution(pb, ResultCodes.ZERO,
139 checkProcessExecution(pb, ResultCodes.ZERO, /* processInput */ "",
148 checkProcessExecution(pb, ResultCodes.ZERO, processInput,
180 checkProcessExecution(pb, ResultCodes.ZERO, testString, testString, "");
186 checkProcessExecution(pb, ResultCodes.ZERO, testString, testString, "");
193 checkProcessExecution(pb, ResultCodes.ZERO, "", testString + "\n", "");
242 checkProcessExecution(pb, ResultCodes.ZERO, "", "android\n", "");
455 ZERO { @Override void assertMatches(int actualResultCode) {
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKClock_Offset.java 96 Clock test = Clock.offset(underlying, Duration.ZERO);
102 Clock.offset(null, Duration.ZERO);
  /art/runtime/arch/mips/
registers_mips.h 31 ZERO = 0,
  /art/runtime/arch/mips64/
registers_mips64.h 31 ZERO = 0,
  /bionic/libm/x86_64/
e_exp.S 229 movsd ZERO(%rip), %xmm0
604 ZERO:
607 .type ZERO,@object
608 .size ZERO,8
  /external/llvm/lib/Target/AMDGPU/
R600RegisterInfo.cpp 34 Reserved.set(AMDGPU::ZERO);
  /external/replicaisland/src/com/replica/replicaisland/
Vector2.java 26 public static final Vector2 ZERO = new Vector2(0, 0);
112 public final void zero() { method in class:Vector2
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerModPowTest.java 51 BigInteger.ZERO.modPow(new BigInteger("-1"), new BigInteger("10"));
121 + ") should be " + BigInteger.ZERO, BigInteger.ZERO,
240 * gcd: the second number is zero
260 * gcd: the first number is zero
280 * gcd: the first number is ZERO
286 BigInteger aNumber = BigInteger.ZERO;
  /libcore/luni/src/test/java/libcore/java/time/zone/
ZoneRulesTest.java 56 assertEquals(Duration.ZERO, zoneRules.getDaylightSavings(instant));
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Site.java 104 this.numBytes = Size.ZERO;
211 mSizesByHeap[i] = Size.ZERO;
319 Size total = Size.ZERO;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
BCDSAPublicKey.java 27 private static BigInteger ZERO = BigInteger.valueOf(0);
190 if (p.equals(ZERO))
209 out.writeObject(ZERO);
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
CollectionToArrayTester.java 20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
157 @CollectionSize.Require(absent = ZERO)
167 @CollectionSize.Require(ZERO)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapAsMapTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
66 @CollectionSize.Require(absent = ZERO)
86 @CollectionSize.Require(absent = ZERO)
MultimapReplaceValuesTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
106 @CollectionSize.Require(absent = ZERO)
136 @CollectionSize.Require(absent = ZERO)
MultisetRemoveTester.java 23 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
70 @CollectionSize.Require(absent = ZERO)
128 @CollectionSize.Require(absent = ZERO)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionToArrayTester.java 20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
160 @CollectionSize.Require(absent = ZERO)
170 @CollectionSize.Require(ZERO)
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
image.h 26 #define ZERO 0
164 return (*this)[Clip(y, ZERO, height_less_one_)]
165 [Clip(x, ZERO, width_less_one_)];
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_frag.c 101 return RC_IN_SOURCE(ZERO);
178 return RC_IN_SOURCE(ZERO) |
184 return RC_IN_SOURCE(ZERO) |
191 return RC_IN_SOURCE(ZERO) |
213 (rc)->in |= (RC_IN_SOURCE(ZERO) | \

Completed in 719 milliseconds

<<11121314151617181920>>