Packages

t

dsptools.numbers

SIntOrder

trait SIntOrder extends Order[SInt] with hasContext

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SIntOrder
  2. hasContext
  3. Order
  4. PartialOrder
  5. Eq
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

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

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def compare(x: SInt, y: SInt): ComparisonBundle
    Definition Classes
    SIntOrderOrder
  6. def context: DspContext
    Definition Classes
    hasContext
  7. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  8. def eqv(x: SInt, y: SInt): Bool

    Returns true if x and y are equivalent, false otherwise.

    Returns true if x and y are equivalent, false otherwise.

    Definition Classes
    SIntOrderOrderPartialOrderEq
  9. def gt(x: SInt, y: SInt): Bool
    Definition Classes
    SIntOrderOrderPartialOrder
  10. def gteqv(x: SInt, y: SInt): Bool
    Definition Classes
    SIntOrderOrderPartialOrder
  11. def hashCode(): Int
    Definition Classes
    Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def lt(x: SInt, y: SInt): Bool
    Definition Classes
    SIntOrderOrderPartialOrder
  14. def lteqv(x: SInt, y: SInt): Bool
    Definition Classes
    SIntOrderOrderPartialOrder
  15. def max(x: SInt, y: SInt): SInt
    Definition Classes
    Order
  16. def min(x: SInt, y: SInt): SInt
    Definition Classes
    Order
  17. def neqv(x: SInt, y: SInt): Bool

    Returns false if x and y are equivalent, true otherwise.

    Returns false if x and y are equivalent, true otherwise.

    Definition Classes
    SIntOrderEq
  18. def on[B <: Data](f: (B) ⇒ SInt): Order[B]

    Defines an order on B by mapping B to A using f and using As order to order B.

    Defines an order on B by mapping B to A using f and using As order to order B.

    Definition Classes
    OrderPartialOrderEq
  19. def partialCompare(x: SInt, y: SInt): ValidIO[ComparisonBundle]

    Result of comparing x with y.

    Result of comparing x with y. Returns ValidIO[ComparisonBundle] with valid false if operands are not comparable. If operands are comparable, bits.lt will be true if x < y and bits.eq will be true if x = y

    Definition Classes
    OrderPartialOrder
  20. def pmax(x: SInt, y: SInt): ValidIO[SInt]

    Returns Some(x) if x >= y, Some(y) if x < y, otherwise None.

    Returns Some(x) if x >= y, Some(y) if x < y, otherwise None.

    Definition Classes
    PartialOrder
  21. def pmin(x: SInt, y: SInt): ValidIO[SInt]

    Returns Some(x) if x <= y, Some(y) if x > y, otherwise None.

    Returns Some(x) if x <= y, Some(y) if x > y, otherwise None.

    Definition Classes
    PartialOrder
  22. def reverse: Order[SInt]

    Defines an ordering on A where all arrows switch direction.

    Defines an ordering on A where all arrows switch direction.

    Definition Classes
    OrderPartialOrder
  23. def toString(): String
    Definition Classes
    Any

Inherited from hasContext

Inherited from Order[SInt]

Inherited from PartialOrder[SInt]

Inherited from Eq[SInt]

Inherited from Any

Ungrouped