Documentation ¶
Index ¶
Constants ¶
View Source
const MaxUintptr = ^uintptr(0)
Variables ¶
This section is empty.
Functions ¶
func Mul64 ¶
Mul64 returns the 128-bit product of x and y: (hi, lo) = x * y with the product bits' upper half returned in hi and the lower half returned in lo. This is a copy from math/bits.Mul64 On supported platforms this is an intrinsic lowered by the compiler.
func MulUintptr ¶
MulUintptr returns a * b and whether the multiplication overflowed. On supported platforms this is an intrinsic lowered by the compiler.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.