Trait

dsptools.numbers

FixedPointSigned

Related Doc: package numbers

Permalink

trait FixedPointSigned extends Signed[FixedPoint] with hasContext

Linear Supertypes
hasContext, Signed[FixedPoint], Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FixedPointSigned
  2. hasContext
  3. Signed
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def abs(a: FixedPoint): FixedPoint

    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
    Signed
  2. abstract def context_abs(a: FixedPoint): FixedPoint

    Permalink
    Definition Classes
    Signed
  3. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any
  4. abstract def signum(a: FixedPoint): 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
    Signed

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def context: DspContext

    Permalink
    Definition Classes
    hasContext
  6. def equals(arg0: Any): Boolean

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

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

    Permalink
    Definition Classes
    Any
  9. def isSignNegative(a: FixedPoint): Bool

    Permalink
    Definition Classes
    Signed
  10. def isSignNonNegative(a: FixedPoint): Bool

    Permalink
    Definition Classes
    Signed
  11. def isSignNonPositive(a: FixedPoint): Bool

    Permalink
    Definition Classes
    Signed
  12. def isSignNonZero(a: FixedPoint): Bool

    Permalink
    Definition Classes
    Signed
  13. def isSignPositive(a: FixedPoint): Bool

    Permalink
    Definition Classes
    Signed
  14. def isSignZero(a: FixedPoint): Bool

    Permalink
    Definition Classes
    Signed
  15. def sign(a: FixedPoint): 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
  16. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from hasContext

Inherited from Signed[FixedPoint]

Inherited from Any

Ungrouped