Packages

object AFix

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

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. def S(width: BitCount, resolution: ExpNumber): AFix
  5. def S(amplitude: ExpNumber, resolution: ExpNumber): AFix
  6. def S(amplitude: ExpNumber, width: BitCount): AFix
  7. def S(width: BitCount): AFix

    Create an signed integer AFix with a certain bit width

  8. def SQ(integerWidth: BitCount, fractionWidth: BitCount): AFix
  9. def U(width: BitCount, resolution: ExpNumber): AFix
  10. def U(amplitude: ExpNumber, resolution: ExpNumber): AFix
  11. def U(amplitude: ExpNumber, width: BitCount): AFix
  12. def U(width: BitCount): AFix

    Create an unsigned integer AFix with a certain bit width

  13. def UQ(integerWidth: BitCount, fractionWidth: BitCount): AFix
  14. def apply(Q: QFormat): AFix
  15. def apply(amplitude: ExpNumber, resolution: ExpNumber, signed: Boolean): AFix
  16. def apply(num: BigInt): AFix
  17. def apply(num: BigInt, exp: ExpNumber): AFix
  18. def apply(sf: SFix): AFix
  19. def apply(uf: UFix): AFix
  20. def apply(s: SInt, exp: ExpNumber): AFix
  21. def apply(s: SInt): AFix
  22. def apply(b: Bool, exp: ExpNumber): AFix

    Constructs an AFix which is driven to 0 or 2^exp.

  23. def apply(b: Bool): AFix

    Constructs an AFix which is driven to 0 or 1.

  24. def apply(u: UInt, maxRaw: BigInt, exp: ExpNumber): AFix
  25. def apply(u: UInt, exp: ExpNumber): AFix
  26. def apply(u: UInt): AFix

    Constructs an unsigned integer AFix with a maximum value.

  27. def apply(maxRaw: BigInt, minRaw: BigInt, exp: ExpNumber): AFix

    Constructs an AFix whose maximum and minimum values are maxRaw * 2exp and minRaw * 2exp, respectively.

  28. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  29. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  34. def holding(values: TraversableOnce[AFix]): AFix
  35. def holdingParams(values: TraversableOnce[AFix]): (BigInt, BigInt, Int)
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped