Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- c_rawCopy_ :: Ptr C'THShortStorage -> Ptr CShort -> IO ()
- c_rawCopy :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr CShort -> IO ()
- c_copy_ :: Ptr C'THShortStorage -> Ptr C'THShortStorage -> IO ()
- c_copy :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THShortStorage -> IO ()
- c_copyByte_ :: Ptr C'THShortStorage -> Ptr C'THByteStorage -> IO ()
- c_copyByte :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THByteStorage -> IO ()
- c_copyChar_ :: Ptr C'THShortStorage -> Ptr C'THCharStorage -> IO ()
- c_copyChar :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THCharStorage -> IO ()
- c_copyShort_ :: Ptr C'THShortStorage -> Ptr C'THShortStorage -> IO ()
- c_copyShort :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THShortStorage -> IO ()
- c_copyInt_ :: Ptr C'THShortStorage -> Ptr C'THIntStorage -> IO ()
- c_copyInt :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THIntStorage -> IO ()
- c_copyLong_ :: Ptr C'THShortStorage -> Ptr C'THLongStorage -> IO ()
- c_copyLong :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THLongStorage -> IO ()
- c_copyFloat_ :: Ptr C'THShortStorage -> Ptr C'THFloatStorage -> IO ()
- c_copyFloat :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THFloatStorage -> IO ()
- c_copyDouble_ :: Ptr C'THShortStorage -> Ptr C'THDoubleStorage -> IO ()
- c_copyDouble :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THDoubleStorage -> IO ()
- c_copyHalf_ :: Ptr C'THShortStorage -> Ptr C'THHalfStorage -> IO ()
- c_copyHalf :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THHalfStorage -> IO ()
- p_rawCopy :: FunPtr (Ptr C'THShortStorage -> Ptr CShort -> IO ())
- p_copy :: FunPtr (Ptr C'THShortStorage -> Ptr C'THShortStorage -> IO ())
- p_copyByte :: FunPtr (Ptr C'THShortStorage -> Ptr C'THByteStorage -> IO ())
- p_copyChar :: FunPtr (Ptr C'THShortStorage -> Ptr C'THCharStorage -> IO ())
- p_copyShort :: FunPtr (Ptr C'THShortStorage -> Ptr C'THShortStorage -> IO ())
- p_copyInt :: FunPtr (Ptr C'THShortStorage -> Ptr C'THIntStorage -> IO ())
- p_copyLong :: FunPtr (Ptr C'THShortStorage -> Ptr C'THLongStorage -> IO ())
- p_copyFloat :: FunPtr (Ptr C'THShortStorage -> Ptr C'THFloatStorage -> IO ())
- p_copyDouble :: FunPtr (Ptr C'THShortStorage -> Ptr C'THDoubleStorage -> IO ())
- p_copyHalf :: FunPtr (Ptr C'THShortStorage -> Ptr C'THHalfStorage -> IO ())
Documentation
c_rawCopy_ :: Ptr C'THShortStorage -> Ptr CShort -> IO () Source #
c_rawCopy : storage src -> void
c_rawCopy :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr CShort -> IO () Source #
alias of c_rawCopy_ with unused argument (for CTHState) to unify backpack signatures.
c_copy_ :: Ptr C'THShortStorage -> Ptr C'THShortStorage -> IO () Source #
c_copy : storage src -> void
c_copy :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THShortStorage -> IO () Source #
alias of c_copy_ with unused argument (for CTHState) to unify backpack signatures.
c_copyByte_ :: Ptr C'THShortStorage -> Ptr C'THByteStorage -> IO () Source #
c_copyByte : storage src -> void
c_copyByte :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THByteStorage -> IO () Source #
alias of c_copyByte_ with unused argument (for CTHState) to unify backpack signatures.
c_copyChar_ :: Ptr C'THShortStorage -> Ptr C'THCharStorage -> IO () Source #
c_copyChar : storage src -> void
c_copyChar :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THCharStorage -> IO () Source #
alias of c_copyChar_ with unused argument (for CTHState) to unify backpack signatures.
c_copyShort_ :: Ptr C'THShortStorage -> Ptr C'THShortStorage -> IO () Source #
c_copyShort : storage src -> void
c_copyShort :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THShortStorage -> IO () Source #
alias of c_copyShort_ with unused argument (for CTHState) to unify backpack signatures.
c_copyInt_ :: Ptr C'THShortStorage -> Ptr C'THIntStorage -> IO () Source #
c_copyInt : storage src -> void
c_copyInt :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THIntStorage -> IO () Source #
alias of c_copyInt_ with unused argument (for CTHState) to unify backpack signatures.
c_copyLong_ :: Ptr C'THShortStorage -> Ptr C'THLongStorage -> IO () Source #
c_copyLong : storage src -> void
c_copyLong :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THLongStorage -> IO () Source #
alias of c_copyLong_ with unused argument (for CTHState) to unify backpack signatures.
c_copyFloat_ :: Ptr C'THShortStorage -> Ptr C'THFloatStorage -> IO () Source #
c_copyFloat : storage src -> void
c_copyFloat :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THFloatStorage -> IO () Source #
alias of c_copyFloat_ with unused argument (for CTHState) to unify backpack signatures.
c_copyDouble_ :: Ptr C'THShortStorage -> Ptr C'THDoubleStorage -> IO () Source #
c_copyDouble : storage src -> void
c_copyDouble :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THDoubleStorage -> IO () Source #
alias of c_copyDouble_ with unused argument (for CTHState) to unify backpack signatures.
c_copyHalf_ :: Ptr C'THShortStorage -> Ptr C'THHalfStorage -> IO () Source #
c_copyHalf : storage src -> void
c_copyHalf :: Ptr C'THState -> Ptr C'THShortStorage -> Ptr C'THHalfStorage -> IO () Source #
alias of c_copyHalf_ with unused argument (for CTHState) to unify backpack signatures.
p_rawCopy :: FunPtr (Ptr C'THShortStorage -> Ptr CShort -> IO ()) Source #
p_rawCopy : Pointer to function : storage src -> void
p_copy :: FunPtr (Ptr C'THShortStorage -> Ptr C'THShortStorage -> IO ()) Source #
p_copy : Pointer to function : storage src -> void
p_copyByte :: FunPtr (Ptr C'THShortStorage -> Ptr C'THByteStorage -> IO ()) Source #
p_copyByte : Pointer to function : storage src -> void
p_copyChar :: FunPtr (Ptr C'THShortStorage -> Ptr C'THCharStorage -> IO ()) Source #
p_copyChar : Pointer to function : storage src -> void
p_copyShort :: FunPtr (Ptr C'THShortStorage -> Ptr C'THShortStorage -> IO ()) Source #
p_copyShort : Pointer to function : storage src -> void
p_copyInt :: FunPtr (Ptr C'THShortStorage -> Ptr C'THIntStorage -> IO ()) Source #
p_copyInt : Pointer to function : storage src -> void
p_copyLong :: FunPtr (Ptr C'THShortStorage -> Ptr C'THLongStorage -> IO ()) Source #
p_copyLong : Pointer to function : storage src -> void
p_copyFloat :: FunPtr (Ptr C'THShortStorage -> Ptr C'THFloatStorage -> IO ()) Source #
p_copyFloat : Pointer to function : storage src -> void
p_copyDouble :: FunPtr (Ptr C'THShortStorage -> Ptr C'THDoubleStorage -> IO ()) Source #
p_copyDouble : Pointer to function : storage src -> void
p_copyHalf :: FunPtr (Ptr C'THShortStorage -> Ptr C'THHalfStorage -> IO ()) Source #
p_copyHalf : Pointer to function : storage src -> void