abstract type FloatType <: ValueType with MemoryFloatType

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FloatType
  2. MemoryFloatType
  3. FloatTreeType
  4. FloatTypeApi
  5. FloatExpressionApi
  6. ValueSingletonApi
  7. <refinement>
  8. <refinement>
  9. MemoryValueType
  10. ValueTreeType
  11. ValueTypeApi
  12. ValueExpressionApi
  13. <refinement>
  14. TypeApi
  15. ExpressionApi
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

Abstract Value Members

  1. abstract def termFactory: Factory1[Trees.FloatTrees.Tree, Trees.FloatTrees.FloatTreeType.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. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def abs(operand: FloatTerm): FloatTerm
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def classTag: ClassTag[Float]
    Definition Classes
    MemoryFloatTypeMemoryValueType
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def exp(operand: FloatTerm): FloatTerm
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def in(foreignCategory: Trees.FloatTrees.Category): Trees.FloatTrees.FloatTreeType.TypeIn[foreignCategory.type]
    Definition Classes
    FloatTreeTypeValueTreeType
    Annotations
    @inline()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def literal(value: Trees.FloatTrees.FloatTreeType.JvmValue): Trees.FloatTrees.FloatTreeType.ThisTerm
    Definition Classes
    FloatTreeTypeValueSingletonApi
    Annotations
    @inline()
  17. def log(operand: FloatTerm): FloatTerm
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  18. def max(leftHandSide: FloatTerm, rightHandSide: FloatTerm): FloatTerm
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  19. def memory: FloatMemory.type
    Definition Classes
    MemoryFloatTypeMemoryValueType
  20. def min(leftHandSide: FloatTerm, rightHandSide: FloatTerm): FloatTerm
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def parameter(id: Any): Trees.FloatTrees.FloatTreeType.ThisTerm
    Definition Classes
    FloatTreeTypeValueSingletonApi
    Annotations
    @inline()
  25. def sqrt(operand: FloatTerm): FloatTerm
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def tanh(operand: FloatTerm): FloatTerm
    Definition Classes
    FloatTreeTypeFloatTypeApi
    Annotations
    @inline()
  28. def term(tree: Trees.FloatTrees.Tree): Trees.FloatTrees.FloatTreeType.ThisTerm
    Definition Classes
    FloatTreeTypeValueTreeType
    Annotations
    @inline()
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from MemoryFloatType

Inherited from MemoryTrees.FloatTreeType

Inherited from MemoryTrees.FloatTypeApi

Inherited from <refinement>

Inherited from <refinement>

Inherited from MemoryValueType

Inherited from MemoryTrees.ValueTreeType

Inherited from MemoryTrees.ValueTypeApi

Inherited from <refinement>

Inherited from MemoryTrees.TypeApi

Inherited from MemoryTrees.ExpressionApi

Inherited from AnyRef

Inherited from Any

Ungrouped