Home
last modified time | relevance | path

Searched defs:popCount (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/dports/devel/binaryen/binaryen-version_98/src/support/
H A Dbits.h43 inline int popCount(int8_t v) { return popCount(uint8_t(v)); } in popCount() function
44 inline int popCount(int16_t v) { return popCount(uint16_t(v)); } in popCount() function
45 inline int popCount(int32_t v) { return popCount(uint32_t(v)); } in popCount() function
46 inline int popCount(int64_t v) { return popCount(uint64_t(v)); } in popCount() function
H A Dbits.cpp29 int popCount(uint8_t v) { in popCount() function
37 int popCount(uint16_t v) { in popCount() function
45 int popCount(uint32_t v) { in popCount() function
57 int popCount(uint64_t v) { in popCount() function
/dports/devel/stack/stack-2.7.3/_cabal_deps/basement-0.0.12/Basement/
H A DBits.hs202 popCount (Bits n) = CountOf (OldBits.popCount n) function
210 popCount True = 1 function
211 popCount False = 0 function
252 popCount (W8# x#) = CountOf $ wordToInt (W# (popCnt8# x#)) function
280 popCount (W16# x#) = CountOf $ wordToInt (W# (popCnt16# x#)) function
308 popCount (W32# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
337 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
357 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
388 popCount (W64# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
437 popCount = CountOf . Word128.popCount function
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/basement-0.0.12/Basement/
H A DBits.hs202 popCount (Bits n) = CountOf (OldBits.popCount n) function
210 popCount True = 1 function
211 popCount False = 0 function
252 popCount (W8# x#) = CountOf $ wordToInt (W# (popCnt8# x#)) function
280 popCount (W16# x#) = CountOf $ wordToInt (W# (popCnt16# x#)) function
308 popCount (W32# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
337 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
357 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
388 popCount (W64# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
437 popCount = CountOf . Word128.popCount function
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/basement-0.0.11/Basement/
H A DBits.hs202 popCount (Bits n) = CountOf (OldBits.popCount n) function
210 popCount True = 1 function
211 popCount False = 0 function
252 popCount (W8# x#) = CountOf $ wordToInt (W# (popCnt8# x#)) function
280 popCount (W16# x#) = CountOf $ wordToInt (W# (popCnt16# x#)) function
308 popCount (W32# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
337 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
357 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
388 popCount (W64# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
437 popCount = CountOf . Word128.popCount function
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/basement-0.0.11/Basement/
H A DBits.hs202 popCount (Bits n) = CountOf (OldBits.popCount n) function
210 popCount True = 1 function
211 popCount False = 0 function
252 popCount (W8# x#) = CountOf $ wordToInt (W# (popCnt8# x#)) function
280 popCount (W16# x#) = CountOf $ wordToInt (W# (popCnt16# x#)) function
308 popCount (W32# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
337 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
357 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
388 popCount (W64# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
437 popCount = CountOf . Word128.popCount function
[all …]
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/basement-0.0.11/Basement/
H A DBits.hs202 popCount (Bits n) = CountOf (OldBits.popCount n) function
210 popCount True = 1 function
211 popCount False = 0 function
252 popCount (W8# x#) = CountOf $ wordToInt (W# (popCnt8# x#)) function
280 popCount (W16# x#) = CountOf $ wordToInt (W# (popCnt16# x#)) function
308 popCount (W32# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
337 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
357 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
388 popCount (W64# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
437 popCount = CountOf . Word128.popCount function
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/basement-0.0.12/Basement/
H A DBits.hs202 popCount (Bits n) = CountOf (OldBits.popCount n) function
210 popCount True = 1 function
211 popCount False = 0 function
252 popCount (W8# x#) = CountOf $ wordToInt (W# (popCnt8# x#)) function
280 popCount (W16# x#) = CountOf $ wordToInt (W# (popCnt16# x#)) function
308 popCount (W32# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
337 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
357 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
388 popCount (W64# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
437 popCount = CountOf . Word128.popCount function
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/basement-0.0.11/Basement/
H A DBits.hs202 popCount (Bits n) = CountOf (OldBits.popCount n) function
210 popCount True = 1 function
211 popCount False = 0 function
252 popCount (W8# x#) = CountOf $ wordToInt (W# (popCnt8# x#)) function
280 popCount (W16# x#) = CountOf $ wordToInt (W# (popCnt16# x#)) function
308 popCount (W32# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
337 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
357 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
388 popCount (W64# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
437 popCount = CountOf . Word128.popCount function
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/basement-0.0.11/Basement/
H A DBits.hs202 popCount (Bits n) = CountOf (OldBits.popCount n) function
210 popCount True = 1 function
211 popCount False = 0 function
252 popCount (W8# x#) = CountOf $ wordToInt (W# (popCnt8# x#)) function
280 popCount (W16# x#) = CountOf $ wordToInt (W# (popCnt16# x#)) function
308 popCount (W32# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
337 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
357 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
388 popCount (W64# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
437 popCount = CountOf . Word128.popCount function
[all …]
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/basement-0.0.11/Basement/
H A DBits.hs202 popCount (Bits n) = CountOf (OldBits.popCount n) function
210 popCount True = 1 function
211 popCount False = 0 function
252 popCount (W8# x#) = CountOf $ wordToInt (W# (popCnt8# x#)) function
280 popCount (W16# x#) = CountOf $ wordToInt (W# (popCnt16# x#)) function
308 popCount (W32# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
337 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
357 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
388 popCount (W64# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
437 popCount = CountOf . Word128.popCount function
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/basement-0.0.11/Basement/
H A DBits.hs202 popCount (Bits n) = CountOf (OldBits.popCount n) function
210 popCount True = 1 function
211 popCount False = 0 function
252 popCount (W8# x#) = CountOf $ wordToInt (W# (popCnt8# x#)) function
280 popCount (W16# x#) = CountOf $ wordToInt (W# (popCnt16# x#)) function
308 popCount (W32# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
337 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
357 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
388 popCount (W64# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
437 popCount = CountOf . Word128.popCount function
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/basement-0.0.12/Basement/
H A DBits.hs202 popCount (Bits n) = CountOf (OldBits.popCount n) function
210 popCount True = 1 function
211 popCount False = 0 function
252 popCount (W8# x#) = CountOf $ wordToInt (W# (popCnt8# x#)) function
280 popCount (W16# x#) = CountOf $ wordToInt (W# (popCnt16# x#)) function
308 popCount (W32# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
337 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
357 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
388 popCount (W64# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
437 popCount = CountOf . Word128.popCount function
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/basement-0.0.11/Basement/
H A DBits.hs202 popCount (Bits n) = CountOf (OldBits.popCount n) function
210 popCount True = 1 function
211 popCount False = 0 function
252 popCount (W8# x#) = CountOf $ wordToInt (W# (popCnt8# x#)) function
280 popCount (W16# x#) = CountOf $ wordToInt (W# (popCnt16# x#)) function
308 popCount (W32# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
337 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
357 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
388 popCount (W64# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
437 popCount = CountOf . Word128.popCount function
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/basement-0.0.12/Basement/
H A DBits.hs202 popCount (Bits n) = CountOf (OldBits.popCount n) function
210 popCount True = 1 function
211 popCount False = 0 function
252 popCount (W8# x#) = CountOf $ wordToInt (W# (popCnt8# x#)) function
280 popCount (W16# x#) = CountOf $ wordToInt (W# (popCnt16# x#)) function
308 popCount (W32# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
337 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
357 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
388 popCount (W64# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
437 popCount = CountOf . Word128.popCount function
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/basement-0.0.11/Basement/
H A DBits.hs202 popCount (Bits n) = CountOf (OldBits.popCount n) function
210 popCount True = 1 function
211 popCount False = 0 function
252 popCount (W8# x#) = CountOf $ wordToInt (W# (popCnt8# x#)) function
280 popCount (W16# x#) = CountOf $ wordToInt (W# (popCnt16# x#)) function
308 popCount (W32# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
337 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
357 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
388 popCount (W64# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
437 popCount = CountOf . Word128.popCount function
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/basement-0.0.12/Basement/
H A DBits.hs202 popCount (Bits n) = CountOf (OldBits.popCount n) function
210 popCount True = 1 function
211 popCount False = 0 function
252 popCount (W8# x#) = CountOf $ wordToInt (W# (popCnt8# x#)) function
280 popCount (W16# x#) = CountOf $ wordToInt (W# (popCnt16# x#)) function
308 popCount (W32# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
337 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
357 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
388 popCount (W64# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
437 popCount = CountOf . Word128.popCount function
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/basement-0.0.11/Basement/
H A DBits.hs202 popCount (Bits n) = CountOf (OldBits.popCount n) function
210 popCount True = 1 function
211 popCount False = 0 function
252 popCount (W8# x#) = CountOf $ wordToInt (W# (popCnt8# x#)) function
280 popCount (W16# x#) = CountOf $ wordToInt (W# (popCnt16# x#)) function
308 popCount (W32# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
337 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
357 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
388 popCount (W64# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
437 popCount = CountOf . Word128.popCount function
[all …]
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/basement-0.0.11/Basement/
H A DBits.hs202 popCount (Bits n) = CountOf (OldBits.popCount n) function
210 popCount True = 1 function
211 popCount False = 0 function
252 popCount (W8# x#) = CountOf $ wordToInt (W# (popCnt8# x#)) function
280 popCount (W16# x#) = CountOf $ wordToInt (W# (popCnt16# x#)) function
308 popCount (W32# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
337 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
357 popCount (W# x#) = CountOf $ wordToInt (W# (popCnt32# x#)) function
388 popCount (W64# x#) = CountOf $ wordToInt (W# (popCnt64# x#)) function
437 popCount = CountOf . Word128.popCount function
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/Crypto/Internal/
H A DCompat.hs36 popCount n = loop 0 n function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/Crypto/Internal/
H A DCompat.hs36 popCount n = loop 0 n function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/Crypto/Internal/
H A DCompat.hs36 popCount n = loop 0 n function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/Crypto/Internal/
H A DCompat.hs36 popCount n = loop 0 n function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/Crypto/Internal/
H A DCompat.hs36 popCount n = loop 0 n function
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/Crypto/Internal/
H A DCompat.hs36 popCount n = loop 0 n function

12345678910>>...14