Documentation ¶
Index ¶
- func Assert(condition bool, reason string)
- func BinaryPutFloat64(b []byte, byteOrder binary.ByteOrder, f float64)
- func BinaryPutFloat64Slice(outBuffer []byte, byteOrder binary.ByteOrder, floats []float64) error
- func CeilingPowerOf2(x int32) int32
- func ComputeBaseBufferItems(k int32, n int64) int32
- func ComputeBitPattern(k int32, n int64) int64
- func ComputeNumLevelsNeeded(k int32, n int64) int32
- func ComputeRetainedItems(k int32, n int64) int32
- func ComputeTotalLevels(bitPattern int64) int32
- func ComputeValidLevels(bitPattern int64) int32
- func DetermineNativeByteOrder() binary.ByteOrder
- func Intmax(a, b int32) int32
- func Intmin(a, b int32) int32
- func IsPowerOf2(x int32) bool
- func LowestZeroBitStartingAt(bits int64, startingBit int32) int32
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BinaryPutFloat64Slice ¶
func CeilingPowerOf2 ¶
func ComputeBaseBufferItems ¶
func ComputeBitPattern ¶
func ComputeNumLevelsNeeded ¶
func ComputeRetainedItems ¶
func ComputeTotalLevels ¶
func ComputeValidLevels ¶
func IsPowerOf2 ¶
func LowestZeroBitStartingAt ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.