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

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/mesa/math/
m_debug_norm.c 50 ONE, NIL, NIL, NIL,
51 NIL, ONE, NIL, NIL,
52 NIL, NIL, ONE, NIL,
224 case ONE:
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetNavigationTester.java 22 import static com.google.common.collect.testing.features.CollectionSize.ONE;
132 @CollectionSize.Require(ONE)
138 @CollectionSize.Require(ONE)
144 @CollectionSize.Require(ONE)
153 @CollectionSize.Require(ONE)
159 @CollectionSize.Require(ONE)
284 @CollectionSize.Require(ONE)
304 @CollectionSize.Require(ONE)
324 @CollectionSize.Require(ONE)
344 @CollectionSize.Require(ONE)
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusRS.java 156 builder.setBlendFunc(BlendSrcFunc.ONE, BlendDstFunc.ONE);
161 builder.setBlendFunc(BlendSrcFunc.SRC_ALPHA, BlendDstFunc.ONE);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
299 sig.setParameter("r", BigInteger.ONE);
300 sig.setParameter("s", BigInteger.ONE);
316 DSAParameterSpec spec = new DSAParameterSpec(BigInteger.ONE,
317 BigInteger.ONE, BigInteger.ONE);
  /external/opencv/cv/src/
cvhough.cpp 856 const int SHIFT = 10, ONE = 1 << SHIFT, R_THRESH = 30;
921 sx = cvRound(vx*ONE/fabs(vy));
922 sy = vy < 0 ? -ONE : ONE;
927 sy = cvRound(vy*ONE/fabs(vx));
928 sx = vx < 0 ? -ONE : ONE;
931 x0 = cvRound((x*idp)*ONE) + ONE + (ONE/2)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 437 (a.toBigInteger().equals(ECConstants.ONE))) &&
438 (b.toBigInteger().equals(ECConstants.ONE)));
502 z = z.add(fromBigInteger(ECConstants.ONE));
  /external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetNonGwtTest.java 63 CollectionSize.ONE,
105 * It's a warning if a TestCase subclass contains no tests, so we add one.
  /external/llvm/lib/Target/R600/
R600RegisterInfo.cpp 33 Reserved.set(AMDGPU::ONE);
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/
SslContextBuilder.java 104 generator.setSerialNumber(BigInteger.ONE);
  /frameworks/base/keystore/tests/src/android/security/
KeyPairGeneratorSpecTest.java 33 private static final BigInteger SERIAL_1 = BigInteger.ONE;
46 assertEquals("Context should be the one specified", getContext(), spec.getContext());
48 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias());
50 assertEquals("Key algorithm should be the one specified", "RSA", spec.getKeyType());
52 assertEquals("Key size should be the one specified", 1024, spec.getKeySize());
54 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN());
56 assertEquals("startDate should be the one specified", NOW, spec.getStartDate());
58 assertEquals("endDate should be the one specified", NOW_PLUS_10_YEARS, spec.getEndDate());
73 assertEquals("Context should be the one specified", getContext(), spec.getContext());
75 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias())
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerAndTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
132 * And for zero and one
136 BigInteger bNumber = BigInteger.ONE;
143 * And for one and one
146 BigInteger aNumber = BigInteger.ONE;
147 BigInteger bNumber = BigInteger.ONE;
149 assertTrue(result.equals(BigInteger.ONE));
  /libcore/luni/src/main/java/java/security/spec/
ECFieldF2m.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
86 // the leftmost bit must be (m+1)-th one,
161 BigInteger rpTmp = BigInteger.ONE.setBit(this.m);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
EnumTest.java 1 /* Licensed to the Apache Software Foundation (ASF) under one or more
49 ONE;
199 MockCloneEnum.ONE.callClone();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc.h 89 /* Having zero and one in here makes the definition of swizzle a lot
114 #define ONE SRC_ONE
125 (ONE << UREG_CHANNEL_ONE_SHIFT))
137 /* One neat thing about the UREG representation:
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600GenRegisterInfo.pl 66 def ONE : R600Reg<"1.0">;
89 ZERO, HALF, ONE, ONE_INT, PV_X, ALU_LITERAL_X, NEG_ONE, NEG_HALF)>;
  /external/easymock/src/org/easymock/
MockControl.java 412 * Exactly one call.
414 public static final Range ONE = MocksControl.ONCE;
417 * One or more calls.
638 if (range == ONE) {
  /external/eigen/blas/
chbmv.f 137 COMPLEX ONE
138 PARAMETER (ONE= (1.0E+0,0.0E+0))
180 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
196 * are accessed sequentially with one pass through A.
200 IF (BETA.NE.ONE) THEN
chpmv.f 103 COMPLEX ONE
104 PARAMETER (ONE= (1.0E+0,0.0E+0))
142 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
158 * are accessed sequentially with one pass through AP.
162 IF (BETA.NE.ONE) THEN
dsbmv.f 133 DOUBLE PRECISION ONE,ZERO
134 PARAMETER (ONE=1.0D+0,ZERO=0.0D+0)
174 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
190 * are accessed sequentially with one pass through A.
194 IF (BETA.NE.ONE) THEN
dspmv.f 101 DOUBLE PRECISION ONE,ZERO
102 PARAMETER (ONE=1.0D+0,ZERO=0.0D+0)
135 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
151 * are accessed sequentially with one pass through AP.
155 IF (BETA.NE.ONE) THEN
ssbmv.f 135 REAL ONE,ZERO
136 PARAMETER (ONE=1.0E+0,ZERO=0.0E+0)
176 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
192 * are accessed sequentially with one pass through A.
196 IF (BETA.NE.ONE) THEN
sspmv.f 101 REAL ONE,ZERO
102 PARAMETER (ONE=1.0E+0,ZERO=0.0E+0)
135 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
151 * are accessed sequentially with one pass through AP.
155 IF (BETA.NE.ONE) THEN
zhbmv.f 137 DOUBLE COMPLEX ONE
138 PARAMETER (ONE= (1.0D+0,0.0D+0))
180 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
196 * are accessed sequentially with one pass through A.
200 IF (BETA.NE.ONE) THEN
zhpmv.f 103 DOUBLE COMPLEX ONE
104 PARAMETER (ONE= (1.0D+0,0.0D+0))
142 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
158 * are accessed sequentially with one pass through AP.
162 IF (BETA.NE.ONE) THEN
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListAddAllAtIndexTester.java 20 import static com.google.common.collect.testing.features.CollectionSize.ONE;
137 @CollectionSize.Require(absent = {ZERO, ONE})

Completed in 3764 milliseconds

1 2 3 4 56 7 8 91011>>