Home
last modified time | relevance | path

Searched refs:ONE (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
DRSAMultiPrimePrivateCrtKeySpecTest.java40 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
41 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
42 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE)
73 BigInteger.ONE, in testRSAMultiPrimePrivateCrtKeySpec01()
74 BigInteger.ONE, in testRSAMultiPrimePrivateCrtKeySpec01()
75 BigInteger.ONE, in testRSAMultiPrimePrivateCrtKeySpec01()
76 BigInteger.ONE, in testRSAMultiPrimePrivateCrtKeySpec01()
77 BigInteger.ONE, in testRSAMultiPrimePrivateCrtKeySpec01()
78 BigInteger.ONE, in testRSAMultiPrimePrivateCrtKeySpec01()
79 BigInteger.ONE, in testRSAMultiPrimePrivateCrtKeySpec01()
[all …]
DRSAPrivateCrtKeySpecTest.java52 BigInteger.ONE, in testRSAPrivateCrtKeySpec01()
53 BigInteger.ONE, in testRSAPrivateCrtKeySpec01()
54 BigInteger.ONE, in testRSAPrivateCrtKeySpec01()
55 BigInteger.ONE, in testRSAPrivateCrtKeySpec01()
56 BigInteger.ONE, in testRSAPrivateCrtKeySpec01()
57 BigInteger.ONE, in testRSAPrivateCrtKeySpec01()
58 BigInteger.ONE, in testRSAPrivateCrtKeySpec01()
59 BigInteger.ONE); in testRSAPrivateCrtKeySpec01()
70 BigInteger.ONE, in testRSAPrivateCrtKeySpec02()
71 BigInteger.ONE, in testRSAPrivateCrtKeySpec02()
[all …]
DEllipticCurveTest.java44 BigInteger a = BigInteger.ONE; in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray01()
60 a = BigInteger.ONE; in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray01()
78 BigInteger a = BigInteger.ONE; in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray02()
103 a = BigInteger.ONE; in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray02()
262 BigInteger a = BigInteger.ONE; in testEllipticCurveECFieldBigIntegerBigInteger01()
277 a = BigInteger.ONE; in testEllipticCurveECFieldBigIntegerBigInteger01()
294 BigInteger a = BigInteger.ONE; in testEllipticCurveECFieldBigIntegerBigInteger02()
317 a = BigInteger.ONE; in testEllipticCurveECFieldBigIntegerBigInteger02()
460 .valueOf(4L), BigInteger.ONE); in testEllipticCurveECFieldBigIntegerBigInteger05()
462 assertEquals("incorrect b", ec.getB(), BigInteger.ONE); in testEllipticCurveECFieldBigIntegerBigInteger05()
[all …]
/external/eigen/lapack/
Dslarfb.f215 REAL ONE local
216 PARAMETER ( ONE = 1.0E+0 )
270 $ LASTC, K, ONE, V, LDV, WORK, LDWORK )
277 $ ONE, C( K+1, 1 ), LDC, V( K+1, 1 ), LDV,
278 $ ONE, WORK, LDWORK )
284 $ LASTC, K, ONE, T, LDT, WORK, LDWORK )
294 $ -ONE, V( K+1, 1 ), LDV, WORK, LDWORK, ONE,
301 $ LASTC, K, ONE, V, LDV, WORK, LDWORK )
329 $ LASTC, K, ONE, V, LDV, WORK, LDWORK )
336 $ ONE, C( 1, K+1 ), LDC, V( K+1, 1 ), LDV,
[all …]
Ddlarfb.f215 DOUBLE PRECISION ONE local
216 PARAMETER ( ONE = 1.0D+0 )
270 $ LASTC, K, ONE, V, LDV, WORK, LDWORK )
277 $ ONE, C( K+1, 1 ), LDC, V( K+1, 1 ), LDV,
278 $ ONE, WORK, LDWORK )
284 $ LASTC, K, ONE, T, LDT, WORK, LDWORK )
294 $ -ONE, V( K+1, 1 ), LDV, WORK, LDWORK, ONE,
301 $ LASTC, K, ONE, V, LDV, WORK, LDWORK )
329 $ LASTC, K, ONE, V, LDV, WORK, LDWORK )
336 $ ONE, C( 1, K+1 ), LDC, V( K+1, 1 ), LDV,
[all …]
Dclarfb.f215 COMPLEX ONE local
216 PARAMETER ( ONE = ( 1.0E+0, 0.0E+0 ) )
274 $ LASTC, K, ONE, V, LDV, WORK, LDWORK )
280 $ LASTC, K, LASTV-K, ONE, C( K+1, 1 ), LDC,
281 $ V( K+1, 1 ), LDV, ONE, WORK, LDWORK )
287 $ LASTC, K, ONE, T, LDT, WORK, LDWORK )
296 $ LASTV-K, LASTC, K, -ONE, V( K+1, 1 ), LDV,
297 $ WORK, LDWORK, ONE, C( K+1, 1 ), LDC )
303 $ 'Unit', LASTC, K, ONE, V, LDV, WORK, LDWORK )
331 $ LASTC, K, ONE, V, LDV, WORK, LDWORK )
[all …]
Dzlarfb.f215 COMPLEX*16 ONE local
216 PARAMETER ( ONE = ( 1.0D+0, 0.0D+0 ) )
274 $ LASTC, K, ONE, V, LDV, WORK, LDWORK )
280 $ LASTC, K, LASTV-K, ONE, C( K+1, 1 ), LDC,
281 $ V( K+1, 1 ), LDV, ONE, WORK, LDWORK )
287 $ LASTC, K, ONE, T, LDT, WORK, LDWORK )
297 $ -ONE, V( K+1, 1 ), LDV, WORK, LDWORK,
298 $ ONE, C( K+1, 1 ), LDC )
304 $ 'Unit', LASTC, K, ONE, V, LDV, WORK, LDWORK )
332 $ LASTC, K, ONE, V, LDV, WORK, LDWORK )
[all …]
Ddlamch.f78 DOUBLE PRECISION ONE, ZERO local
79 PARAMETER ( ONE = 1.0D+0, ZERO = 0.0D+0 )
97 RND = ONE
99 IF( ONE.EQ.RND ) THEN
109 SMALL = ONE / HUGE(ZERO)
115 SFMIN = SMALL*( ONE+EPS )
Dslamch.f82 REAL ONE, ZERO local
83 PARAMETER ( ONE = 1.0E+0, ZERO = 0.0E+0 )
101 RND = ONE
103 IF( ONE.EQ.RND ) THEN
113 SMALL = ONE / HUGE(ZERO)
119 SFMIN = SMALL*( ONE+EPS )
/external/icu/icu4c/source/test/testdata/
DWordBreakTest.txt67 ÷ 0001 ÷ 0031 ÷ 003A ÷ # ÷ [0.2] <START OF HEADING> (Other) ÷ [999.0] DIGIT ONE (Numeric) ÷ [999.0…
68 …F HEADING> (Other) × [4.0] COMBINING DIAERESIS (Extend_FE) ÷ [999.0] DIGIT ONE (Numeric) ÷ [999.0]…
69 ÷ 0001 ÷ 0031 ÷ 0027 ÷ # ÷ [0.2] <START OF HEADING> (Other) ÷ [999.0] DIGIT ONE (Numeric) ÷ [999.0…
70 …F HEADING> (Other) × [4.0] COMBINING DIAERESIS (Extend_FE) ÷ [999.0] DIGIT ONE (Numeric) ÷ [999.0]…
71 ÷ 0001 ÷ 0031 ÷ 002C ÷ # ÷ [0.2] <START OF HEADING> (Other) ÷ [999.0] DIGIT ONE (Numeric) ÷ [999.0…
72 …F HEADING> (Other) × [4.0] COMBINING DIAERESIS (Extend_FE) ÷ [999.0] DIGIT ONE (Numeric) ÷ [999.0]…
73 ÷ 0001 ÷ 0031 ÷ 002E × 2060 ÷ # ÷ [0.2] <START OF HEADING> (Other) ÷ [999.0] DIGIT ONE (Numeric) ÷…
74 …F HEADING> (Other) × [4.0] COMBINING DIAERESIS (Extend_FE) ÷ [999.0] DIGIT ONE (Numeric) ÷ [999.0]…
119 ÷ 000D ÷ 0031 ÷ 003A ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [3.1] DIGIT ONE (Numeric) ÷ [999.0]…
120 … RETURN (CR)> (CR) ÷ [3.1] COMBINING DIAERESIS (Extend_FE) ÷ [999.0] DIGIT ONE (Numeric) ÷ [999.0]…
[all …]
/external/v8/test/mjsunit/es6/regress/
Dregress-2186.js33 var ONE = 1; variable
34 var ANOTHER_ONE = heapify(ONE);
35 assertSame(ONE, ANOTHER_ONE);
36 assertEquals("number", typeof ONE);
40 set.add(ONE);
41 assertTrue(set.has(ONE));
45 map.set(ONE, 23);
46 assertSame(23, map.get(ONE));
/external/llvm/test/CodeGen/AArch64/
Darm64-fcmp-opt.ll45 ; CHECK-DAG: fmov s[[ONE:[0-9]+]], #1.0
46 ; CHECK: fcsel s0, s[[ONE]], s[[ZERO]], eq
57 ; CHECK-DAG: fmov s[[ONE:[0-9]+]], #1.0
58 ; CHECK: fcsel s0, s[[ONE]], s[[ZERO]], gt
69 ; CHECK-DAG: fmov s[[ONE:[0-9]+]], #1.0
70 ; CHECK: fcsel s0, s[[ONE]], s[[ZERO]], ge
81 ; CHECK-DAG: fmov s[[ONE:[0-9]+]], #1.0
82 ; CHECK: fcsel s0, s[[ONE]], s[[ZERO]], mi
93 ; CHECK-DAG: fmov s[[ONE:[0-9]+]], #1.0
94 ; CHECK: fcsel s0, s[[ONE]], s[[ZERO]], ls
[all …]
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c225 src = swizzle(src, X, Y, Z, ONE); in src_vector()
561 swizzle(tmp, X, X, ONE, ONE), in i915_translate_instruction()
562 swizzle(tmp, X, ONE, ONE, ONE), 0); in i915_translate_instruction()
567 swizzle(tmp, X, Y, X, ONE), in i915_translate_instruction()
568 swizzle(tmp, X, X, ONE, ONE), 0); in i915_translate_instruction()
573 swizzle(tmp, X, X, Z, ONE), in i915_translate_instruction()
574 swizzle(tmp, Z, ONE, ONE, ONE), 0); in i915_translate_instruction()
580 swizzle(tmp, ONE, Z, Y, X), in i915_translate_instruction()
623 swizzle(src0, X, Y, Z, ONE), src1, 0); in i915_translate_instruction()
639 swizzle(src0, ONE, Y, Z, ONE), in i915_translate_instruction()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/
DPrimes.java17 private static final BigInteger ONE = BigInteger.valueOf(1); field in Primes
173 BigInteger wSubOne = candidate.subtract(ONE); in enhancedMRProbablePrimeTest()
184 if (g.compareTo(ONE) > 0) in enhancedMRProbablePrimeTest()
191 if (z.equals(ONE) || z.equals(wSubOne)) in enhancedMRProbablePrimeTest()
209 if (z.equals(ONE)) in enhancedMRProbablePrimeTest()
219 if (!z.equals(ONE)) in enhancedMRProbablePrimeTest()
224 if (!z.equals(ONE)) in enhancedMRProbablePrimeTest()
230 g = x.subtract(ONE).gcd(w); in enhancedMRProbablePrimeTest()
232 if (g.compareTo(ONE) > 0) in enhancedMRProbablePrimeTest()
299 BigInteger wSubOne = candidate.subtract(ONE); in isMRProbablePrime()
[all …]
/external/eigen/blas/fortran/
Ddrotmg.f53 + DU,GAM,GAMSQ,ONE,RGAMSQ,TWO,ZERO local
61 DATA ZERO,ONE,TWO/0.D0,1.D0,2.D0/
84 DU = ONE - DH12*DH21
101 DFLAG = ONE
104 DU = ONE + DH11*DH22
113 DFLAG = -ONE
129 DH11 = ONE
130 DH22 = ONE
131 DFLAG = -ONE
134 DH21 = -ONE
[all …]
Dsrotmg.f54 REAL GAM,GAMSQ,ONE,RGAMSQ,SFLAG,SH11,SH12,SH21,SH22,SP1,SP2,SQ1, local
63 DATA ZERO,ONE,TWO/0.E0,1.E0,2.E0/
86 SU = ONE - SH12*SH21
103 SFLAG = ONE
106 SU = ONE + SH11*SH22
115 SFLAG = -ONE
131 SH11 = ONE
132 SH22 = ONE
133 SFLAG = -ONE
136 SH21 = -ONE
[all …]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
DEllipticCurve_ImplTest.java46 BigInteger.ONE, in testEqualsObject02()
52 BigInteger.ONE, in testEqualsObject02()
61 BigInteger.ONE, in testEqualsObject02()
70 BigInteger.ONE, in testEqualsObject02()
73 BigInteger.ONE, in testEqualsObject02()
79 BigInteger.ONE, in testEqualsObject02()
90 BigInteger.ONE, in testEqualsObject02()
101 BigInteger.ONE, in testEqualsObject02()
105 BigInteger.ONE, in testEqualsObject02()
/external/icu/icu4c/source/test/intltest/
Dpluralmaptest.cpp59 assertEquals("", PluralMapBase::ONE, PluralMapBase::toCategory("one")); in TestToCategory()
83 assertEquals("", "one", PluralMapBase::getCategoryName(PluralMapBase::ONE)); in TestGetCategoryName()
92 addVariant(PluralMapBase::ONE, "pickle", map); in TestGet()
95 assertEquals("", "pickle", map.get(PluralMapBase::ONE)); in TestGet()
112 addVariant(PluralMapBase::ONE, "pickle", map); in TestIterate()
121 assertEquals("", PluralMapBase::ONE, index); in TestIterate()
142 addVariant(PluralMapBase::ONE, "pickle", control); in TestEqual()
149 addVariant(PluralMapBase::ONE, "pickle", map); in TestEqual()
151 addVariant(PluralMapBase::ONE, "pickl", map); in TestEqual()
158 addVariant(PluralMapBase::ONE, "pickle", map); in TestEqual()
[all …]
/external/v8/test/mjsunit/
Dint32-ops.js34 const ONE = 1; constant
63 assertEquals(SMI_MAX + ONE, Add1(SMI_MAX), "smimax + 1");
64 assertEquals(SMI_MAX + ONE, Add1Reversed(SMI_MAX), "1 + smimax");
65 assertEquals(42 + ONE, Add1(OBJ_42)); // non-smi
66 assertEquals(42 + ONE, Add1Reversed(OBJ_42)); // non-smi
96 assertEquals(SMI_MIN - ONE, Sub1(SMI_MIN)); // overflow
97 assertEquals(ONE - SMI_MIN, Sub1Reversed(SMI_MIN)); // overflow
98 assertEquals(42 - ONE, Sub1(OBJ_42)); // non-smi
99 assertEquals(ONE - 42, Sub1Reversed(OBJ_42)); // non-smi
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.h145 #define VSF_ATTR_UNITY(reg) EASY_VSF_SOURCE(reg, ONE, ONE, ONE, ONE, ATTR, NONE)
146 #define VSF_UNITY(reg) EASY_VSF_SOURCE(reg, ONE, ONE, ONE, ONE, NONE, NONE)
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c108 src = swizzle(src, X, Y, Z, ONE); in src_vector()
112 src = swizzle(src, W, ZERO, ZERO, ONE); in src_vector()
391 swizzle(tmp, ONE, ZERO, ONE, ONE), 0, 0); in upload_program()
540 swizzle(src0, X, Y, Z, ONE), src1, 0); in upload_program()
556 swizzle(src0, ONE, Y, Z, ONE), in upload_program()
557 swizzle(src1, ONE, Y, ONE, W), 0); in upload_program()
601 negate(swizzle(tmp, ONE, ONE, ONE, ONE), in upload_program()
648 negate(swizzle(tmp, ONE, ONE, X, ONE), 0, 0, 1, 0), in upload_program()
649 swizzle(tmp, ONE, X, ZERO, ONE), in upload_program()
650 swizzle(tmp, ONE, X, Y, ONE)); in upload_program()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DRSAKeyPairGenerator.java20 private static final BigInteger ONE = BigInteger.valueOf(1); field in RSAKeyPairGenerator
54 BigInteger squaredBound = ONE.shiftLeft(strength - 1); in generateKeyPair()
56 BigInteger minDiff = ONE.shiftLeft(mindiffbits); in generateKeyPair()
117 pSub1 = p.subtract(ONE); in generateKeyPair()
118 qSub1 = q.subtract(ONE); in generateKeyPair()
166 if (p.mod(e).equals(ONE)) in chooseRandomPrime()
181 if (!e.gcd(p.subtract(ONE)).equals(ONE)) in chooseRandomPrime()
/external/mesa3d/src/mesa/math/
Dm_debug_xform.c68 ONE, NIL, NIL, NIL,
69 NIL, ONE, NIL, NIL,
70 NIL, NIL, ONE, NIL,
71 NIL, NIL, NIL, ONE
76 NIL, NIL, ONE, NIL,
77 NIL, NIL, NIL, ONE
82 NIL, NIL, ONE, NIL,
83 NIL, NIL, NIL, ONE
89 NIL, NIL, NIL, ONE
95 NIL, NIL, NIL, ONE
[all …]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DAlgorithmParameterGenerator3Test.java160 DSAParameterSpec spec = new DSAParameterSpec(BigInteger.ONE, in test_initLjava_security_spec_AlgorithmParameterSpec()
161 BigInteger.ONE, BigInteger.ONE); in test_initLjava_security_spec_AlgorithmParameterSpec()
181 DSAParameterSpec spec = new DSAParameterSpec(BigInteger.ONE, in test_initLjava_security_spec_AlgorithmParameterSpecLjava_security_SecureRandom()
182 BigInteger.ONE, BigInteger.ONE); in test_initLjava_security_spec_AlgorithmParameterSpecLjava_security_SecureRandom()
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
DPolynomialsUtils.java49 CHEBYSHEV_COEFFICIENTS.add(BigFraction.ONE);
51 CHEBYSHEV_COEFFICIENTS.add(BigFraction.ONE);
56 HERMITE_COEFFICIENTS.add(BigFraction.ONE);
63 LAGUERRE_COEFFICIENTS.add(BigFraction.ONE);
64 LAGUERRE_COEFFICIENTS.add(BigFraction.ONE);
70 LEGENDRE_COEFFICIENTS.add(BigFraction.ONE);
72 LEGENDRE_COEFFICIENTS.add(BigFraction.ONE);
98 … private final BigFraction[] coeffs = { BigFraction.ZERO, BigFraction.TWO, BigFraction.ONE }; in createChebyshevPolynomial()

12345678910>>...17