Home
last modified time | relevance | path

Searched defs:shiftLeft (Results 1 – 12 of 12) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
DLongValue.java150 public LongValue shiftLeft(IntegerValue other) in shiftLeft() method in LongValue
304 public LongValue shiftLeft(SpecificLongValue other) in shiftLeft() method in LongValue
460 public LongValue shiftLeft(ParticularIntegerValue other) in shiftLeft() method in LongValue
DSpecificLongValue.java104 public LongValue shiftLeft(IntegerValue other) in shiftLeft() method in SpecificLongValue
196 public LongValue shiftLeft(SpecificLongValue other) in shiftLeft() method in SpecificLongValue
DParticularLongValue.java124 public LongValue shiftLeft(IntegerValue other) in shiftLeft() method in ParticularLongValue
212 public LongValue shiftLeft(ParticularIntegerValue other) in shiftLeft() method in ParticularLongValue
DIntegerValue.java137 public abstract IntegerValue shiftLeft(IntegerValue other); in shiftLeft() method in IntegerValue
332 public IntegerValue shiftLeft(UnknownIntegerValue other) in shiftLeft() method in IntegerValue
576 public IntegerValue shiftLeft(SpecificIntegerValue other) in shiftLeft() method in IntegerValue
820 public IntegerValue shiftLeft(ParticularIntegerValue other) in shiftLeft() method in IntegerValue
DSpecificIntegerValue.java119 public IntegerValue shiftLeft(IntegerValue other) in shiftLeft() method in SpecificIntegerValue
251 public IntegerValue shiftLeft(SpecificIntegerValue other) in shiftLeft() method in SpecificIntegerValue
DUnknownLongValue.java105 public LongValue shiftLeft(IntegerValue other) in shiftLeft() method in UnknownLongValue
DParticularIntegerValue.java151 public IntegerValue shiftLeft(IntegerValue other) in shiftLeft() method in ParticularIntegerValue
279 public IntegerValue shiftLeft(ParticularIntegerValue other) in shiftLeft() method in ParticularIntegerValue
DUnknownIntegerValue.java121 public IntegerValue shiftLeft(IntegerValue other) in shiftLeft() method in UnknownIntegerValue
/external/skia/src/core/
DSkFloat.h40 void shiftLeft(int bits) { fPacked = Shift(fPacked, bits); } in shiftLeft() function
DSk64.cpp45 void Sk64::shiftLeft(unsigned bits) in shiftLeft() function in Sk64
/external/v8/benchmarks/
Dcrypto.js1315 BigInteger.prototype.shiftLeft = bnShiftLeft; method in BigInteger
/external/webkit/SunSpider/tests/v8-v4/
Dv8-crypto.js1307 BigInteger.prototype.shiftLeft = bnShiftLeft; method in BigInteger