object BitUtils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def makeMaskBig(bitWidth: Int): Big

    creates a mask for all bits

    creates a mask for all bits

    bitWidth

    size of signal

  12. def makeMaskInt(bitWidth: Int): Int

    creates a mask for all bits

    creates a mask for all bits

    bitWidth

    size of signal

  13. def makeMaskLong(bitWidth: Int): Long

    creates a mask for all bits

    creates a mask for all bits

    bitWidth

    size of signal

  14. def makeMsbMaskBig(bitWidth: Int): Big

    creates a mask for just the sign bit

    creates a mask for just the sign bit

    bitWidth

    size of signal

  15. def makeMsbMaskInt(bitWidth: Int): Int

    creates a mask for just the sign bit

    creates a mask for just the sign bit

    bitWidth

    size of signal

  16. def makeMsbMaskLong(bitWidth: Int): Long

    creates a mask for just the sign bit

    creates a mask for just the sign bit

    bitWidth

    size of signal

  17. def makeNextPowerOfTwoBig(bitWidth: Int): Big

    creates the next power of two, a mask with just one bit at bitWidth + 1

    creates the next power of two, a mask with just one bit at bitWidth + 1

    bitWidth

    size of signal

  18. def makeNextPowerOfTwoInt(bitWidth: Int): Int

    creates the next power of two, a mask with just one bit at bitWidth + 1

    creates the next power of two, a mask with just one bit at bitWidth + 1

    bitWidth

    size of signal

  19. def makeNextPowerOfTwoLong(bitWidth: Int): Long

    creates the next power of two, a mask with just one bit at bitWidth + 1

    creates the next power of two, a mask with just one bit at bitWidth + 1

    bitWidth

    size of signal

  20. def makeUnsignedMaskBig(bitWidth: Int): Big

    creates a mask for only the unsigned bits

    creates a mask for only the unsigned bits

    bitWidth

    size of signal

  21. def makeUnsignedMaskInt(bitWidth: Int): Int

    creates a mask for only the unsigned bits

    creates a mask for only the unsigned bits

    bitWidth

    size of signal

  22. def makeUnsignedMaskLong(bitWidth: Int): Int

    creates a mask for only the unsigned bits

    creates a mask for only the unsigned bits

    bitWidth

    size of signal

  23. def maskToWidthBig(value: Big, bitWidth: Int): Big
  24. def maskToWidthInt(value: Int, bitWidth: Int): Int
  25. def maskToWidthLong(value: Long, bitWidth: Int): Long
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped