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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js 64 // We need to select the fastest one that works in this environment.
406 // "this" should be the larger one if appropriate.
474 BigInteger.ONE.dlShiftTo(ys,t);
583 // use am to combine the multiply-shift-add into one call
614 if(e > 0xffffffff || e < 1) return BigInteger.ONE;
660 BigInteger.ONE = nbv(1);
756 this.bitwiseTo(BigInteger.ONE.shiftLeft(a-1),op_or,this);
760 if(this.bitLength() > a) this.subTo(BigInteger.ONE.shiftLeft(a-1),this);
912 var r = BigInteger.ONE.shiftLeft(n);
1019 // "this" should be the larger one if appropriate
    [all...]
  /external/chromium_org/v8/benchmarks/
crypto.js 72 // We need to select the fastest one that works in this environment.
414 // "this" should be the larger one if appropriate.
482 BigInteger.ONE.dlShiftTo(ys,t);
591 // use am to combine the multiply-shift-add into one call
622 if(e > 0xffffffff || e < 1) return BigInteger.ONE;
668 BigInteger.ONE = nbv(1);
764 this.bitwiseTo(BigInteger.ONE.shiftLeft(a-1),op_or,this);
768 if(this.bitLength() > a) this.subTo(BigInteger.ONE.shiftLeft(a-1),this);
920 var r = BigInteger.ONE.shiftLeft(n);
1027 // "this" should be the larger one if appropriate
    [all...]
  /external/chromium_org/v8/test/mjsunit/
smi-ops-inlined.js 32 const ONE = 1;
61 assertEquals(SMI_MAX + ONE, Add1(SMI_MAX), "smimax + 1");
62 assertEquals(SMI_MAX + ONE, Add1Reversed(SMI_MAX), "1 + smimax");
63 assertEquals(42 + ONE, Add1(OBJ_42)); // non-smi
64 assertEquals(42 + ONE, Add1Reversed(OBJ_42)); // non-smi
94 assertEquals(SMI_MIN - ONE, Sub1(SMI_MIN)); // overflow
95 assertEquals(ONE - SMI_MIN, Sub1Reversed(SMI_MIN)); // overflow
96 assertEquals(42 - ONE, Sub1(OBJ_42)); // non-smi
97 assertEquals(ONE - 42, Sub1Reversed(OBJ_42)); // non-smi
442 var one = 1
    [all...]
smi-ops.js 30 const ONE = 1;
59 assertEquals(SMI_MAX + ONE, Add1(SMI_MAX), "smimax + 1");
60 assertEquals(SMI_MAX + ONE, Add1Reversed(SMI_MAX), "1 + smimax");
61 assertEquals(42 + ONE, Add1(OBJ_42)); // non-smi
62 assertEquals(42 + ONE, Add1Reversed(OBJ_42)); // non-smi
92 assertEquals(SMI_MIN - ONE, Sub1(SMI_MIN)); // overflow
93 assertEquals(ONE - SMI_MIN, Sub1Reversed(SMI_MIN)); // overflow
94 assertEquals(42 - ONE, Sub1(OBJ_42)); // non-smi
95 assertEquals(ONE - 42, Sub1Reversed(OBJ_42)); // non-smi
449 var one = 1
    [all...]
keyed-call-ic.js 54 F.prototype.one = function() {return 'one'; }
59 ['one', 'one', 'one', 'one', 'two', 'two', 'one', 'three', 'one', 'two'];
112 key = 'one';
161 var m = 'one';
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyPairGeneratorSpecTest.java 34 private static final BigInteger SERIAL_1 = BigInteger.ONE;
51 assertEquals("Context should be the one specified", getContext(), spec.getContext());
53 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias());
55 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN());
57 assertEquals("startDate should be the one specified", NOW, spec.getStartDate());
59 assertEquals("endDate should be the one specified", NOW_PLUS_10_YEARS, spec.getEndDate());
74 assertEquals("Context should be the one specified", getContext(), spec.getContext());
76 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias());
78 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN());
80 assertEquals("startDate should be the one specified", NOW, spec.getStartDate())
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_debug_util.h 300 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 };
  /external/guava/guava/src/com/google/common/primitives/
