Home
last modified time | relevance | path

Searched refs:gcdWord (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/libraries/integer-gmp/src/GHC/Integer/GMP/
H A DInternals.hs131 , gcdWord
/dports/lang/ghc/ghc-8.10.7/libraries/integer-gmp/src/GHC/Integer/
H A DType.hs801 = wordToInteger (gcdWord# (int2Word# (absI# a#)) (int2Word# (absI# b#)))
830 = word2Int# (gcdWord# (int2Word# (absI# x#)) (int2Word# (absI# y#)))
835 gcdWord :: Word# -> Word# -> Word#
836 gcdWord = gcdWord# function
1652 gcdWord# :: GmpLimb# -> GmpLimb# -> GmpLimb#
/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/
H A DReal.hs779 gcdWord' (W# x) (W# y) = W# (gcdWord x y) function
H A DNatural.hs191 gcdNatural (NatS# x) (NatS# y) = NatS# (gcdWord x y)