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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DSimpleBigDecimal.java36 return new SimpleBigDecimal(value.shiftLeft(scale), scale);
78 return new SimpleBigDecimal(bigInt.shiftLeft(newScale - scale),
90 return new SimpleBigDecimal(bigInt.add(b.shiftLeft(scale)), scale);
105 return new SimpleBigDecimal(bigInt.subtract(b.shiftLeft(scale)),
123 BigInteger dividend = bigInt.shiftLeft(scale);
132 public SimpleBigDecimal shiftLeft(int n) method in class:SimpleBigDecimal
134 return new SimpleBigDecimal(bigInt.shiftLeft(n), scale);
145 return bigInt.compareTo(val.shiftLeft(scale));
193 BigInteger fract = bigInt.subtract(floorBigInt.shiftLeft(scale));
196 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/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfp.java665 protected void shiftLeft() { method in class:Dfp
733 shiftLeft();
1282 result.shiftLeft();
1837 result.shiftLeft();
/external/llvm/include/llvm/Support/
H A DScaledNumber.h625 shiftLeft(Shift);
634 void shiftLeft(int32_t Shift);
831 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { function in class:llvm::ScaledNumber
867 shiftLeft(-Shift);
/external/crcalc/src/com/hp/creals/
H A DCR.java301 CR result = valueOf(mantissa).shiftLeft(exp);
322 return k.shiftLeft(n);
328 return k.shiftLeft(n);
573 scaled_CR = shiftLeft(4*n);
757 public CR shiftLeft(int n) { method in class:CR
892 return cos_half.multiply(cos_half).shiftLeft(1).subtract(ONE);
948 return quarter.shiftLeft(2);
1174 BigInteger dividend = big1.shiftLeft(log_scale_factor);
1215 BigInteger scaled_1 = big1.shiftLeft(-calc_precision);
1220 big1.shiftLeft(
[all...]
/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/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter.java package proguard ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/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 ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 435 milliseconds