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

1 2 3 4 5 6 78 91011>>

  /external/python/cpython3/Doc/includes/
tzinfo-examples.py 3 ZERO = timedelta(0)
43 return ZERO
136 return ZERO
147 return ZERO if dt.fold else HOUR
150 return HOUR if dt.fold else ZERO
152 return ZERO
  /libcore/luni/src/test/java/tests/security/spec/
ECPointTest.java 47 new ECPoint(BigInteger.ZERO, BigInteger.ZERO);
64 new ECPoint(null, BigInteger.ZERO);
72 new ECPoint(BigInteger.ZERO, null);
184 p2 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.ZERO);
189 p2 = new ECPoint(BigInteger.valueOf(-23456L), BigInteger.ZERO);
  /external/eigen/lapack/
slarfg.f 52 *> If the elements of x are all zero, then tau = 0 and H is taken to be
125 REAL ONE, ZERO
126 PARAMETER ( ONE = 1.0E+0, ZERO = 0.0E+0 )
145 TAU = ZERO
151 IF( XNORM.EQ.ZERO ) THEN
155 TAU = ZERO
clarft.f 182 COMPLEX ONE, ZERO
184 $ ZERO = ( 0.0E+0, 0.0E+0 ) )
207 IF( TAU( I ).EQ.ZERO ) THEN
212 T( J, I ) = ZERO
221 IF( V( LASTV, I ).NE.ZERO ) EXIT
237 IF( V( I, LASTV ).NE.ZERO ) EXIT
266 IF( TAU( I ).EQ.ZERO ) THEN
271 T( J, I ) = ZERO
281 IF( V( LASTV, I ).NE.ZERO ) EXIT
296 IF( V( I, LASTV ).NE.ZERO ) EXI
    [all...]
dlarft.f 182 DOUBLE PRECISION ONE, ZERO
183 PARAMETER ( ONE = 1.0D+0, ZERO = 0.0D+0 )
206 IF( TAU( I ).EQ.ZERO ) THEN
211 T( J, I ) = ZERO
220 IF( V( LASTV, I ).NE.ZERO ) EXIT
235 IF( V( I, LASTV ).NE.ZERO ) EXIT
264 IF( TAU( I ).EQ.ZERO ) THEN
269 T( J, I ) = ZERO
279 IF( V( LASTV, I ).NE.ZERO ) EXIT
294 IF( V( I, LASTV ).NE.ZERO ) EXI
    [all...]
slarft.f 182 REAL ONE, ZERO
183 PARAMETER ( ONE = 1.0E+0, ZERO = 0.0E+0 )
206 IF( TAU( I ).EQ.ZERO ) THEN
211 T( J, I ) = ZERO
220 IF( V( LASTV, I ).NE.ZERO ) EXIT
235 IF( V( I, LASTV ).NE.ZERO ) EXIT
264 IF( TAU( I ).EQ.ZERO ) THEN
269 T( J, I ) = ZERO
279 IF( V( LASTV, I ).NE.ZERO ) EXIT
294 IF( V( I, LASTV ).NE.ZERO ) EXI
    [all...]
zlarft.f 182 COMPLEX*16 ONE, ZERO
184 $ ZERO = ( 0.0D+0, 0.0D+0 ) )
207 IF( TAU( I ).EQ.ZERO ) THEN
212 T( J, I ) = ZERO
221 IF( V( LASTV, I ).NE.ZERO ) EXIT
236 IF( V( I, LASTV ).NE.ZERO ) EXIT
265 IF( TAU( I ).EQ.ZERO ) THEN
270 T( J, I ) = ZERO
280 IF( V( LASTV, I ).NE.ZERO ) EXIT
295 IF( V( I, LASTV ).NE.ZERO ) EXI
    [all...]
clarf.f 148 COMPLEX ONE, ZERO
150 $ ZERO = ( 0.0E+0, 0.0E+0 ) )
169 IF( TAU.NE.ZERO ) THEN
182 ! Look for the last non-zero row in V.
183 DO WHILE( LASTV.GT.0 .AND. V( I ).EQ.ZERO )
188 ! Scan for the last non-zero column in C(1:lastv,:).
191 ! Scan for the last non-zero row in C(:,1:lastv).
206 $ C, LDC, V, INCV, ZERO, WORK, 1 )
221 $ V, INCV, ZERO, WORK, 1 )
clarfg.f 52 *> If the elements of x are all zero and alpha is real, then tau = 0
125 REAL ONE, ZERO
126 PARAMETER ( ONE = 1.0E+0, ZERO = 0.0E+0 )
146 TAU = ZERO
154 IF( XNORM.EQ.ZERO .AND. ALPHI.EQ.ZERO ) THEN
158 TAU = ZERO
dlarf.f 144 DOUBLE PRECISION ONE, ZERO
145 PARAMETER ( ONE = 1.0D+0, ZERO = 0.0D+0 )
164 IF( TAU.NE.ZERO ) THEN
177 ! Look for the last non-zero row in V.
178 DO WHILE( LASTV.GT.0 .AND. V( I ).EQ.ZERO )
183 ! Scan for the last non-zero column in C(1:lastv,:).
186 ! Scan for the last non-zero row in C(:,1:lastv).
201 $ ZERO, WORK, 1 )
216 $ V, INCV, ZERO, WORK, 1 )
slarf.f 144 REAL ONE, ZERO
145 PARAMETER ( ONE = 1.0E+0, ZERO = 0.0E+0 )
164 IF( TAU.NE.ZERO ) THEN
177 ! Look for the last non-zero row in V.
178 DO WHILE( LASTV.GT.0 .AND. V( I ).EQ.ZERO )
183 ! Scan for the last non-zero column in C(1:lastv,:).
186 ! Scan for the last non-zero row in C(:,1:lastv).
201 $ ZERO, WORK, 1 )
216 $ V, INCV, ZERO, WORK, 1 )
zlarf.f 148 COMPLEX*16 ONE, ZERO
150 $ ZERO = ( 0.0D+0, 0.0D+0 ) )
169 IF( TAU.NE.ZERO ) THEN
182 * Look for the last non-zero row in V.
183 DO WHILE( LASTV.GT.0 .AND. V( I ).EQ.ZERO )
188 * Scan for the last non-zero column in C(1:lastv,:).
191 * Scan for the last non-zero row in C(:,1:lastv).
206 $ C, LDC, V, INCV, ZERO, WORK, 1 )
221 $ V, INCV, ZERO, WORK, 1 )
zlarfg.f 52 *> If the elements of x are all zero and alpha is real, then tau = 0
125 DOUBLE PRECISION ONE, ZERO
126 PARAMETER ( ONE = 1.0D+0, ZERO = 0.0D+0 )
146 TAU = ZERO
154 IF( XNORM.EQ.ZERO .AND. ALPHI.EQ.ZERO ) THEN
158 TAU = ZERO
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
NavigableMapNavigationTester.java 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
78 @CollectionSize.Require(ZERO)
84 @CollectionSize.Require(ZERO)
89 @CollectionSize.Require(ZERO)
101 @CollectionSize.Require(ZERO)
107 @CollectionSize.Require(ZERO)
247 @CollectionSize.Require(absent = ZERO)
252 @CollectionSize.Require(absent = ZERO)
257 @CollectionSize.Require(absent = ZERO)
262 @CollectionSize.Require(absent = ZERO)
    [all...]
