Search plugin
|
Manual
|
haskell.org
Searching for
#
GHC.Exts
iShiftL
#
:: Int# -> Int# -> Int#
base
Shift the argument left by the specified number of bits (which must be non-negative).
GHC.Exts
iShiftRA
#
:: Int# -> Int# -> Int#
base
Shift the argument right (signed) by the specified number of bits (which must be non-negative).
GHC.Exts
iShiftRL
#
:: Int# -> Int# -> Int#
base
Shift the argument right (unsigned) by the specified number of bits (which must be non-negative).
GHC.Exts
shiftL
#
:: Word# -> Int# -> Word#
base
Shift the argument left by the specified number of bits (which must be non-negative).
GHC.Exts
shiftRL
#
:: Word# -> Int# -> Word#
base
Shift the argument right by the specified number of bits (which must be non-negative).
GHC.Exts
W
#
:: Word# -> Word
base
©
Neil Mitchell
2004-2009