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.
divideFloatX16# :: FloatX16# -> FloatX16# -> FloatX16#base GHC.Base Divide two vectors element-wise. Warning: this is only available on LLVM.
divideFloatX4# :: FloatX4# -> FloatX4# -> FloatX4#base GHC.Base Divide two vectors element-wise. Warning: this is only available on LLVM.
divideFloatX8# :: FloatX8# -> FloatX8# -> FloatX8#base GHC.Base Divide two vectors element-wise. Warning: this is only available on LLVM.
indexWideCharArray# :: ByteArray# -> Int# -> Char#base GHC.Base Read a 32-bit character; offset in 4-byte words.
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#.
indexWord8ArrayAsWideChar# :: ByteArray# -> Int# -> Char#base GHC.Base Read a 32-bit character; offset in bytes.
indexWord8OffAddrAsWideChar# :: Addr# -> Int# -> Char#base GHC.Base Read a 32-bit character; offset in bytes.
myThreadId# :: State# RealWorld -> (# State# RealWorld, ThreadId# #)base GHC.Base No documentation available.
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.
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.