Home
last modified time | relevance | path

Searched defs:narrowU (Results 1 – 4 of 4) sorted by relevance

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Cmm/
H A DType.hs250 narrowU W8 x = fromIntegral (fromIntegral x :: Word8) function
251 narrowU W16 x = fromIntegral (fromIntegral x :: Word16) function
252 narrowU W32 x = fromIntegral (fromIntegral x :: Word32) function
253 narrowU W64 x = fromIntegral (fromIntegral x :: Word64) function
254 narrowU _ _ = panic "narrowTo" function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Cmm/
H A DType.hs251 narrowU W8 x = fromIntegral (fromIntegral x :: Word8) function
252 narrowU W16 x = fromIntegral (fromIntegral x :: Word16) function
253 narrowU W32 x = fromIntegral (fromIntegral x :: Word32) function
254 narrowU W64 x = fromIntegral (fromIntegral x :: Word64) function
255 narrowU _ _ = panic "narrowTo" function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/cmm/
H A DCmmType.hs259 narrowU W8 x = fromIntegral (fromIntegral x :: Word8) function
260 narrowU W16 x = fromIntegral (fromIntegral x :: Word16) function
261 narrowU W32 x = fromIntegral (fromIntegral x :: Word32) function
262 narrowU W64 x = fromIntegral (fromIntegral x :: Word64) function
263 narrowU _ _ = panic "narrowTo" function
/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmType.hs259 narrowU W8 x = fromIntegral (fromIntegral x :: Word8) function
260 narrowU W16 x = fromIntegral (fromIntegral x :: Word16) function
261 narrowU W32 x = fromIntegral (fromIntegral x :: Word32) function
262 narrowU W64 x = fromIntegral (fromIntegral x :: Word64) function
263 narrowU _ _ = panic "narrowTo" function