trait MemoryFloatType extends FloatTreeType with MemoryValueType

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MemoryFloatType
  2. MemoryValueType
  3. FloatTreeType
  4. FloatTypeApi
  5. FloatExpressionApi
  6. ValueSingletonApi
  7. ValueTreeType
  8. ValueTypeApi
  9. ValueExpressionApi
  10. ExpressionApi
  11. AnyRef
  12. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type JvmValue = Float
    Definition Classes
    FloatExpressionApiValueExpressionApi
  2. type TermIn[C <: MemoryTrees.Category] = Expressions.Floats.FloatExpressionApi.TermIn.C.FloatTerm
  3. type ThisTerm = TermIn[MemoryTrees.this.type]
    Definition Classes
    ExpressionApi
  4. type ThisType = TypeIn[MemoryTrees.this.type]
    Definition Classes
    ValueExpressionApi
  5. type TypeIn[C <: MemoryTrees.Category] = Expressions.Floats.FloatExpressionApi.TypeIn.C.FloatType
    Definition Classes
    FloatExpressionApiValueExpressionApi

Abstract Value Members

  1. abstract def termFactory: Factory1[MemoryTrees.Tree, ThisTerm]
    Attributes
    protected
    Definition Classes
    FloatTreeType
    Annotations
    @inject()

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from MemoryFloatType to any2stringadd[MemoryFloatType] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MemoryFloatType, B)
    Implicit
    This member is added by an implicit conversion from MemoryFloatType to ArrowAssoc[MemoryFloatType] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def abs(operand: MemoryTrees.FloatTerm): MemoryTrees.FloatTerm
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def classTag: ClassTag[Float]
    Definition Classes
    MemoryFloatTypeMemoryValueType
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def ensuring(cond: (MemoryFloatType) ⇒ Boolean, msg: ⇒ Any): MemoryFloatType
    Implicit
    This member is added by an implicit conversion from MemoryFloatType to Ensuring[MemoryFloatType] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (MemoryFloatType) ⇒ Boolean): MemoryFloatType
    Implicit
    This member is added by an implicit conversion from MemoryFloatType to Ensuring[MemoryFloatType] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): MemoryFloatType
    Implicit
    This member is added by an implicit conversion from MemoryFloatType to Ensuring[MemoryFloatType] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): MemoryFloatType
    Implicit
    This member is added by an implicit conversion from MemoryFloatType to Ensuring[MemoryFloatType] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def exp(operand: MemoryTrees.FloatTerm): MemoryTrees.FloatTerm
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from MemoryFloatType to StringFormat[MemoryFloatType] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def in(foreignCategory: MemoryTrees.Category): TypeIn[foreignCategory.type]
    Definition Classes
    FloatTreeTypeValueTreeType
    Annotations
    @inline()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def literal(value: JvmValue): ThisTerm
    Definition Classes
    FloatTreeTypeValueSingletonApi
    Annotations
    @inline()
  24. def log(operand: MemoryTrees.FloatTerm): MemoryTrees.FloatTerm
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  25. def max(leftHandSide: MemoryTrees.FloatTerm, rightHandSide: MemoryTrees.FloatTerm): MemoryTrees.FloatTerm
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  26. def memory: FloatMemory.type
    Definition Classes
    MemoryFloatTypeMemoryValueType
  27. def min(leftHandSide: MemoryTrees.FloatTerm, rightHandSide: MemoryTrees.FloatTerm): MemoryTrees.FloatTerm
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def parameter(id: Any): ThisTerm
    Definition Classes
    FloatTreeTypeValueSingletonApi
    Annotations
    @inline()
  32. def sqrt(operand: MemoryTrees.FloatTerm): MemoryTrees.FloatTerm
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def tanh(operand: MemoryTrees.FloatTerm): MemoryTrees.FloatTerm
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  35. def term(tree: MemoryTrees.Tree): ThisTerm
    Definition Classes
    FloatTreeTypeValueTreeType
    Annotations
    @inline()
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  40. def [B](y: B): (MemoryFloatType, B)
    Implicit
    This member is added by an implicit conversion from MemoryFloatType to ArrowAssoc[MemoryFloatType] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from MemoryValueType

Inherited from MemoryTrees.FloatTreeType

Inherited from MemoryTrees.FloatTypeApi

Inherited from MemoryTrees.ValueTreeType

Inherited from MemoryTrees.ValueTypeApi

Inherited from MemoryTrees.ExpressionApi

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from MemoryFloatType to any2stringadd[MemoryFloatType]

Inherited by implicit conversion StringFormat from MemoryFloatType to StringFormat[MemoryFloatType]

Inherited by implicit conversion Ensuring from MemoryFloatType to Ensuring[MemoryFloatType]

Inherited by implicit conversion ArrowAssoc from MemoryFloatType to ArrowAssoc[MemoryFloatType]

Ungrouped