Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.WideWord.Int128
Documentation
Constructors
Int128 | |
Fields
|
Instances
Data Int128 Source # | |
Defined in Data.WideWord.Int128 Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Int128 -> c Int128 gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Int128 dataTypeOf :: Int128 -> DataType dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Int128) dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Int128) gmapT :: (forall b. Data b => b -> b) -> Int128 -> Int128 gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Int128 -> r gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Int128 -> r gmapQ :: (forall d. Data d => d -> u) -> Int128 -> [u] gmapQi :: Int -> (forall d. Data d => d -> u) -> Int128 -> u gmapM :: Monad m => (forall d. Data d => d -> m d) -> Int128 -> m Int128 gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Int128 -> m Int128 gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Int128 -> m Int128 | |
Storable Int128 Source # | |
Defined in Data.WideWord.Int128 Methods peekElemOff :: Ptr Int128 -> Int -> IO Int128 pokeElemOff :: Ptr Int128 -> Int -> Int128 -> IO () peekByteOff :: Ptr b -> Int -> IO Int128 pokeByteOff :: Ptr b -> Int -> Int128 -> IO () | |
Bits Int128 Source # | |
Defined in Data.WideWord.Int128 Methods (.&.) :: Int128 -> Int128 -> Int128 (.|.) :: Int128 -> Int128 -> Int128 xor :: Int128 -> Int128 -> Int128 complement :: Int128 -> Int128 shift :: Int128 -> Int -> Int128 rotate :: Int128 -> Int -> Int128 setBit :: Int128 -> Int -> Int128 clearBit :: Int128 -> Int -> Int128 complementBit :: Int128 -> Int -> Int128 testBit :: Int128 -> Int -> Bool bitSizeMaybe :: Int128 -> Maybe Int shiftL :: Int128 -> Int -> Int128 unsafeShiftL :: Int128 -> Int -> Int128 shiftR :: Int128 -> Int -> Int128 unsafeShiftR :: Int128 -> Int -> Int128 rotateL :: Int128 -> Int -> Int128 | |
FiniteBits Int128 Source # | |
Defined in Data.WideWord.Int128 Methods finiteBitSize :: Int128 -> Int countLeadingZeros :: Int128 -> Int countTrailingZeros :: Int128 -> Int | |
Bounded Int128 Source # | |
Defined in Data.WideWord.Int128 | |
Enum Int128 Source # | |
Defined in Data.WideWord.Int128 | |
Generic Int128 Source # | |
Ix Int128 Source # | |
Num Int128 Source # | |
Read Int128 Source # | |
Defined in Data.WideWord.Int128 | |
Integral Int128 Source # | |
Real Int128 Source # | |
Defined in Data.WideWord.Int128 Methods toRational :: Int128 -> Rational | |
Show Int128 Source # | |
Binary Int128 Source # | Since: 0.1.5.0 |
NFData Int128 Source # | |
Defined in Data.WideWord.Int128 | |
Eq Int128 Source # | |
Ord Int128 Source # | |
Hashable Int128 Source # | |
Defined in Data.WideWord.Int128 | |
Prim Int128 Source # | |
Defined in Data.WideWord.Int128 Methods alignment# :: Int128 -> Int# indexByteArray# :: ByteArray# -> Int# -> Int128 readByteArray# :: MutableByteArray# s -> Int# -> State# s -> (# State# s, Int128 #) writeByteArray# :: MutableByteArray# s -> Int# -> Int128 -> State# s -> State# s setByteArray# :: MutableByteArray# s -> Int# -> Int# -> Int128 -> State# s -> State# s indexOffAddr# :: Addr# -> Int# -> Int128 readOffAddr# :: Addr# -> Int# -> State# s -> (# State# s, Int128 #) writeOffAddr# :: Addr# -> Int# -> Int128 -> State# s -> State# s setOffAddr# :: Addr# -> Int# -> Int# -> Int128 -> State# s -> State# s | |
type Rep Int128 Source # | |
Defined in Data.WideWord.Int128 type Rep Int128 = D1 ('MetaData "Int128" "Data.WideWord.Int128" "wide-word-0.1.6.0-GnD4enjdt5x1RCpdDfFsbu" 'False) (C1 ('MetaCons "Int128" 'PrefixI 'True) (S1 ('MetaSel ('Just "int128Hi64") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word64) :*: S1 ('MetaSel ('Just "int128Lo64") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word64))) |
byteSwapInt128 :: Int128 -> Int128 Source #
showHexInt128 :: Int128 -> String Source #
zeroInt128 :: Int128 Source #