Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. popCntI# :: Int# -> Word#

    ghc-bignum GHC.Num.Primitives

    Population count

  2. sgnI# :: Int# -> Int#

    ghc-bignum GHC.Num.Primitives

    Branchless signum

  3. testBitI# :: Int# -> Word# -> Bool#

    ghc-bignum GHC.Num.Primitives

    No documentation available.

  4. andI# :: Int# -> Int# -> Int#

    ghc-internal GHC.Internal.Base

    Bitwise "and".

  5. notI# :: Int# -> Int#

    ghc-internal GHC.Internal.Base

    Bitwise "not", also known as the binary complement.

  6. orI# :: Int# -> Int# -> Int#

    ghc-internal GHC.Internal.Base

    Bitwise "or".

  7. xorI# :: Int# -> Int# -> Int#

    ghc-internal GHC.Internal.Base

    Bitwise "xor".

  8. andI# :: Int# -> Int# -> Int#

    ghc-internal GHC.Internal.Exts

    Bitwise "and".

  9. notI# :: Int# -> Int#

    ghc-internal GHC.Internal.Exts

    Bitwise "not", also known as the binary complement.

  10. orI# :: Int# -> Int# -> Int#

    ghc-internal GHC.Internal.Exts

    Bitwise "or".

Page 4 of many | Previous | Next