Searched defs:shiftLeft (Results 1 - 18 of 18) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DIntArray.java223 public void shiftLeft() method in class:IntArray
258 public IntArray shiftLeft(int n) method in class:IntArray
273 throw new IllegalArgumentException("shiftLeft() for max 31 bits "
365 b.shiftLeft();
390 // c.shiftLeft();
H A DSimpleBigDecimal.java36 return new SimpleBigDecimal(value.shiftLeft(scale), scale);
84 return new SimpleBigDecimal(bigInt.shiftLeft(newScale - scale),
96 return new SimpleBigDecimal(bigInt.add(b.shiftLeft(scale)), scale);
111 return new SimpleBigDecimal(bigInt.subtract(b.shiftLeft(scale)),
129 BigInteger dividend = bigInt.shiftLeft(scale);
138 public SimpleBigDecimal shiftLeft(int n) method in class:SimpleBigDecimal
140 return new SimpleBigDecimal(bigInt.shiftLeft(n), scale);
151 return bigInt.compareTo(val.shiftLeft(scale));
199 BigInteger fract = bigInt.subtract(floorBigInt.shiftLeft(scale));
202 fract = ECConstants.ONE.shiftLeft(scal
[all...]
/external/proguard/src/proguard/evaluation/value/
H A DIntegerValue.java137 public abstract IntegerValue shiftLeft(IntegerValue other); method in class:IntegerValue
332 public IntegerValue shiftLeft(UnknownIntegerValue other) method in class:IntegerValue
334 return shiftLeft((IntegerValue)other);
576 public IntegerValue shiftLeft(SpecificIntegerValue other) method in class:IntegerValue
578 return shiftLeft((IntegerValue)other);
820 public IntegerValue shiftLeft(ParticularIntegerValue other) method in class:IntegerValue
822 return shiftLeft((SpecificIntegerValue)other);
H A DLongValue.java150 public LongValue shiftLeft(IntegerValue other) method in class:LongValue
304 public LongValue shiftLeft(SpecificLongValue other) method in class:LongValue
460 public LongValue shiftLeft(ParticularIntegerValue other) method in class:LongValue
462 return shiftLeft((SpecificIntegerValue)other);
H A DParticularIntegerValue.java151 public IntegerValue shiftLeft(IntegerValue other) method in class:ParticularIntegerValue
158 return other.shiftLeft(this);
183 return other.shiftLeft(this);
279 public IntegerValue shiftLeft(ParticularIntegerValue other) method in class:ParticularIntegerValue
H A DParticularLongValue.java124 public LongValue shiftLeft(IntegerValue other) method in class:ParticularLongValue
212 public LongValue shiftLeft(ParticularIntegerValue other) method in class:ParticularLongValue
H A DSpecificIntegerValue.java119 public IntegerValue shiftLeft(IntegerValue other) method in class:SpecificIntegerValue
126 return other.shiftLeft(this);
151 return other.shiftLeft(this);
251 public IntegerValue shiftLeft(SpecificIntegerValue other) method in class:SpecificIntegerValue
H A DSpecificLongValue.java104 public LongValue shiftLeft(IntegerValue other) method in class:SpecificLongValue
196 public LongValue shiftLeft(SpecificLongValue other) method in class:SpecificLongValue
H A DUnknownIntegerValue.java121 public IntegerValue shiftLeft(IntegerValue other) method in class:UnknownIntegerValue
H A DUnknownLongValue.java105 public LongValue shiftLeft(IntegerValue other) method in class:UnknownLongValue
/external/skia/src/core/
H A DSk64.cpp38 void Sk64::shiftLeft(unsigned bits) function in class:Sk64
100 one.shiftLeft(bits - 1);
352 N.shiftLeft(shiftN);
H A DSkFloat.h33 void shiftLeft(int bits) { fPacked = Shift(fPacked, bits); } function in class:SkFloat
/external/v8/benchmarks/
H A Dcrypto.js764 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);
1315 BigInteger.prototype.shiftLeft = bnShiftLeft;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js756 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);
1307 BigInteger.prototype.shiftLeft = bnShiftLeft;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js756 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);
1307 BigInteger.prototype.shiftLeft = bnShiftLeft;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js756 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);
1307 BigInteger.prototype.shiftLeft = bnShiftLeft;
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 282 milliseconds