UnsignedInteger.java 44 public static final UnsignedInteger ONE = asUnsigned(1);
UnsignedLong.java 48 public static final UnsignedLong ONE = new UnsignedLong(1);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
PerCollectionSizeTestSuiteBuilder.java 80 CollectionSize.ZERO, CollectionSize.ONE, CollectionSize.SEVERAL));
123 /** Builds a test suite for one particular {@link CollectionSize}. */
  /external/guava/guava-tests/test/com/google/common/primitives/
ByteArrayAsListTest.java 72 .withFeatures(CollectionSize.ONE,
CharArrayAsListTest.java 72 .withFeatures(CollectionSize.ONE,
DoubleArrayAsListTest.java 72 .withFeatures(CollectionSize.ONE,
FloatArrayAsListTest.java 72 .withFeatures(CollectionSize.ONE,
IntArrayAsListTest.java 73 .withFeatures(CollectionSize.ONE,
LongArrayAsListTest.java 72 .withFeatures(CollectionSize.ONE,
ShortArrayAsListTest.java 72 .withFeatures(CollectionSize.ONE,
  /external/mesa3d/src/mesa/math/
m_debug_util.h 300 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 };
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/
SslContextBuilder.java 122 generator.setSerialNumber(BigInteger.ONE);
  /libcore/luni/src/test/java/tests/security/cert/
X509CRLTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
304 crl.getRevokedCertificate(BigInteger.ONE);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerModPowTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
112 + ") should be " + BigInteger.ONE, BigInteger.ONE,
  /external/chromium_org/third_party/libjpeg_turbo/
jidctint.c 24 * The advantage of this method is that no data path contains more than one
30 * NxN (N=1...16) pixels for one 8x8 input DCT block.
166 * Perform dequantization and inverse DCT on one block of coefficients.
415 * Perform dequantization and inverse DCT on one block of coefficients,
449 tmp13 += ONE << (CONST_BITS-PASS1_BITS-1);
501 tmp13 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
564 * Perform dequantization and inverse DCT on one block of coefficients,
598 tmp0 += ONE << (CONST_BITS-PASS1_BITS-1);
637 tmp0 = (INT32) wsptr[0] + (ONE << (PASS1_BITS+2));
685 * Perform dequantization and inverse DCT on one block of coefficients
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstore.c 81 ONE = 5
92 * Return GL_TRUE if the given image format is one that be converted
140 #define MAP4(x,y,z,w) { x, y, z, w, ZERO, ONE }
151 MAP4(0,0,0,ONE),
175 MAP4(0,1,2,ONE),
187 MAP4(0, ZERO, ZERO, ONE),
193 MAP4(ZERO, 0, ZERO, ONE),
199 MAP4(ZERO, ZERO, 0, ONE),
205 MAP4(2,1,0,ONE),
223 MAP4(0, 1, ZERO, ONE),
    [all...]
  /external/mesa3d/src/mesa/main/
texstore.c 81 ONE = 5
92 * Return GL_TRUE if the given image format is one that be converted
140 #define MAP4(x,y,z,w) { x, y, z, w, ZERO, ONE }
151 MAP4(0,0,0,ONE),
175 MAP4(0,1,2,ONE),
187 MAP4(0, ZERO, ZERO, ONE),
193 MAP4(ZERO, 0, ZERO, ONE),
199 MAP4(ZERO, ZERO, 0, ONE),
205 MAP4(2,1,0,ONE),
223 MAP4(0, 1, ZERO, ONE),
    [all...]
  /external/eigen/blas/testing/
dblat2.f 71 DOUBLE PRECISION ZERO, HALF, ONE
72 PARAMETER ( ZERO = 0.0D0, HALF = 0.5D0, ONE = 1.0D0 )
238 EPS = ONE
240 IF( DDIFF( ONE + EPS, ONE ).EQ.ZERO )
264 CALL DMVCH( TRANS, N, N, ONE, A, NMAX, X, 1, ZERO, Y, 1, YT, G,
272 CALL DMVCH( TRANS, N, N, ONE, A, NMAX, X, -1, ZERO, Y, -1, YT, G,
    [all...]

Completed in 1918 milliseconds

1 2 3 4 5 6 78 91011>>