Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. divideFloatX16# :: FloatX16# -> FloatX16# -> FloatX16#

    base GHC.Base

    Divide two vectors element-wise. Warning: this is only available on LLVM.

  2. divideFloatX4# :: FloatX4# -> FloatX4# -> FloatX4#

    base GHC.Base

    Divide two vectors element-wise. Warning: this is only available on LLVM.

  3. divideFloatX8# :: FloatX8# -> FloatX8# -> FloatX8#

    base GHC.Base

    Divide two vectors element-wise. Warning: this is only available on LLVM.

  4. indexWideCharArray# :: ByteArray# -> Int# -> Char#

    base GHC.Base

    Read a 32-bit character; offset in 4-byte words.

  5. indexWideCharOffAddr# :: Addr# -> Int# -> Char#

    base GHC.Base

    Read a 32-bit character; offset in 4-byte words. On some platforms, the access may fail for an insufficiently aligned Addr#.

  6. indexWord8ArrayAsWideChar# :: ByteArray# -> Int# -> Char#

    base GHC.Base

    Read a 32-bit character; offset in bytes.

  7. indexWord8OffAddrAsWideChar# :: Addr# -> Int# -> Char#

    base GHC.Base

    Read a 32-bit character; offset in bytes.

  8. myThreadId# :: State# RealWorld -> (# State# RealWorld, ThreadId# #)

    base GHC.Base

    No documentation available.

  9. readWideCharArray# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Char# #)

    base GHC.Base

    Read a 32-bit character; offset in 4-byte words. Warning: this can fail with an unchecked exception.

  10. readWideCharOffAddr# :: Addr# -> Int# -> State# d -> (# State# d, Char# #)

    base GHC.Base

    Read a 32-bit character; offset in 4-byte words. On some platforms, the access may fail for an insufficiently aligned Addr#. Warning: this can fail with an unchecked exception.

Page 361 of many | Previous | Next