Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. bitReverse32# :: Word# -> Word#

    ghc-internal GHC.Internal.Base

    Reverse the order of the bits in a 32-bit word.

  2. bitReverse64# :: Word64# -> Word64#

    ghc-internal GHC.Internal.Base

    Reverse the order of the bits in a 64-bit word.

  3. bitReverse8# :: Word# -> Word#

    ghc-internal GHC.Internal.Base

    Reverse the order of the bits in a 8-bit word.

  4. bitReverse# :: Word# -> Word#

    ghc-internal GHC.Internal.Exts

    Reverse the order of the bits in a word.

  5. bitReverse16# :: Word# -> Word#

    ghc-internal GHC.Internal.Exts

    Reverse the order of the bits in a 16-bit word.

  6. bitReverse32# :: Word# -> Word#

    ghc-internal GHC.Internal.Exts

    Reverse the order of the bits in a 32-bit word.

  7. bitReverse64# :: Word64# -> Word64#

    ghc-internal GHC.Internal.Exts

    Reverse the order of the bits in a 64-bit word.

  8. bitReverse8# :: Word# -> Word#

    ghc-internal GHC.Internal.Exts

    Reverse the order of the bits in a 8-bit word.

  9. bitReverse16 :: Word16 -> Word16

    ghc-internal GHC.Internal.Word

    Reverse the order of the bits in a Word16.

  10. bitReverse32 :: Word32 -> Word32

    ghc-internal GHC.Internal.Word

    Reverse the order of the bits in a Word32.

Page 48 of many | Previous | Next