Searched refs:mShort (Results 1 – 2 of 2) sorted by relevance
523 private short mShort; field in Value.ShortValue526 mShort = s; in ShortValue()536 return Short.toString(mShort); in toString()540 return Objects.hash(mShort); in hashCode()546 return mShort == value.mShort; in equals()
465 public short mShort; field in IntMath.Shorty477 shorts.mShort = (short) x; in truncateTest()483 Main.assertTrue(shorts.mShort == -5597); // 0xea23 in truncateCheck()