CollectionAddAllTester.java 23 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
86 @CollectionSize.Require(absent = ZERO)
95 @CollectionSize.Require(absent = ZERO)
107 @CollectionSize.Require(absent = ZERO)
120 @CollectionSize.Require(absent = ZERO)
MapPutAllTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
96 @CollectionSize.Require(absent = ZERO)
104 @CollectionSize.Require(absent = ZERO)
117 @CollectionSize.Require(absent = ZERO)
128 @CollectionSize.Require(absent = ZERO)
MapEntrySetTester.java 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
80 @CollectionSize.Require(absent = ZERO)
94 @CollectionSize.Require(absent = ZERO)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerCompareTest.java 185 * Compare a positive number to ZERO.
191 BigInteger bNumber = BigInteger.ZERO;
197 * Compare ZERO to a positive number.
202 BigInteger aNumber = BigInteger.ZERO;
209 * Compare a negative number to ZERO.
215 BigInteger bNumber = BigInteger.ZERO;
221 * Compare ZERO to a negative number.
226 BigInteger aNumber = BigInteger.ZERO;
233 * Compare ZERO to ZERO
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
ShortDuration.java 49 return ZERO;
66 return ZERO;
79 public static ShortDuration zero() { method in class:ShortDuration
80 return ZERO;
88 return ZERO;
162 // Zero
164 private static ShortDuration ZERO = new ShortDuration(0) {
185 checkArgument(divisor.compareTo(BigDecimal.ZERO) != 0);
206 // Non-zero
229 return ZERO;
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
MapPutAllTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
93 @CollectionSize.Require(absent = ZERO)
101 @CollectionSize.Require(absent = ZERO)
114 @CollectionSize.Require(absent = ZERO)
125 @CollectionSize.Require(absent = ZERO)
  /frameworks/base/rs/java/android/renderscript/
ProgramStore.java 95 ZERO (0),
121 ZERO (0),
239 builder.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ZERO);
260 builder.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ZERO);
340 mBlendDst = BlendDstFunc.ZERO;
  /packages/apps/ExactCalculator/src/com/android/calculator2/
UnifiedReal.java 96 return UnifiedReal.ZERO;
156 public static final UnifiedReal ZERO = new UnifiedReal(BoundedRational.ZERO);
212 * mRatFactors are zero or possibly if one is CR_PI and the other is CR_E.
301 * with those mCrFactors will compare unequal unless both mRatFactors are zero?
384 * If exactlyTruncatable(), we round correctly towards zero. Otherwise the resulting digit
391 if (mCrFactor == CR_ONE || mRatFactor == BoundedRational.ZERO) {
434 return mCrFactor == CR_ONE || mRatFactor == BoundedRational.ZERO || definitelyIrrational();
439 * Rational arguments are currently rounded to nearest, with ties away from zero.
494 * Return compareTo(ZERO, a)
    [all...]
  /art/compiler/utils/mips/
assembler_mips32r6_test.cc 79 // NOP is encoded as four zero bytes on MIPS.
94 registers_.push_back(new mips::Register(mips::ZERO));
127 secondary_register_names_.emplace(mips::Register(mips::ZERO), "zero");
279 __ Addu(mips::ZERO, mips::ZERO, mips::ZERO);
285 __ Addu(mips::ZERO, mips::ZERO, mips::ZERO);
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/
MultisetRemoveTester.java 23 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
67 @CollectionSize.Require(absent = ZERO)
125 @CollectionSize.Require(absent = ZERO)
  /external/guava/guava-tests/test/com/google/common/math/
MathPreconditionsTest.java 93 MathPreconditions.checkPositive("BigInteger", BigInteger.ZERO);
104 MathPreconditions.checkPositive("BigInteger", BigInteger.ZERO.negate());
162 MathPreconditions.checkNonNegative("BigInteger", BigInteger.ZERO);

Completed in 326 milliseconds

1 2 3 4 5 6 78 91011>>