HomeSort by relevance Sort by last modified time
    Searched refs:TWO (Results 26 - 50 of 57) sorted by null

12 3

  /external/eigen/blas/
drotm.f 56 DOUBLE PRECISION DFLAG,DH11,DH12,DH21,DH22,TWO,W,Z,ZERO
60 DATA ZERO,TWO/0.D0,2.D0/
64 IF (N.LE.0 .OR. (DFLAG+TWO.EQ.ZERO)) GO TO 140
srotm.f 57 REAL SFLAG,SH11,SH12,SH21,SH22,TWO,W,Z,ZERO
61 DATA ZERO,TWO/0.E0,2.E0/
65 IF (N.LE.0 .OR. (SFLAG+TWO.EQ.ZERO)) GO TO 140
drotmg.f 53 + DU,GAM,GAMSQ,ONE,RGAMSQ,TWO,ZERO
61 DATA ZERO,ONE,TWO/0.D0,1.D0,2.D0/
72 DFLAG = -TWO
srotmg.f 55 + SQ2,STEMP,SU,TWO,ZERO
63 DATA ZERO,ONE,TWO/0.E0,1.E0,2.E0/
74 SFLAG = -TWO
  /external/chromium_org/v8/test/mjsunit/
regexp-global.js 29 // Test that an optional capture is cleared between two matches.
66 str = "FOUR LEGS GOOD, TWO LEGS BAD!";
67 str = str.replace(/(FOUR|TWO) LEGS (GOOD|BAD)/g,
72 if (num_legs == "TWO") assertTrue(likeability == "BAD");
80 //Test that an optional capture is cleared between two matches.
118 str = "FOUR \u817f GOOD, TWO \u817f BAD!";
119 str = str.replace(/(FOUR|TWO) \u817f (GOOD|BAD)/g,
124 if (num_legs == "TWO") assertTrue(likeability == "BAD");
keyed-call-ic.js 55 F.prototype.two = function() {return 'two'; }
59 ['one', 'one', 'one', 'one', 'two', 'two', 'one', 'three', 'one', 'two'];
116 key = 'two'; // the name change should case a miss
126 key = 'two'; // the name change should case a miss
190 if (i == 5) { obj = "TWO"; }
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 847 const llong TWO(0, 2);
848 const llong NEG_TWO = -TWO;
866 &FIVE, &TWO, &TWO,
868 &NEG_FIVE, &TWO, &NEG_TWO,
869 &NEG_FIVE, &NEG_TWO, &TWO,
870 &TWO, &FIVE, &ZERO,
871 &TWO, &NEG_FIVE, &ZERO,
    [all...]
  /external/icu4c/test/intltest/
itrbnf.cpp 848 const llong TWO(0, 2);
849 const llong NEG_TWO = -TWO;
867 &FIVE, &TWO, &TWO,
869 &NEG_FIVE, &TWO, &NEG_TWO,
870 &NEG_FIVE, &NEG_TWO, &TWO,
871 &TWO, &FIVE, &ZERO,
872 &TWO, &NEG_FIVE, &ZERO,
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java 15 private static final BigInteger MINUS_TWO = ECConstants.TWO.negate();
235 if (check2.compareTo(ECConstants.TWO) >= 0)
344 u[i] = (byte) ECConstants.TWO.subtract((r0.subtract(r1.shiftLeft(1))).mod(ECConstants.FOUR)).intValue();
464 u0 = ECConstants.TWO;
527 tw = ECConstants.TWO.multiply(us[0]).multiply(u1invert).mod(twoToW);
745 // Split lambda into two BigIntegers to simplify calculations
ECPoint.java 295 ECFieldElement TWO = this.curve.fromBigInteger(BigInteger.valueOf(2));
297 ECFieldElement gamma = this.x.square().multiply(THREE).add(curve.a).divide(y.multiply(TWO));
299 ECFieldElement x3 = gamma.square().subtract(this.x.multiply(TWO));
431 * Check, if two <code>ECPoint</code>s can be added or subtracted.
ECFieldElement.java 179 // BigInteger legendreExponent = qMinusOne.shiftRight(1); //divide(ECConstants.TWO);
201 // BigInteger twoR = r.shiftLeft(1); //ECConstants.TWO.multiply(r);
203 // BigInteger root = twoR.modPow(q.subtract(ECConstants.TWO), q)
217 // n = n.shiftRight(1);//divide(ECConstants.TWO);
221 // return w.multiply(w).subtract(ECConstants.TWO).mod(p);
230 // return r.multiply(r).multiply(x.modPow(q.subtract(ECConstants.TWO), q)).subtract(ECConstants.TWO).mod(p);
243 BigInteger Vl = ECConstants.TWO;
    [all...]
  /external/clang/test/SemaCXX/
uninitialized.cpp 74 enum count { ONE, TWO, THREE };
104 A a8 = getA(a8.TWO);
124 A *a24 = new A(a24->TWO); // expected-warning {{variable 'a24' is uninitialized when used within its own initialization}}
141 A a8 = getA(a8.TWO);
159 A *a24 = new A(a24->TWO);
  /external/v8/test/mjsunit/
keyed-call-ic.js 55 F.prototype.two = function() {return 'two'; }
59 ['one', 'one', 'one', 'one', 'two', 'two', 'one', 'three', 'one', 'two'];
116 key = 'two'; // the name change should case a miss
126 key = 'two'; // the name change should case a miss
190 if (i == 5) { obj = "TWO"; }
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 102 public enum enumExm {ONE, TWO, THREE};
427 ONE, TWO, THREE
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
regexp-dna.js 343 >TWO IUB ambiguity codes\n\
    [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java 297 case NativePluralRules.TWO: return 0x01000007;
308 case NativePluralRules.TWO: return "two";
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
regexp-dna.js 343 >TWO IUB ambiguity codes\n\
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
regexp-dna.js 343 >TWO IUB ambiguity codes\n\
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js 37 cvox.KeyUtil.keyEventToKeySequence=function(a){var b=cvox.KeyUtil;b.prevKeySequence&&b.maxSeqLength==b.prevKeySequence.length()&&(b.sequencing=!1,b.prevKeySequence=null);var c=b.sequencing||a.keyPrefix||a.stickyMode,d=new cvox.KeySequence(a),e=d.cvoxModifier;if(c||e){if(!b.sequencing&&b.isSequenceSwitchKeyCode(d))return b.sequencing=!0,b.prevKeySequence=d;if(b.sequencing){if(b.prevKeySequence.addKeyEvent(a))return d=b.prevKeySequence,b.prevKeySequence=null,b.sequencing=!1,d;throw"Think sequencing is enabled, yet util.prevKeySequence alreadyhas two key codes"+
    [all...]
chromeVoxChromePageScript.js     [all...]
  /external/eigen/blas/testing/
cblat1.f 603 * COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15
dblat1.f 721 * COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15
sblat1.f 721 * COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15
zblat1.f 603 * COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15

Completed in 689 milliseconds

12 3