Trait

dsptools.numbers

UIntSigned

Related Doc: package numbers

Permalink

trait UIntSigned extends Signed[UInt] with hasContext

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UIntSigned
  2. hasContext
  3. Signed
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. def abs(a: UInt): UInt

    Permalink

    An idempotent function that ensures an object has a non-negative sign.

    An idempotent function that ensures an object has a non-negative sign.

    Definition Classes
    UIntSignedSigned
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def context: DspContext

    Permalink
    Definition Classes
    hasContext
  7. def context_abs(a: UInt): UInt

    Permalink
    Definition Classes
    UIntSignedSigned
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  9. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  10. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  11. def isSignNegative(a: UInt): Bool

    Permalink
    Definition Classes
    UIntSignedSigned
  12. def isSignNonNegative(a: UInt): Bool

    Permalink
    Definition Classes
    Signed
  13. def isSignNonPositive(a: UInt): Bool

    Permalink
    Definition Classes
    Signed
  14. def isSignNonZero(a: UInt): Bool

    Permalink
    Definition Classes
    Signed
  15. def isSignPositive(a: UInt): Bool

    Permalink
    Definition Classes
    UIntSignedSigned
  16. def isSignZero(a: UInt): Bool

    Permalink
    Definition Classes
    UIntSignedSigned
  17. def sign(a: UInt): Sign

    Permalink

    Returns Zero if a is 0, Positive if a is positive, and Negative is a is negative.

    Returns Zero if a is 0, Positive if a is positive, and Negative is a is negative.

    Definition Classes
    Signed
  18. def signum(a: UInt): ComparisonBundle

    Permalink

    Returns 0 if a is 0, > 0 if a is positive, and < 0 is a is negative.

    Returns 0 if a is 0, > 0 if a is positive, and < 0 is a is negative.

    Definition Classes
    UIntSignedSigned
  19. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from hasContext

Inherited from Signed[UInt]

Inherited from Any

Ungrouped