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(amplitude: ExpNumber, resolution: ExpNumber): AFix
  5. def S(amplitude: ExpNumber, width: BitCount): AFix
  6. def S(width: BitCount): AFix
  7. def SQ(integerWidth: BitCount, fractionWidth: BitCount): AFix
  8. def U(amplitude: ExpNumber, resolution: ExpNumber): AFix
  9. def U(amplitude: ExpNumber, width: BitCount): AFix
  10. def U(width: BitCount): AFix
  11. def UQ(integerWidth: BitCount, fractionWidth: BitCount): AFix
  12. def apply(Q: QFormat): AFix
  13. def apply(amplitude: ExpNumber, resolution: ExpNumber, signed: Boolean): AFix
  14. def apply(num: BigInt): AFix
  15. def apply(num: BigInt, exp: ExpNumber): AFix
  16. def apply(sf: SFix): AFix
  17. def apply(uf: UFix): AFix
  18. def apply(s: SInt, exp: ExpNumber): AFix
  19. def apply(s: SInt): AFix
  20. def apply(b: Bool, exp: ExpNumber): AFix
  21. def apply(b: Bool): AFix
  22. def apply(u: UInt, maxRaw: BigInt, exp: ExpNumber): AFix
  23. def apply(u: UInt, exp: ExpNumber): AFix
  24. def apply(u: UInt): AFix
  25. def apply(maxRaw: BigInt, minRaw: BigInt, exp: ExpNumber): AFix
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def holding(values: TraversableOnce[AFix]): AFix
  33. def holdingParams(values: TraversableOnce[AFix]): (BigInt, BigInt, Int)
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. 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