Modulo
Multiplication
Addition
Safe Addition with 1 bit expand
Safe Addition with saturation
Substraction
Safe Substraction with 1 bit expand
Safe Substraction with saturation
Division
Is less than right
Arithmetic left shift (w(T) = w(this) + (1 << shift)-1
Arithmetic left shift (w(T) = w(this) + shift)
Is equal or less than right
Is greater than right
Is equal or greater than right
Arithmetic right shift (w(T) = w(this)
Arithmetic right shift (w(T) = w(this) - shift)
lowest n bits Round Operation
highest m bits Saturation Operation
lowest n bits Round Operation by BitCount
Return the maximum value between this and right
Return the minimum value between this and right
(Since version ) see corresponding Javadoc for more information.
Base operations for numbers
the type which is associated with the base operation