ae v0.0.2845 (2020-11-29T12:45:19Z)
Home
Dub
Repo
LongInt
ae
utils
math
longmul
Undocumented in source.
struct
LongInt
(uint bits, bool signed)
struct
LongInt (
uint
bits
bool
signed
) {
TypeForBits
!
bits
low
;
static if
(
signed
)
Signed
!(
TypeForBits
!
bits
)
high
;
static if
(!(
signed
))
TypeForBits
!
bits
high
;
}
alias
LongInt
(
T
)
=
LongInt
!(
T
.
sizeof
*
8
,
isSigned
!
T
)
Members
Variables
high
TypeForBits
!
bits
high
;
Undocumented in source.
high
Signed
!(
TypeForBits
!
bits
)
high
;
Undocumented in source.
low
TypeForBits
!
bits
low
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
math
longmul
aliases
Cent
UCent
enums
x86RegSizePrefix
x86SignedOpPrefix
x86SizeOpSuffix
functions
longDiv
longMul
structs
DivResult
LongInt