Home
last modified time | relevance | path

Searched refs:shiftRight (Results 1 – 16 of 16) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
DIntegerValue.java142 public abstract IntegerValue shiftRight(IntegerValue other); in shiftRight() method in IntegerValue
340 public IntegerValue shiftRight(UnknownIntegerValue other) in shiftRight() method in IntegerValue
342 return shiftRight((IntegerValue)other); in shiftRight()
584 public IntegerValue shiftRight(SpecificIntegerValue other) in shiftRight() method in IntegerValue
586 return shiftRight((IntegerValue)other); in shiftRight()
828 public IntegerValue shiftRight(ParticularIntegerValue other) in shiftRight() method in IntegerValue
830 return shiftRight((SpecificIntegerValue)other); in shiftRight()
DLongValue.java158 public LongValue shiftRight(IntegerValue other) in shiftRight() method in LongValue
312 public LongValue shiftRight(SpecificLongValue other) in shiftRight() method in LongValue
468 public LongValue shiftRight(ParticularIntegerValue other) in shiftRight() method in LongValue
470 return shiftRight((SpecificIntegerValue)other); in shiftRight()
DSpecificIntegerValue.java129 public IntegerValue shiftRight(IntegerValue other) in shiftRight() method in SpecificIntegerValue
136 return other.shiftRight(this); in shiftRightOf()
156 return other.shiftRight(this); in shiftRightOf()
256 public IntegerValue shiftRight(SpecificIntegerValue other) in shiftRight() method in SpecificIntegerValue
DParticularIntegerValue.java161 public IntegerValue shiftRight(IntegerValue other) in shiftRight() method in ParticularIntegerValue
168 return other.shiftRight(this); in shiftRightOf()
188 return other.shiftRight(this); in shiftRightOf()
284 public IntegerValue shiftRight(ParticularIntegerValue other) in shiftRight() method in ParticularIntegerValue
DSpecificLongValue.java109 public LongValue shiftRight(IntegerValue other) in shiftRight() method in SpecificLongValue
201 public LongValue shiftRight(SpecificLongValue other) in shiftRight() method in SpecificLongValue
DParticularLongValue.java129 public LongValue shiftRight(IntegerValue other) in shiftRight() method in ParticularLongValue
217 public LongValue shiftRight(ParticularIntegerValue other) in shiftRight() method in ParticularLongValue
DUnknownLongValue.java110 public LongValue shiftRight(IntegerValue other) in shiftRight() method in UnknownLongValue
DUnknownIntegerValue.java131 public IntegerValue shiftRight(IntegerValue other) in shiftRight() method in UnknownIntegerValue
/external/skia/src/core/
DSk64.cpp82 void Sk64::shiftRight(unsigned bits) in shiftRight() function in Sk64
109 this->shiftRight(bits); in roundRight()
DSkFloat.h43 void shiftRight(int bits) { fPacked = Shift(fPacked, -bits); } in shiftRight() function
DSkMath.cpp140 tmp.shiftRight(16); in SkFixedMul_portable()
DSkBitmap.cpp195 rowBytes.shiftRight(3); in ComputeRowBytes()
/external/skia/include/core/
DSk64.h128 void shiftRight(unsigned bits);
/external/skia/tests/
DSk64Test.cpp130 c = a; c.shiftRight(bits); in TestSk64()
/external/webkit/V8Binding/v8/benchmarks/
Dcrypto.js1266 var r = n1.shiftRight(k);
1316 BigInteger.prototype.shiftRight = bnShiftRight; method in BigInteger
/external/webkit/SunSpider/tests/
Dv8-crypto.js1258 var r = n1.shiftRight(k);
1308 BigInteger.prototype.shiftRight = bnShiftRight; method in BigInteger