/external/proguard/src/proguard/evaluation/value/ |
D | IntegerValue.java | 142 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()
|
D | LongValue.java | 158 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()
|
D | SpecificIntegerValue.java | 129 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
|
D | ParticularIntegerValue.java | 161 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
|
D | SpecificLongValue.java | 109 public LongValue shiftRight(IntegerValue other) in shiftRight() method in SpecificLongValue 201 public LongValue shiftRight(SpecificLongValue other) in shiftRight() method in SpecificLongValue
|
D | ParticularLongValue.java | 129 public LongValue shiftRight(IntegerValue other) in shiftRight() method in ParticularLongValue 217 public LongValue shiftRight(ParticularIntegerValue other) in shiftRight() method in ParticularLongValue
|
D | UnknownLongValue.java | 110 public LongValue shiftRight(IntegerValue other) in shiftRight() method in UnknownLongValue
|
D | UnknownIntegerValue.java | 131 public IntegerValue shiftRight(IntegerValue other) in shiftRight() method in UnknownIntegerValue
|
/external/skia/src/core/ |
D | Sk64.cpp | 82 void Sk64::shiftRight(unsigned bits) in shiftRight() function in Sk64 109 this->shiftRight(bits); in roundRight()
|
D | SkFloat.h | 43 void shiftRight(int bits) { fPacked = Shift(fPacked, -bits); } in shiftRight() function
|
D | SkMath.cpp | 140 tmp.shiftRight(16); in SkFixedMul_portable()
|
D | SkBitmap.cpp | 195 rowBytes.shiftRight(3); in ComputeRowBytes()
|
/external/skia/include/core/ |
D | Sk64.h | 128 void shiftRight(unsigned bits);
|
/external/skia/tests/ |
D | Sk64Test.cpp | 130 c = a; c.shiftRight(bits); in TestSk64()
|
/external/webkit/V8Binding/v8/benchmarks/ |
D | crypto.js | 1266 var r = n1.shiftRight(k); 1316 BigInteger.prototype.shiftRight = bnShiftRight; method in BigInteger
|
/external/webkit/SunSpider/tests/ |
D | v8-crypto.js | 1258 var r = n1.shiftRight(k); 1308 BigInteger.prototype.shiftRight = bnShiftRight; method in BigInteger
|