flopscope.numpy.int64
flopscope.numpy.int64
Default signed integer type, 64bit on 64bit systems and 32bit on 32bit systems.
docinfo
Character code
'l'
Canonical name
flops.int_
Alias on this platform (Linux x86_64)
flops.int64: 64-bit signed integer (-9_223_372_036_854_775_808 to 9_223_372_036_854_775_807).
Alias on this platform (Linux x86_64)
flops.intp: Signed integer large enough to fit pointer, compatible with C intptr_t.