Hardware modulo
Hardware multiplication
Hardware addition
Hardware safe addition with 1 bit expand
Hardware safe addition with saturation
Hardware subtraction
Hardware safe subtraction with 1 bit expand
Hardware safe subtraction with saturation
Hardware division
Hardware "is less than right"
Hardware arithmetic left shift (w(T) = w(this) + (1 << shift)-1)
Hardware arithmetic left shift (w(T) = w(this) + shift)
Hardware "is equal or less than right"
Hardware "is greater than right"
Hardware "is equal or greater than right"
Hardware arithmetic right shift (w(T) = w(this))
Hardware 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 hardware maximum value between this and right
Return the hardware 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