Packages

object I32

Source
I32.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. I32
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def extendS(width: Int, l: Int): Int
  2. def reinterpret(f: Float): Int
  3. def truncSatSf32(f: Float): Int
  4. def truncSatSf64(d: Double): Int
  5. def truncSatUf32(f: Float): Int
  6. def truncSatUf64(d: Double): Int
  7. def truncSf32(f: Float): CanFail[Int]
  8. def truncSf64(d: Double): CanFail[Int]
  9. def truncUf32(f: Float): CanFail[Int]
  10. def truncUf64(d: Double): CanFail[Int]
  11. def wrap(l: Long): Int