Searched refs:mShort (Results 1 – 2 of 2) sorted by relevance
524 private short mShort; field in Value.ShortValue527 mShort = s; in ShortValue()537 return Short.toString(mShort); in toString()541 return Objects.hash(mShort); in hashCode()547 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()