Documentation ¶
Index ¶
- func BoolConsumer(b *testing.B, supplier func() bool, consumer func(bool))
- func BoolPredicate(b *testing.B, supplier func() bool, predicate func(bool) bool)
- func BoolSupplier(b *testing.B, supplier func() bool)
- func BoolToInt16Func(b *testing.B, supplier func() bool, toInt16Func func(bool) int16)
- func BoolToInt32Func(b *testing.B, supplier func() bool, toInt32Func func(bool) int32)
- func BoolToInt64Func(b *testing.B, supplier func() bool, toInt64Func func(bool) int64)
- func BoolToInt8Func(b *testing.B, supplier func() bool, toInt8Func func(bool) int8)
- func BoolToIntFunc(b *testing.B, supplier func() bool, toIntFunc func(bool) int)
- func BoolToUint16Func(b *testing.B, supplier func() bool, toUint16Func func(bool) uint16)
- func BoolToUint32Func(b *testing.B, supplier func() bool, toUint32Func func(bool) uint32)
- func BoolToUint64Func(b *testing.B, supplier func() bool, toUint64Func func(bool) uint64)
- func BoolToUint8Func(b *testing.B, supplier func() bool, toUint8Func func(bool) uint8)
- func BoolToUintFunc(b *testing.B, supplier func() bool, toUintFunc func(bool) uint)
- func CalibrateBoolConsumer(b *testing.B, supplier func() bool)
- func CalibrateBoolPredicate(b *testing.B, supplier func() bool)
- func CalibrateBoolToInt16Func(b *testing.B, supplier func() bool)
- func CalibrateBoolToInt32Func(b *testing.B, supplier func() bool)
- func CalibrateBoolToInt64Func(b *testing.B, supplier func() bool)
- func CalibrateBoolToInt8Func(b *testing.B, supplier func() bool)
- func CalibrateBoolToIntFunc(b *testing.B, supplier func() bool)
- func CalibrateBoolToUint16Func(b *testing.B, supplier func() bool)
- func CalibrateBoolToUint32Func(b *testing.B, supplier func() bool)
- func CalibrateBoolToUint64Func(b *testing.B, supplier func() bool)
- func CalibrateBoolToUint8Func(b *testing.B, supplier func() bool)
- func CalibrateBoolToUintFunc(b *testing.B, supplier func() bool)
- func CalibrateInt16Consumer(b *testing.B, supplier func() int16)
- func CalibrateInt16Predicate(b *testing.B, supplier func() int16)
- func CalibrateInt16ToInt16Func(b *testing.B, supplier func() int16)
- func CalibrateInt16ToInt32Func(b *testing.B, supplier func() int16)
- func CalibrateInt16ToInt64Func(b *testing.B, supplier func() int16)
- func CalibrateInt16ToInt8Func(b *testing.B, supplier func() int16)
- func CalibrateInt16ToIntFunc(b *testing.B, supplier func() int16)
- func CalibrateInt16ToUint16Func(b *testing.B, supplier func() int16)
- func CalibrateInt16ToUint32Func(b *testing.B, supplier func() int16)
- func CalibrateInt16ToUint64Func(b *testing.B, supplier func() int16)
- func CalibrateInt16ToUint8Func(b *testing.B, supplier func() int16)
- func CalibrateInt16ToUintFunc(b *testing.B, supplier func() int16)
- func CalibrateInt32Consumer(b *testing.B, supplier func() int32)
- func CalibrateInt32Predicate(b *testing.B, supplier func() int32)
- func CalibrateInt32ToInt16Func(b *testing.B, supplier func() int32)
- func CalibrateInt32ToInt32Func(b *testing.B, supplier func() int32)
- func CalibrateInt32ToInt64Func(b *testing.B, supplier func() int32)
- func CalibrateInt32ToInt8Func(b *testing.B, supplier func() int32)
- func CalibrateInt32ToIntFunc(b *testing.B, supplier func() int32)
- func CalibrateInt32ToUint16Func(b *testing.B, supplier func() int32)
- func CalibrateInt32ToUint32Func(b *testing.B, supplier func() int32)
- func CalibrateInt32ToUint64Func(b *testing.B, supplier func() int32)
- func CalibrateInt32ToUint8Func(b *testing.B, supplier func() int32)
- func CalibrateInt32ToUintFunc(b *testing.B, supplier func() int32)
- func CalibrateInt64Consumer(b *testing.B, supplier func() int64)
- func CalibrateInt64Predicate(b *testing.B, supplier func() int64)
- func CalibrateInt64ToInt16Func(b *testing.B, supplier func() int64)
- func CalibrateInt64ToInt32Func(b *testing.B, supplier func() int64)
- func CalibrateInt64ToInt64Func(b *testing.B, supplier func() int64)
- func CalibrateInt64ToInt8Func(b *testing.B, supplier func() int64)
- func CalibrateInt64ToIntFunc(b *testing.B, supplier func() int64)
- func CalibrateInt64ToUint16Func(b *testing.B, supplier func() int64)
- func CalibrateInt64ToUint32Func(b *testing.B, supplier func() int64)
- func CalibrateInt64ToUint64Func(b *testing.B, supplier func() int64)
- func CalibrateInt64ToUint8Func(b *testing.B, supplier func() int64)
- func CalibrateInt64ToUintFunc(b *testing.B, supplier func() int64)
- func CalibrateInt8Consumer(b *testing.B, supplier func() int8)
- func CalibrateInt8Predicate(b *testing.B, supplier func() int8)
- func CalibrateInt8ToInt16Func(b *testing.B, supplier func() int8)
- func CalibrateInt8ToInt32Func(b *testing.B, supplier func() int8)
- func CalibrateInt8ToInt64Func(b *testing.B, supplier func() int8)
- func CalibrateInt8ToInt8Func(b *testing.B, supplier func() int8)
- func CalibrateInt8ToIntFunc(b *testing.B, supplier func() int8)
- func CalibrateInt8ToUint16Func(b *testing.B, supplier func() int8)
- func CalibrateInt8ToUint32Func(b *testing.B, supplier func() int8)
- func CalibrateInt8ToUint64Func(b *testing.B, supplier func() int8)
- func CalibrateInt8ToUint8Func(b *testing.B, supplier func() int8)
- func CalibrateInt8ToUintFunc(b *testing.B, supplier func() int8)
- func CalibrateIntConsumer(b *testing.B, supplier func() int)
- func CalibrateIntPredicate(b *testing.B, supplier func() int)
- func CalibrateIntToInt16Func(b *testing.B, supplier func() int)
- func CalibrateIntToInt32Func(b *testing.B, supplier func() int)
- func CalibrateIntToInt64Func(b *testing.B, supplier func() int)
- func CalibrateIntToInt8Func(b *testing.B, supplier func() int)
- func CalibrateIntToIntFunc(b *testing.B, supplier func() int)
- func CalibrateIntToUint16Func(b *testing.B, supplier func() int)
- func CalibrateIntToUint32Func(b *testing.B, supplier func() int)
- func CalibrateIntToUint64Func(b *testing.B, supplier func() int)
- func CalibrateIntToUint8Func(b *testing.B, supplier func() int)
- func CalibrateIntToUintFunc(b *testing.B, supplier func() int)
- func CalibrateUint16Consumer(b *testing.B, supplier func() uint16)
- func CalibrateUint16Predicate(b *testing.B, supplier func() uint16)
- func CalibrateUint16ToInt16Func(b *testing.B, supplier func() uint16)
- func CalibrateUint16ToInt32Func(b *testing.B, supplier func() uint16)
- func CalibrateUint16ToInt64Func(b *testing.B, supplier func() uint16)
- func CalibrateUint16ToInt8Func(b *testing.B, supplier func() uint16)
- func CalibrateUint16ToIntFunc(b *testing.B, supplier func() uint16)
- func CalibrateUint16ToUint16Func(b *testing.B, supplier func() uint16)
- func CalibrateUint16ToUint32Func(b *testing.B, supplier func() uint16)
- func CalibrateUint16ToUint64Func(b *testing.B, supplier func() uint16)
- func CalibrateUint16ToUint8Func(b *testing.B, supplier func() uint16)
- func CalibrateUint16ToUintFunc(b *testing.B, supplier func() uint16)
- func CalibrateUint32Consumer(b *testing.B, supplier func() uint32)
- func CalibrateUint32Predicate(b *testing.B, supplier func() uint32)
- func CalibrateUint32ToInt16Func(b *testing.B, supplier func() uint32)
- func CalibrateUint32ToInt32Func(b *testing.B, supplier func() uint32)
- func CalibrateUint32ToInt64Func(b *testing.B, supplier func() uint32)
- func CalibrateUint32ToInt8Func(b *testing.B, supplier func() uint32)
- func CalibrateUint32ToIntFunc(b *testing.B, supplier func() uint32)
- func CalibrateUint32ToUint16Func(b *testing.B, supplier func() uint32)
- func CalibrateUint32ToUint32Func(b *testing.B, supplier func() uint32)
- func CalibrateUint32ToUint64Func(b *testing.B, supplier func() uint32)
- func CalibrateUint32ToUint8Func(b *testing.B, supplier func() uint32)
- func CalibrateUint32ToUintFunc(b *testing.B, supplier func() uint32)
- func CalibrateUint64Consumer(b *testing.B, supplier func() uint64)
- func CalibrateUint64Predicate(b *testing.B, supplier func() uint64)
- func CalibrateUint64ToInt16Func(b *testing.B, supplier func() uint64)
- func CalibrateUint64ToInt32Func(b *testing.B, supplier func() uint64)
- func CalibrateUint64ToInt64Func(b *testing.B, supplier func() uint64)
- func CalibrateUint64ToInt8Func(b *testing.B, supplier func() uint64)
- func CalibrateUint64ToIntFunc(b *testing.B, supplier func() uint64)
- func CalibrateUint64ToUint16Func(b *testing.B, supplier func() uint64)
- func CalibrateUint64ToUint32Func(b *testing.B, supplier func() uint64)
- func CalibrateUint64ToUint64Func(b *testing.B, supplier func() uint64)
- func CalibrateUint64ToUint8Func(b *testing.B, supplier func() uint64)
- func CalibrateUint64ToUintFunc(b *testing.B, supplier func() uint64)
- func CalibrateUint8Consumer(b *testing.B, supplier func() uint8)
- func CalibrateUint8Predicate(b *testing.B, supplier func() uint8)
- func CalibrateUint8ToInt16Func(b *testing.B, supplier func() uint8)
- func CalibrateUint8ToInt32Func(b *testing.B, supplier func() uint8)
- func CalibrateUint8ToInt64Func(b *testing.B, supplier func() uint8)
- func CalibrateUint8ToInt8Func(b *testing.B, supplier func() uint8)
- func CalibrateUint8ToIntFunc(b *testing.B, supplier func() uint8)
- func CalibrateUint8ToUint16Func(b *testing.B, supplier func() uint8)
- func CalibrateUint8ToUint32Func(b *testing.B, supplier func() uint8)
- func CalibrateUint8ToUint64Func(b *testing.B, supplier func() uint8)
- func CalibrateUint8ToUint8Func(b *testing.B, supplier func() uint8)
- func CalibrateUint8ToUintFunc(b *testing.B, supplier func() uint8)
- func CalibrateUintConsumer(b *testing.B, supplier func() uint)
- func CalibrateUintPredicate(b *testing.B, supplier func() uint)
- func CalibrateUintSliceGenerator(b *testing.B, genUintSliceFunc func() []uint) uint
- func CalibrateUintSliceGeneratorWithRandom(b *testing.B) uint
- func CalibrateUintToInt16Func(b *testing.B, supplier func() uint)
- func CalibrateUintToInt32Func(b *testing.B, supplier func() uint)
- func CalibrateUintToInt64Func(b *testing.B, supplier func() uint)
- func CalibrateUintToInt8Func(b *testing.B, supplier func() uint)
- func CalibrateUintToIntFunc(b *testing.B, supplier func() uint)
- func CalibrateUintToUint16Func(b *testing.B, supplier func() uint)
- func CalibrateUintToUint32Func(b *testing.B, supplier func() uint)
- func CalibrateUintToUint64Func(b *testing.B, supplier func() uint)
- func CalibrateUintToUint8Func(b *testing.B, supplier func() uint)
- func CalibrateUintToUintFunc(b *testing.B, supplier func() uint)
- func Int16Consumer(b *testing.B, supplier func() int16, consumer func(int16))
- func Int16Predicate(b *testing.B, supplier func() int16, predicate func(int16) bool)
- func Int16Supplier(b *testing.B, supplier func() int16)
- func Int16ToInt16Func(b *testing.B, supplier func() int16, toInt16Func func(int16) int16)
- func Int16ToInt32Func(b *testing.B, supplier func() int16, toInt32Func func(int16) int32)
- func Int16ToInt64Func(b *testing.B, supplier func() int16, toInt64Func func(int16) int64)
- func Int16ToInt8Func(b *testing.B, supplier func() int16, toInt8Func func(int16) int8)
- func Int16ToIntFunc(b *testing.B, supplier func() int16, toIntFunc func(int16) int)
- func Int16ToUint16Func(b *testing.B, supplier func() int16, toUint16Func func(int16) uint16)
- func Int16ToUint32Func(b *testing.B, supplier func() int16, toUint32Func func(int16) uint32)
- func Int16ToUint64Func(b *testing.B, supplier func() int16, toUint64Func func(int16) uint64)
- func Int16ToUint8Func(b *testing.B, supplier func() int16, toUint8Func func(int16) uint8)
- func Int16ToUintFunc(b *testing.B, supplier func() int16, toUintFunc func(int16) uint)
- func Int32Consumer(b *testing.B, supplier func() int32, consumer func(int32))
- func Int32Predicate(b *testing.B, supplier func() int32, predicate func(int32) bool)
- func Int32Supplier(b *testing.B, supplier func() int32)
- func Int32ToInt16Func(b *testing.B, supplier func() int32, toInt16Func func(int32) int16)
- func Int32ToInt32Func(b *testing.B, supplier func() int32, toInt32Func func(int32) int32)
- func Int32ToInt64Func(b *testing.B, supplier func() int32, toInt64Func func(int32) int64)
- func Int32ToInt8Func(b *testing.B, supplier func() int32, toInt8Func func(int32) int8)
- func Int32ToIntFunc(b *testing.B, supplier func() int32, toIntFunc func(int32) int)
- func Int32ToUint16Func(b *testing.B, supplier func() int32, toUint16Func func(int32) uint16)
- func Int32ToUint32Func(b *testing.B, supplier func() int32, toUint32Func func(int32) uint32)
- func Int32ToUint64Func(b *testing.B, supplier func() int32, toUint64Func func(int32) uint64)
- func Int32ToUint8Func(b *testing.B, supplier func() int32, toUint8Func func(int32) uint8)
- func Int32ToUintFunc(b *testing.B, supplier func() int32, toUintFunc func(int32) uint)
- func Int64Consumer(b *testing.B, supplier func() int64, consumer func(int64))
- func Int64Predicate(b *testing.B, supplier func() int64, predicate func(int64) bool)
- func Int64Supplier(b *testing.B, supplier func() int64)
- func Int64ToInt16Func(b *testing.B, supplier func() int64, toInt16Func func(int64) int16)
- func Int64ToInt32Func(b *testing.B, supplier func() int64, toInt32Func func(int64) int32)
- func Int64ToInt64Func(b *testing.B, supplier func() int64, toInt64Func func(int64) int64)
- func Int64ToInt8Func(b *testing.B, supplier func() int64, toInt8Func func(int64) int8)
- func Int64ToIntFunc(b *testing.B, supplier func() int64, toIntFunc func(int64) int)
- func Int64ToUint16Func(b *testing.B, supplier func() int64, toUint16Func func(int64) uint16)
- func Int64ToUint32Func(b *testing.B, supplier func() int64, toUint32Func func(int64) uint32)
- func Int64ToUint64Func(b *testing.B, supplier func() int64, toUint64Func func(int64) uint64)
- func Int64ToUint8Func(b *testing.B, supplier func() int64, toUint8Func func(int64) uint8)
- func Int64ToUintFunc(b *testing.B, supplier func() int64, toUintFunc func(int64) uint)
- func Int8Consumer(b *testing.B, supplier func() int8, consumer func(int8))
- func Int8Predicate(b *testing.B, supplier func() int8, predicate func(int8) bool)
- func Int8Supplier(b *testing.B, supplier func() int8)
- func Int8ToInt16Func(b *testing.B, supplier func() int8, toInt16Func func(int8) int16)
- func Int8ToInt32Func(b *testing.B, supplier func() int8, toInt32Func func(int8) int32)
- func Int8ToInt64Func(b *testing.B, supplier func() int8, toInt64Func func(int8) int64)
- func Int8ToInt8Func(b *testing.B, supplier func() int8, toInt8Func func(int8) int8)
- func Int8ToIntFunc(b *testing.B, supplier func() int8, toIntFunc func(int8) int)
- func Int8ToUint16Func(b *testing.B, supplier func() int8, toUint16Func func(int8) uint16)
- func Int8ToUint32Func(b *testing.B, supplier func() int8, toUint32Func func(int8) uint32)
- func Int8ToUint64Func(b *testing.B, supplier func() int8, toUint64Func func(int8) uint64)
- func Int8ToUint8Func(b *testing.B, supplier func() int8, toUint8Func func(int8) uint8)
- func Int8ToUintFunc(b *testing.B, supplier func() int8, toUintFunc func(int8) uint)
- func IntConsumer(b *testing.B, supplier func() int, consumer func(int))
- func IntPredicate(b *testing.B, supplier func() int, predicate func(int) bool)
- func IntSupplier(b *testing.B, supplier func() int)
- func IntToInt16Func(b *testing.B, supplier func() int, toInt16Func func(int) int16)
- func IntToInt32Func(b *testing.B, supplier func() int, toInt32Func func(int) int32)
- func IntToInt64Func(b *testing.B, supplier func() int, toInt64Func func(int) int64)
- func IntToInt8Func(b *testing.B, supplier func() int, toInt8Func func(int) int8)
- func IntToIntFunc(b *testing.B, supplier func() int, toIntFunc func(int) int)
- func IntToUint16Func(b *testing.B, supplier func() int, toUint16Func func(int) uint16)
- func IntToUint32Func(b *testing.B, supplier func() int, toUint32Func func(int) uint32)
- func IntToUint64Func(b *testing.B, supplier func() int, toUint64Func func(int) uint64)
- func IntToUint8Func(b *testing.B, supplier func() int, toUint8Func func(int) uint8)
- func IntToUintFunc(b *testing.B, supplier func() int, toUintFunc func(int) uint)
- func Runnable(b *testing.B, runnable func())
- func Uint16Consumer(b *testing.B, supplier func() uint16, consumer func(uint16))
- func Uint16Predicate(b *testing.B, supplier func() uint16, predicate func(uint16) bool)
- func Uint16Supplier(b *testing.B, supplier func() uint16)
- func Uint16ToInt16Func(b *testing.B, supplier func() uint16, toInt16Func func(uint16) int16)
- func Uint16ToInt32Func(b *testing.B, supplier func() uint16, toInt32Func func(uint16) int32)
- func Uint16ToInt64Func(b *testing.B, supplier func() uint16, toInt64Func func(uint16) int64)
- func Uint16ToInt8Func(b *testing.B, supplier func() uint16, toInt8Func func(uint16) int8)
- func Uint16ToIntFunc(b *testing.B, supplier func() uint16, toIntFunc func(uint16) int)
- func Uint16ToUint16Func(b *testing.B, supplier func() uint16, toUint16Func func(uint16) uint16)
- func Uint16ToUint32Func(b *testing.B, supplier func() uint16, toUint32Func func(uint16) uint32)
- func Uint16ToUint64Func(b *testing.B, supplier func() uint16, toUint64Func func(uint16) uint64)
- func Uint16ToUint8Func(b *testing.B, supplier func() uint16, toUint8Func func(uint16) uint8)
- func Uint16ToUintFunc(b *testing.B, supplier func() uint16, toUintFunc func(uint16) uint)
- func Uint32Consumer(b *testing.B, supplier func() uint32, consumer func(uint32))
- func Uint32Predicate(b *testing.B, supplier func() uint32, predicate func(uint32) bool)
- func Uint32Supplier(b *testing.B, supplier func() uint32)
- func Uint32ToInt16Func(b *testing.B, supplier func() uint32, toInt16Func func(uint32) int16)
- func Uint32ToInt32Func(b *testing.B, supplier func() uint32, toInt32Func func(uint32) int32)
- func Uint32ToInt64Func(b *testing.B, supplier func() uint32, toInt64Func func(uint32) int64)
- func Uint32ToInt8Func(b *testing.B, supplier func() uint32, toInt8Func func(uint32) int8)
- func Uint32ToIntFunc(b *testing.B, supplier func() uint32, toIntFunc func(uint32) int)
- func Uint32ToUint16Func(b *testing.B, supplier func() uint32, toUint16Func func(uint32) uint16)
- func Uint32ToUint32Func(b *testing.B, supplier func() uint32, toUint32Func func(uint32) uint32)
- func Uint32ToUint64Func(b *testing.B, supplier func() uint32, toUint64Func func(uint32) uint64)
- func Uint32ToUint8Func(b *testing.B, supplier func() uint32, toUint8Func func(uint32) uint8)
- func Uint32ToUintFunc(b *testing.B, supplier func() uint32, toUintFunc func(uint32) uint)
- func Uint64Consumer(b *testing.B, supplier func() uint64, consumer func(uint64))
- func Uint64Predicate(b *testing.B, supplier func() uint64, predicate func(uint64) bool)
- func Uint64Supplier(b *testing.B, supplier func() uint64)
- func Uint64ToInt16Func(b *testing.B, supplier func() uint64, toInt16Func func(uint64) int16)
- func Uint64ToInt32Func(b *testing.B, supplier func() uint64, toInt32Func func(uint64) int32)
- func Uint64ToInt64Func(b *testing.B, supplier func() uint64, toInt64Func func(uint64) int64)
- func Uint64ToInt8Func(b *testing.B, supplier func() uint64, toInt8Func func(uint64) int8)
- func Uint64ToIntFunc(b *testing.B, supplier func() uint64, toIntFunc func(uint64) int)
- func Uint64ToUint16Func(b *testing.B, supplier func() uint64, toUint16Func func(uint64) uint16)
- func Uint64ToUint32Func(b *testing.B, supplier func() uint64, toUint32Func func(uint64) uint32)
- func Uint64ToUint64Func(b *testing.B, supplier func() uint64, toUint64Func func(uint64) uint64)
- func Uint64ToUint8Func(b *testing.B, supplier func() uint64, toUint8Func func(uint64) uint8)
- func Uint64ToUintFunc(b *testing.B, supplier func() uint64, toUintFunc func(uint64) uint)
- func Uint8Consumer(b *testing.B, supplier func() uint8, consumer func(uint8))
- func Uint8Predicate(b *testing.B, supplier func() uint8, predicate func(uint8) bool)
- func Uint8Supplier(b *testing.B, supplier func() uint8)
- func Uint8ToInt16Func(b *testing.B, supplier func() uint8, toInt16Func func(uint8) int16)
- func Uint8ToInt32Func(b *testing.B, supplier func() uint8, toInt32Func func(uint8) int32)
- func Uint8ToInt64Func(b *testing.B, supplier func() uint8, toInt64Func func(uint8) int64)
- func Uint8ToInt8Func(b *testing.B, supplier func() uint8, toInt8Func func(uint8) int8)
- func Uint8ToIntFunc(b *testing.B, supplier func() uint8, toIntFunc func(uint8) int)
- func Uint8ToUint16Func(b *testing.B, supplier func() uint8, toUint16Func func(uint8) uint16)
- func Uint8ToUint32Func(b *testing.B, supplier func() uint8, toUint32Func func(uint8) uint32)
- func Uint8ToUint64Func(b *testing.B, supplier func() uint8, toUint64Func func(uint8) uint64)
- func Uint8ToUint8Func(b *testing.B, supplier func() uint8, toUint8Func func(uint8) uint8)
- func Uint8ToUintFunc(b *testing.B, supplier func() uint8, toUintFunc func(uint8) uint)
- func UintConsumer(b *testing.B, supplier func() uint, consumer func(uint))
- func UintPredicate(b *testing.B, supplier func() uint, predicate func(uint) bool)
- func UintSliceGenerator(b *testing.B, genUintSliceFunc func() []uint, f func([]uint, func([]uint))) uint
- func UintSliceGeneratorWithRandom(b *testing.B, f func([]uint, func([]uint))) uint
- func UintSupplier(b *testing.B, supplier func() uint)
- func UintToInt16Func(b *testing.B, supplier func() uint, toInt16Func func(uint) int16)
- func UintToInt32Func(b *testing.B, supplier func() uint, toInt32Func func(uint) int32)
- func UintToInt64Func(b *testing.B, supplier func() uint, toInt64Func func(uint) int64)
- func UintToInt8Func(b *testing.B, supplier func() uint, toInt8Func func(uint) int8)
- func UintToIntFunc(b *testing.B, supplier func() uint, toIntFunc func(uint) int)
- func UintToUint16Func(b *testing.B, supplier func() uint, toUint16Func func(uint) uint16)
- func UintToUint32Func(b *testing.B, supplier func() uint, toUint32Func func(uint) uint32)
- func UintToUint64Func(b *testing.B, supplier func() uint, toUint64Func func(uint) uint64)
- func UintToUint8Func(b *testing.B, supplier func() uint, toUint8Func func(uint) uint8)
- func UintToUintFunc(b *testing.B, supplier func() uint, toUintFunc func(uint) uint)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoolPredicate ¶
BoolPredicate benchmarks a function with the signature:
func(bool) bool
ID: B-1-1
func BoolToInt16Func ¶
BoolToInt16Func benchmarks a function with the signature:
func(bool) int16
ID: B-4-1
func BoolToInt32Func ¶
BoolToInt32Func benchmarks a function with the signature:
func(bool) int32
ID: B-5-1
func BoolToInt64Func ¶
BoolToInt64Func benchmarks a function with the signature:
func(bool) int64
ID: B-6-1
func BoolToInt8Func ¶
BoolToInt8Func benchmarks a function with the signature:
func(bool) int8
ID: B-3-1
func BoolToIntFunc ¶
BoolToIntFunc benchmarks a function with the signature:
func(bool) int
ID: B-2-1
func BoolToUint16Func ¶
BoolToUint16Func benchmarks a function with the signature:
func(bool) uint16
ID: B-9-1
func BoolToUint32Func ¶
BoolToUint32Func benchmarks a function with the signature:
func(bool) uint32
ID: B-10-1
func BoolToUint64Func ¶
BoolToUint64Func benchmarks a function with the signature:
func(bool) uint64
ID: B-11-1
func BoolToUint8Func ¶
BoolToUint8Func benchmarks a function with the signature:
func(bool) uint8
ID: B-8-1
func BoolToUintFunc ¶
BoolToUintFunc benchmarks a function with the signature:
func(bool) uint
ID: B-7-1
func CalibrateBoolConsumer ¶
CalibrateBoolConsumer calibrates the BoolConsumer function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolConsumer.
ID: BC-0-1
func CalibrateBoolPredicate ¶
CalibrateBoolPredicate calibrates the BoolPredicate function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolPredicate.
ID: BC-1-1
func CalibrateBoolToInt16Func ¶
CalibrateBoolToInt16Func calibrates the BoolToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToInt16Func.
ID: BC-4-1
func CalibrateBoolToInt32Func ¶
CalibrateBoolToInt32Func calibrates the BoolToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToInt32Func.
ID: BC-5-1
func CalibrateBoolToInt64Func ¶
CalibrateBoolToInt64Func calibrates the BoolToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToInt64Func.
ID: BC-6-1
func CalibrateBoolToInt8Func ¶
CalibrateBoolToInt8Func calibrates the BoolToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToInt8Func.
ID: BC-3-1
func CalibrateBoolToIntFunc ¶
CalibrateBoolToIntFunc calibrates the BoolToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToIntFunc.
ID: BC-2-1
func CalibrateBoolToUint16Func ¶
CalibrateBoolToUint16Func calibrates the BoolToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToUint16Func.
ID: BC-9-1
func CalibrateBoolToUint32Func ¶
CalibrateBoolToUint32Func calibrates the BoolToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToUint32Func.
ID: BC-10-1
func CalibrateBoolToUint64Func ¶
CalibrateBoolToUint64Func calibrates the BoolToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToUint64Func.
ID: BC-11-1
func CalibrateBoolToUint8Func ¶
CalibrateBoolToUint8Func calibrates the BoolToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToUint8Func.
ID: BC-8-1
func CalibrateBoolToUintFunc ¶
CalibrateBoolToUintFunc calibrates the BoolToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on BoolToUintFunc.
ID: BC-7-1
func CalibrateInt16Consumer ¶
CalibrateInt16Consumer calibrates the Int16Consumer function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16Consumer.
ID: BC-0-4
func CalibrateInt16Predicate ¶
CalibrateInt16Predicate calibrates the Int16Predicate function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16Predicate.
ID: BC-1-4
func CalibrateInt16ToInt16Func ¶
CalibrateInt16ToInt16Func calibrates the Int16ToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToInt16Func.
ID: BC-4-4
func CalibrateInt16ToInt32Func ¶
CalibrateInt16ToInt32Func calibrates the Int16ToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToInt32Func.
ID: BC-5-4
func CalibrateInt16ToInt64Func ¶
CalibrateInt16ToInt64Func calibrates the Int16ToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToInt64Func.
ID: BC-6-4
func CalibrateInt16ToInt8Func ¶
CalibrateInt16ToInt8Func calibrates the Int16ToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToInt8Func.
ID: BC-3-4
func CalibrateInt16ToIntFunc ¶
CalibrateInt16ToIntFunc calibrates the Int16ToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToIntFunc.
ID: BC-2-4
func CalibrateInt16ToUint16Func ¶
CalibrateInt16ToUint16Func calibrates the Int16ToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToUint16Func.
ID: BC-9-4
func CalibrateInt16ToUint32Func ¶
CalibrateInt16ToUint32Func calibrates the Int16ToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToUint32Func.
ID: BC-10-4
func CalibrateInt16ToUint64Func ¶
CalibrateInt16ToUint64Func calibrates the Int16ToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToUint64Func.
ID: BC-11-4
func CalibrateInt16ToUint8Func ¶
CalibrateInt16ToUint8Func calibrates the Int16ToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToUint8Func.
ID: BC-8-4
func CalibrateInt16ToUintFunc ¶
CalibrateInt16ToUintFunc calibrates the Int16ToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Int16ToUintFunc.
ID: BC-7-4
func CalibrateInt32Consumer ¶
CalibrateInt32Consumer calibrates the Int32Consumer function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32Consumer.
ID: BC-0-5
func CalibrateInt32Predicate ¶
CalibrateInt32Predicate calibrates the Int32Predicate function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32Predicate.
ID: BC-1-5
func CalibrateInt32ToInt16Func ¶
CalibrateInt32ToInt16Func calibrates the Int32ToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToInt16Func.
ID: BC-4-5
func CalibrateInt32ToInt32Func ¶
CalibrateInt32ToInt32Func calibrates the Int32ToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToInt32Func.
ID: BC-5-5
func CalibrateInt32ToInt64Func ¶
CalibrateInt32ToInt64Func calibrates the Int32ToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToInt64Func.
ID: BC-6-5
func CalibrateInt32ToInt8Func ¶
CalibrateInt32ToInt8Func calibrates the Int32ToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToInt8Func.
ID: BC-3-5
func CalibrateInt32ToIntFunc ¶
CalibrateInt32ToIntFunc calibrates the Int32ToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToIntFunc.
ID: BC-2-5
func CalibrateInt32ToUint16Func ¶
CalibrateInt32ToUint16Func calibrates the Int32ToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToUint16Func.
ID: BC-9-5
func CalibrateInt32ToUint32Func ¶
CalibrateInt32ToUint32Func calibrates the Int32ToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToUint32Func.
ID: BC-10-5
func CalibrateInt32ToUint64Func ¶
CalibrateInt32ToUint64Func calibrates the Int32ToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToUint64Func.
ID: BC-11-5
func CalibrateInt32ToUint8Func ¶
CalibrateInt32ToUint8Func calibrates the Int32ToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToUint8Func.
ID: BC-8-5
func CalibrateInt32ToUintFunc ¶
CalibrateInt32ToUintFunc calibrates the Int32ToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Int32ToUintFunc.
ID: BC-7-5
func CalibrateInt64Consumer ¶
CalibrateInt64Consumer calibrates the Int64Consumer function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64Consumer.
ID: BC-0-6
func CalibrateInt64Predicate ¶
CalibrateInt64Predicate calibrates the Int64Predicate function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64Predicate.
ID: BC-1-6
func CalibrateInt64ToInt16Func ¶
CalibrateInt64ToInt16Func calibrates the Int64ToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToInt16Func.
ID: BC-4-6
func CalibrateInt64ToInt32Func ¶
CalibrateInt64ToInt32Func calibrates the Int64ToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToInt32Func.
ID: BC-5-6
func CalibrateInt64ToInt64Func ¶
CalibrateInt64ToInt64Func calibrates the Int64ToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToInt64Func.
ID: BC-6-6
func CalibrateInt64ToInt8Func ¶
CalibrateInt64ToInt8Func calibrates the Int64ToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToInt8Func.
ID: BC-3-6
func CalibrateInt64ToIntFunc ¶
CalibrateInt64ToIntFunc calibrates the Int64ToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToIntFunc.
ID: BC-2-6
func CalibrateInt64ToUint16Func ¶
CalibrateInt64ToUint16Func calibrates the Int64ToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToUint16Func.
ID: BC-9-6
func CalibrateInt64ToUint32Func ¶
CalibrateInt64ToUint32Func calibrates the Int64ToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToUint32Func.
ID: BC-10-6
func CalibrateInt64ToUint64Func ¶
CalibrateInt64ToUint64Func calibrates the Int64ToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToUint64Func.
ID: BC-11-6
func CalibrateInt64ToUint8Func ¶
CalibrateInt64ToUint8Func calibrates the Int64ToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToUint8Func.
ID: BC-8-6
func CalibrateInt64ToUintFunc ¶
CalibrateInt64ToUintFunc calibrates the Int64ToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Int64ToUintFunc.
ID: BC-7-6
func CalibrateInt8Consumer ¶
CalibrateInt8Consumer calibrates the Int8Consumer function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8Consumer.
ID: BC-0-3
func CalibrateInt8Predicate ¶
CalibrateInt8Predicate calibrates the Int8Predicate function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8Predicate.
ID: BC-1-3
func CalibrateInt8ToInt16Func ¶
CalibrateInt8ToInt16Func calibrates the Int8ToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToInt16Func.
ID: BC-4-3
func CalibrateInt8ToInt32Func ¶
CalibrateInt8ToInt32Func calibrates the Int8ToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToInt32Func.
ID: BC-5-3
func CalibrateInt8ToInt64Func ¶
CalibrateInt8ToInt64Func calibrates the Int8ToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToInt64Func.
ID: BC-6-3
func CalibrateInt8ToInt8Func ¶
CalibrateInt8ToInt8Func calibrates the Int8ToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToInt8Func.
ID: BC-3-3
func CalibrateInt8ToIntFunc ¶
CalibrateInt8ToIntFunc calibrates the Int8ToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToIntFunc.
ID: BC-2-3
func CalibrateInt8ToUint16Func ¶
CalibrateInt8ToUint16Func calibrates the Int8ToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToUint16Func.
ID: BC-9-3
func CalibrateInt8ToUint32Func ¶
CalibrateInt8ToUint32Func calibrates the Int8ToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToUint32Func.
ID: BC-10-3
func CalibrateInt8ToUint64Func ¶
CalibrateInt8ToUint64Func calibrates the Int8ToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToUint64Func.
ID: BC-11-3
func CalibrateInt8ToUint8Func ¶
CalibrateInt8ToUint8Func calibrates the Int8ToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToUint8Func.
ID: BC-8-3
func CalibrateInt8ToUintFunc ¶
CalibrateInt8ToUintFunc calibrates the Int8ToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Int8ToUintFunc.
ID: BC-7-3
func CalibrateIntConsumer ¶
CalibrateIntConsumer calibrates the IntConsumer function. It MUST be called at least once before all benchmarks if any benchmark depends on IntConsumer.
ID: BC-0-2
func CalibrateIntPredicate ¶
CalibrateIntPredicate calibrates the IntPredicate function. It MUST be called at least once before all benchmarks if any benchmark depends on IntPredicate.
ID: BC-1-2
func CalibrateIntToInt16Func ¶
CalibrateIntToInt16Func calibrates the IntToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToInt16Func.
ID: BC-4-2
func CalibrateIntToInt32Func ¶
CalibrateIntToInt32Func calibrates the IntToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToInt32Func.
ID: BC-5-2
func CalibrateIntToInt64Func ¶
CalibrateIntToInt64Func calibrates the IntToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToInt64Func.
ID: BC-6-2
func CalibrateIntToInt8Func ¶
CalibrateIntToInt8Func calibrates the IntToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToInt8Func.
ID: BC-3-2
func CalibrateIntToIntFunc ¶
CalibrateIntToIntFunc calibrates the IntToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToIntFunc.
ID: BC-2-2
func CalibrateIntToUint16Func ¶
CalibrateIntToUint16Func calibrates the IntToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToUint16Func.
ID: BC-9-2
func CalibrateIntToUint32Func ¶
CalibrateIntToUint32Func calibrates the IntToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToUint32Func.
ID: BC-10-2
func CalibrateIntToUint64Func ¶
CalibrateIntToUint64Func calibrates the IntToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToUint64Func.
ID: BC-11-2
func CalibrateIntToUint8Func ¶
CalibrateIntToUint8Func calibrates the IntToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToUint8Func.
ID: BC-8-2
func CalibrateIntToUintFunc ¶
CalibrateIntToUintFunc calibrates the IntToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on IntToUintFunc.
ID: BC-7-2
func CalibrateUint16Consumer ¶
CalibrateUint16Consumer calibrates the Uint16Consumer function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16Consumer.
ID: BC-0-9
func CalibrateUint16Predicate ¶
CalibrateUint16Predicate calibrates the Uint16Predicate function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16Predicate.
ID: BC-1-9
func CalibrateUint16ToInt16Func ¶
CalibrateUint16ToInt16Func calibrates the Uint16ToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToInt16Func.
ID: BC-4-9
func CalibrateUint16ToInt32Func ¶
CalibrateUint16ToInt32Func calibrates the Uint16ToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToInt32Func.
ID: BC-5-9
func CalibrateUint16ToInt64Func ¶
CalibrateUint16ToInt64Func calibrates the Uint16ToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToInt64Func.
ID: BC-6-9
func CalibrateUint16ToInt8Func ¶
CalibrateUint16ToInt8Func calibrates the Uint16ToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToInt8Func.
ID: BC-3-9
func CalibrateUint16ToIntFunc ¶
CalibrateUint16ToIntFunc calibrates the Uint16ToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToIntFunc.
ID: BC-2-9
func CalibrateUint16ToUint16Func ¶
CalibrateUint16ToUint16Func calibrates the Uint16ToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToUint16Func.
ID: BC-9-9
func CalibrateUint16ToUint32Func ¶
CalibrateUint16ToUint32Func calibrates the Uint16ToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToUint32Func.
ID: BC-10-9
func CalibrateUint16ToUint64Func ¶
CalibrateUint16ToUint64Func calibrates the Uint16ToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToUint64Func.
ID: BC-11-9
func CalibrateUint16ToUint8Func ¶
CalibrateUint16ToUint8Func calibrates the Uint16ToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToUint8Func.
ID: BC-8-9
func CalibrateUint16ToUintFunc ¶
CalibrateUint16ToUintFunc calibrates the Uint16ToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint16ToUintFunc.
ID: BC-7-9
func CalibrateUint32Consumer ¶
CalibrateUint32Consumer calibrates the Uint32Consumer function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32Consumer.
ID: BC-0-10
func CalibrateUint32Predicate ¶
CalibrateUint32Predicate calibrates the Uint32Predicate function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32Predicate.
ID: BC-1-10
func CalibrateUint32ToInt16Func ¶
CalibrateUint32ToInt16Func calibrates the Uint32ToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToInt16Func.
ID: BC-4-10
func CalibrateUint32ToInt32Func ¶
CalibrateUint32ToInt32Func calibrates the Uint32ToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToInt32Func.
ID: BC-5-10
func CalibrateUint32ToInt64Func ¶
CalibrateUint32ToInt64Func calibrates the Uint32ToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToInt64Func.
ID: BC-6-10
func CalibrateUint32ToInt8Func ¶
CalibrateUint32ToInt8Func calibrates the Uint32ToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToInt8Func.
ID: BC-3-10
func CalibrateUint32ToIntFunc ¶
CalibrateUint32ToIntFunc calibrates the Uint32ToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToIntFunc.
ID: BC-2-10
func CalibrateUint32ToUint16Func ¶
CalibrateUint32ToUint16Func calibrates the Uint32ToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToUint16Func.
ID: BC-9-10
func CalibrateUint32ToUint32Func ¶
CalibrateUint32ToUint32Func calibrates the Uint32ToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToUint32Func.
ID: BC-10-10
func CalibrateUint32ToUint64Func ¶
CalibrateUint32ToUint64Func calibrates the Uint32ToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToUint64Func.
ID: BC-11-10
func CalibrateUint32ToUint8Func ¶
CalibrateUint32ToUint8Func calibrates the Uint32ToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToUint8Func.
ID: BC-8-10
func CalibrateUint32ToUintFunc ¶
CalibrateUint32ToUintFunc calibrates the Uint32ToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint32ToUintFunc.
ID: BC-7-10
func CalibrateUint64Consumer ¶
CalibrateUint64Consumer calibrates the Uint64Consumer function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64Consumer.
ID: BC-0-11
func CalibrateUint64Predicate ¶
CalibrateUint64Predicate calibrates the Uint64Predicate function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64Predicate.
ID: BC-1-11
func CalibrateUint64ToInt16Func ¶
CalibrateUint64ToInt16Func calibrates the Uint64ToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToInt16Func.
ID: BC-4-11
func CalibrateUint64ToInt32Func ¶
CalibrateUint64ToInt32Func calibrates the Uint64ToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToInt32Func.
ID: BC-5-11
func CalibrateUint64ToInt64Func ¶
CalibrateUint64ToInt64Func calibrates the Uint64ToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToInt64Func.
ID: BC-6-11
func CalibrateUint64ToInt8Func ¶
CalibrateUint64ToInt8Func calibrates the Uint64ToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToInt8Func.
ID: BC-3-11
func CalibrateUint64ToIntFunc ¶
CalibrateUint64ToIntFunc calibrates the Uint64ToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToIntFunc.
ID: BC-2-11
func CalibrateUint64ToUint16Func ¶
CalibrateUint64ToUint16Func calibrates the Uint64ToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToUint16Func.
ID: BC-9-11
func CalibrateUint64ToUint32Func ¶
CalibrateUint64ToUint32Func calibrates the Uint64ToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToUint32Func.
ID: BC-10-11
func CalibrateUint64ToUint64Func ¶
CalibrateUint64ToUint64Func calibrates the Uint64ToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToUint64Func.
ID: BC-11-11
func CalibrateUint64ToUint8Func ¶
CalibrateUint64ToUint8Func calibrates the Uint64ToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToUint8Func.
ID: BC-8-11
func CalibrateUint64ToUintFunc ¶
CalibrateUint64ToUintFunc calibrates the Uint64ToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint64ToUintFunc.
ID: BC-7-11
func CalibrateUint8Consumer ¶
CalibrateUint8Consumer calibrates the Uint8Consumer function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8Consumer.
ID: BC-0-8
func CalibrateUint8Predicate ¶
CalibrateUint8Predicate calibrates the Uint8Predicate function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8Predicate.
ID: BC-1-8
func CalibrateUint8ToInt16Func ¶
CalibrateUint8ToInt16Func calibrates the Uint8ToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToInt16Func.
ID: BC-4-8
func CalibrateUint8ToInt32Func ¶
CalibrateUint8ToInt32Func calibrates the Uint8ToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToInt32Func.
ID: BC-5-8
func CalibrateUint8ToInt64Func ¶
CalibrateUint8ToInt64Func calibrates the Uint8ToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToInt64Func.
ID: BC-6-8
func CalibrateUint8ToInt8Func ¶
CalibrateUint8ToInt8Func calibrates the Uint8ToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToInt8Func.
ID: BC-3-8
func CalibrateUint8ToIntFunc ¶
CalibrateUint8ToIntFunc calibrates the Uint8ToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToIntFunc.
ID: BC-2-8
func CalibrateUint8ToUint16Func ¶
CalibrateUint8ToUint16Func calibrates the Uint8ToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToUint16Func.
ID: BC-9-8
func CalibrateUint8ToUint32Func ¶
CalibrateUint8ToUint32Func calibrates the Uint8ToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToUint32Func.
ID: BC-10-8
func CalibrateUint8ToUint64Func ¶
CalibrateUint8ToUint64Func calibrates the Uint8ToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToUint64Func.
ID: BC-11-8
func CalibrateUint8ToUint8Func ¶
CalibrateUint8ToUint8Func calibrates the Uint8ToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToUint8Func.
ID: BC-8-8
func CalibrateUint8ToUintFunc ¶
CalibrateUint8ToUintFunc calibrates the Uint8ToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on Uint8ToUintFunc.
ID: BC-7-8
func CalibrateUintConsumer ¶
CalibrateUintConsumer calibrates the UintConsumer function. It MUST be called at least once before all benchmarks if any benchmark depends on UintConsumer.
ID: BC-0-7
func CalibrateUintPredicate ¶
CalibrateUintPredicate calibrates the UintPredicate function. It MUST be called at least once before all benchmarks if any benchmark depends on UintPredicate.
ID: BC-1-7
func CalibrateUintSliceGenerator ¶
CalibrateUintSliceGenerator calibrates the UintSliceGenerator function. It should be called once before all benchmarks if any benchmark depends on UintSliceGenerator.
ID: BC-0-23(7)-19(0-23(7)-19(0-23(7)))
func CalibrateUintSliceGeneratorWithRandom ¶
CalibrateUintSliceGeneratorWithRandom calibrates the UintSliceGeneratorWithRandom function. It should be called once before all benchmarks if any benchmark depends on UintSliceGeneratorWithRandom.
ID: BRC-0-23(7)-19(0-23(7)-19(0-23(7)))
func CalibrateUintToInt16Func ¶
CalibrateUintToInt16Func calibrates the UintToInt16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToInt16Func.
ID: BC-4-7
func CalibrateUintToInt32Func ¶
CalibrateUintToInt32Func calibrates the UintToInt32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToInt32Func.
ID: BC-5-7
func CalibrateUintToInt64Func ¶
CalibrateUintToInt64Func calibrates the UintToInt64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToInt64Func.
ID: BC-6-7
func CalibrateUintToInt8Func ¶
CalibrateUintToInt8Func calibrates the UintToInt8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToInt8Func.
ID: BC-3-7
func CalibrateUintToIntFunc ¶
CalibrateUintToIntFunc calibrates the UintToIntFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToIntFunc.
ID: BC-2-7
func CalibrateUintToUint16Func ¶
CalibrateUintToUint16Func calibrates the UintToUint16Func function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToUint16Func.
ID: BC-9-7
func CalibrateUintToUint32Func ¶
CalibrateUintToUint32Func calibrates the UintToUint32Func function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToUint32Func.
ID: BC-10-7
func CalibrateUintToUint64Func ¶
CalibrateUintToUint64Func calibrates the UintToUint64Func function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToUint64Func.
ID: BC-11-7
func CalibrateUintToUint8Func ¶
CalibrateUintToUint8Func calibrates the UintToUint8Func function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToUint8Func.
ID: BC-8-7
func CalibrateUintToUintFunc ¶
CalibrateUintToUintFunc calibrates the UintToUintFunc function. It MUST be called at least once before all benchmarks if any benchmark depends on UintToUintFunc.
ID: BC-7-7
func Int16Predicate ¶
Int16Predicate benchmarks a function with the signature:
func(int16) bool
ID: B-1-4
func Int16ToInt16Func ¶
Int16ToInt16Func benchmarks a function with the signature:
func(int16) int16
ID: B-4-4
func Int16ToInt32Func ¶
Int16ToInt32Func benchmarks a function with the signature:
func(int16) int32
ID: B-5-4
func Int16ToInt64Func ¶
Int16ToInt64Func benchmarks a function with the signature:
func(int16) int64
ID: B-6-4
func Int16ToInt8Func ¶
Int16ToInt8Func benchmarks a function with the signature:
func(int16) int8
ID: B-3-4
func Int16ToIntFunc ¶
Int16ToIntFunc benchmarks a function with the signature:
func(int16) int
ID: B-2-4
func Int16ToUint16Func ¶
Int16ToUint16Func benchmarks a function with the signature:
func(int16) uint16
ID: B-9-4
func Int16ToUint32Func ¶
Int16ToUint32Func benchmarks a function with the signature:
func(int16) uint32
ID: B-10-4
func Int16ToUint64Func ¶
Int16ToUint64Func benchmarks a function with the signature:
func(int16) uint64
ID: B-11-4
func Int16ToUint8Func ¶
Int16ToUint8Func benchmarks a function with the signature:
func(int16) uint8
ID: B-8-4
func Int16ToUintFunc ¶
Int16ToUintFunc benchmarks a function with the signature:
func(int16) uint
ID: B-7-4
func Int32Predicate ¶
Int32Predicate benchmarks a function with the signature:
func(int32) bool
ID: B-1-5
func Int32ToInt16Func ¶
Int32ToInt16Func benchmarks a function with the signature:
func(int32) int16
ID: B-4-5
func Int32ToInt32Func ¶
Int32ToInt32Func benchmarks a function with the signature:
func(int32) int32
ID: B-5-5
func Int32ToInt64Func ¶
Int32ToInt64Func benchmarks a function with the signature:
func(int32) int64
ID: B-6-5
func Int32ToInt8Func ¶
Int32ToInt8Func benchmarks a function with the signature:
func(int32) int8
ID: B-3-5
func Int32ToIntFunc ¶
Int32ToIntFunc benchmarks a function with the signature:
func(int32) int
ID: B-2-5
func Int32ToUint16Func ¶
Int32ToUint16Func benchmarks a function with the signature:
func(int32) uint16
ID: B-9-5
func Int32ToUint32Func ¶
Int32ToUint32Func benchmarks a function with the signature:
func(int32) uint32
ID: B-10-5
func Int32ToUint64Func ¶
Int32ToUint64Func benchmarks a function with the signature:
func(int32) uint64
ID: B-11-5
func Int32ToUint8Func ¶
Int32ToUint8Func benchmarks a function with the signature:
func(int32) uint8
ID: B-8-5
func Int32ToUintFunc ¶
Int32ToUintFunc benchmarks a function with the signature:
func(int32) uint
ID: B-7-5
func Int64Predicate ¶
Int64Predicate benchmarks a function with the signature:
func(int64) bool
ID: B-1-6
func Int64ToInt16Func ¶
Int64ToInt16Func benchmarks a function with the signature:
func(int64) int16
ID: B-4-6
func Int64ToInt32Func ¶
Int64ToInt32Func benchmarks a function with the signature:
func(int64) int32
ID: B-5-6
func Int64ToInt64Func ¶
Int64ToInt64Func benchmarks a function with the signature:
func(int64) int64
ID: B-6-6
func Int64ToInt8Func ¶
Int64ToInt8Func benchmarks a function with the signature:
func(int64) int8
ID: B-3-6
func Int64ToIntFunc ¶
Int64ToIntFunc benchmarks a function with the signature:
func(int64) int
ID: B-2-6
func Int64ToUint16Func ¶
Int64ToUint16Func benchmarks a function with the signature:
func(int64) uint16
ID: B-9-6
func Int64ToUint32Func ¶
Int64ToUint32Func benchmarks a function with the signature:
func(int64) uint32
ID: B-10-6
func Int64ToUint64Func ¶
Int64ToUint64Func benchmarks a function with the signature:
func(int64) uint64
ID: B-11-6
func Int64ToUint8Func ¶
Int64ToUint8Func benchmarks a function with the signature:
func(int64) uint8
ID: B-8-6
func Int64ToUintFunc ¶
Int64ToUintFunc benchmarks a function with the signature:
func(int64) uint
ID: B-7-6
func Int8Predicate ¶
Int8Predicate benchmarks a function with the signature:
func(int8) bool
ID: B-1-3
func Int8ToInt16Func ¶
Int8ToInt16Func benchmarks a function with the signature:
func(int8) int16
ID: B-4-3
func Int8ToInt32Func ¶
Int8ToInt32Func benchmarks a function with the signature:
func(int8) int32
ID: B-5-3
func Int8ToInt64Func ¶
Int8ToInt64Func benchmarks a function with the signature:
func(int8) int64
ID: B-6-3
func Int8ToInt8Func ¶
Int8ToInt8Func benchmarks a function with the signature:
func(int8) int8
ID: B-3-3
func Int8ToIntFunc ¶
Int8ToIntFunc benchmarks a function with the signature:
func(int8) int
ID: B-2-3
func Int8ToUint16Func ¶
Int8ToUint16Func benchmarks a function with the signature:
func(int8) uint16
ID: B-9-3
func Int8ToUint32Func ¶
Int8ToUint32Func benchmarks a function with the signature:
func(int8) uint32
ID: B-10-3
func Int8ToUint64Func ¶
Int8ToUint64Func benchmarks a function with the signature:
func(int8) uint64
ID: B-11-3
func Int8ToUint8Func ¶
Int8ToUint8Func benchmarks a function with the signature:
func(int8) uint8
ID: B-8-3
func Int8ToUintFunc ¶
Int8ToUintFunc benchmarks a function with the signature:
func(int8) uint
ID: B-7-3
func IntToInt16Func ¶
IntToInt16Func benchmarks a function with the signature:
func(int) int16
ID: B-4-2
func IntToInt32Func ¶
IntToInt32Func benchmarks a function with the signature:
func(int) int32
ID: B-5-2
func IntToInt64Func ¶
IntToInt64Func benchmarks a function with the signature:
func(int) int64
ID: B-6-2
func IntToInt8Func ¶
IntToInt8Func benchmarks a function with the signature:
func(int) int8
ID: B-3-2
func IntToUint16Func ¶
IntToUint16Func benchmarks a function with the signature:
func(int) uint16
ID: B-9-2
func IntToUint32Func ¶
IntToUint32Func benchmarks a function with the signature:
func(int) uint32
ID: B-10-2
func IntToUint64Func ¶
IntToUint64Func benchmarks a function with the signature:
func(int) uint64
ID: B-11-2
func IntToUint8Func ¶
IntToUint8Func benchmarks a function with the signature:
func(int) uint8
ID: B-8-2
func IntToUintFunc ¶
IntToUintFunc benchmarks a function with the signature:
func(int) uint
ID: B-7-2
func Uint16Consumer ¶
Uint16Consumer benchmarks a function with the signature:
func(uint16)
ID: B-0-9
func Uint16Predicate ¶
Uint16Predicate benchmarks a function with the signature:
func(uint16) bool
ID: B-1-9
func Uint16Supplier ¶
Uint16Supplier benchmarks a function with the signature:
func() uint16
ID: B-9-0
func Uint16ToInt16Func ¶
Uint16ToInt16Func benchmarks a function with the signature:
func(uint16) int16
ID: B-4-9
func Uint16ToInt32Func ¶
Uint16ToInt32Func benchmarks a function with the signature:
func(uint16) int32
ID: B-5-9
func Uint16ToInt64Func ¶
Uint16ToInt64Func benchmarks a function with the signature:
func(uint16) int64
ID: B-6-9
func Uint16ToInt8Func ¶
Uint16ToInt8Func benchmarks a function with the signature:
func(uint16) int8
ID: B-3-9
func Uint16ToIntFunc ¶
Uint16ToIntFunc benchmarks a function with the signature:
func(uint16) int
ID: B-2-9
func Uint16ToUint16Func ¶
Uint16ToUint16Func benchmarks a function with the signature:
func(uint16) uint16
ID: B-9-9
func Uint16ToUint32Func ¶
Uint16ToUint32Func benchmarks a function with the signature:
func(uint16) uint32
ID: B-10-9
func Uint16ToUint64Func ¶
Uint16ToUint64Func benchmarks a function with the signature:
func(uint16) uint64
ID: B-11-9
func Uint16ToUint8Func ¶
Uint16ToUint8Func benchmarks a function with the signature:
func(uint16) uint8
ID: B-8-9
func Uint16ToUintFunc ¶
Uint16ToUintFunc benchmarks a function with the signature:
func(uint16) uint
ID: B-7-9
func Uint32Consumer ¶
Uint32Consumer benchmarks a function with the signature:
func(uint32)
ID: B-0-10
func Uint32Predicate ¶
Uint32Predicate benchmarks a function with the signature:
func(uint32) bool
ID: B-1-10
func Uint32Supplier ¶
Uint32Supplier benchmarks a function with the signature:
func() uint32
ID: B-10-0
func Uint32ToInt16Func ¶
Uint32ToInt16Func benchmarks a function with the signature:
func(uint32) int16
ID: B-4-10
func Uint32ToInt32Func ¶
Uint32ToInt32Func benchmarks a function with the signature:
func(uint32) int32
ID: B-5-10
func Uint32ToInt64Func ¶
Uint32ToInt64Func benchmarks a function with the signature:
func(uint32) int64
ID: B-6-10
func Uint32ToInt8Func ¶
Uint32ToInt8Func benchmarks a function with the signature:
func(uint32) int8
ID: B-3-10
func Uint32ToIntFunc ¶
Uint32ToIntFunc benchmarks a function with the signature:
func(uint32) int
ID: B-2-10
func Uint32ToUint16Func ¶
Uint32ToUint16Func benchmarks a function with the signature:
func(uint32) uint16
ID: B-9-10
func Uint32ToUint32Func ¶
Uint32ToUint32Func benchmarks a function with the signature:
func(uint32) uint32
ID: B-10-10
func Uint32ToUint64Func ¶
Uint32ToUint64Func benchmarks a function with the signature:
func(uint32) uint64
ID: B-11-10
func Uint32ToUint8Func ¶
Uint32ToUint8Func benchmarks a function with the signature:
func(uint32) uint8
ID: B-8-10
func Uint32ToUintFunc ¶
Uint32ToUintFunc benchmarks a function with the signature:
func(uint32) uint
ID: B-7-10
func Uint64Consumer ¶
Uint64Consumer benchmarks a function with the signature:
func(uint64)
ID: B-0-11
func Uint64Predicate ¶
Uint64Predicate benchmarks a function with the signature:
func(uint64) bool
ID: B-1-11
func Uint64Supplier ¶
Uint64Supplier benchmarks a function with the signature:
func() uint64
ID: B-11-0
func Uint64ToInt16Func ¶
Uint64ToInt16Func benchmarks a function with the signature:
func(int16) int16
ID: B-4-11
func Uint64ToInt32Func ¶
Uint64ToInt32Func benchmarks a function with the signature:
func(int32) int32
ID: B-5-11
func Uint64ToInt64Func ¶
Uint64ToInt64Func benchmarks a function with the signature:
func(int64) int64
ID: B-6-11
func Uint64ToInt8Func ¶
Uint64ToInt8Func benchmarks a function with the signature:
func(int8) int8
ID: B-3-11
func Uint64ToIntFunc ¶
Uint64ToIntFunc benchmarks a function with the signature:
func(int) int
ID: B-2-11
func Uint64ToUint16Func ¶
Uint64ToUint16Func benchmarks a function with the signature:
func(uint16) uint16
ID: B-9-11
func Uint64ToUint32Func ¶
Uint64ToUint32Func benchmarks a function with the signature:
func(uint32) uint32
ID: B-10-11
func Uint64ToUint64Func ¶
Uint64ToUint64Func benchmarks a function with the signature:
func(uint64) uint64
ID: B-11-11
func Uint64ToUint8Func ¶
Uint64ToUint8Func benchmarks a function with the signature:
func(uint8) uint8
ID: B-8-11
func Uint64ToUintFunc ¶
Uint64ToUintFunc benchmarks a function with the signature:
func(uint) uint
ID: B-7-11
func Uint8Predicate ¶
Uint8Predicate benchmarks a function with the signature:
func(uint8) bool
ID: B-1-8
func Uint8ToInt16Func ¶
Uint8ToInt16Func benchmarks a function with the signature:
func(uint8) int16
ID: B-4-8
func Uint8ToInt32Func ¶
Uint8ToInt32Func benchmarks a function with the signature:
func(uint8) int32
ID: B-5-8
func Uint8ToInt64Func ¶
Uint8ToInt64Func benchmarks a function with the signature:
func(uint8) int64
ID: B-6-8
func Uint8ToInt8Func ¶
Uint8ToInt8Func benchmarks a function with the signature:
func(uint8) int8
ID: B-3-8
func Uint8ToIntFunc ¶
Uint8ToIntFunc benchmarks a function with the signature:
func(uint8) int
ID: B-2-8
func Uint8ToUint16Func ¶
Uint8ToUint16Func benchmarks a function with the signature:
func(uint8) uint16
ID: B-9-8
func Uint8ToUint32Func ¶
Uint8ToUint32Func benchmarks a function with the signature:
func(uint8) uint32
ID: B-10-8
func Uint8ToUint64Func ¶
Uint8ToUint64Func benchmarks a function with the signature:
func(uint8) uint64
ID: B-11-8
func Uint8ToUint8Func ¶
Uint8ToUint8Func benchmarks a function with the signature:
func(uint8) uint8
ID: B-8-8
func Uint8ToUintFunc ¶
Uint8ToUintFunc benchmarks a function with the signature:
func(uint8) uint
ID: B-7-8
func UintPredicate ¶
UintPredicate benchmarks a function with the signature:
func(uint) bool
ID: B-1-7
func UintSliceGenerator ¶
func UintSliceGenerator(b *testing.B, genUintSliceFunc func() []uint, f func([]uint, func([]uint))) uint
UintSliceGenerator benchmarks a function with the signature:
func([]uint, func([]uint))
ID: B-0-23(7)-19(0-23(7)-19(0-23(7)))
func UintSliceGeneratorWithRandom ¶
UintSliceGeneratorWithRandom benchmarks a function with the signature:
func([]uint, func([]uint))
with random numbers. ID: B-0-23(7)-19(0-23(7)-19(0-23(7)))
func UintToInt16Func ¶
UintToInt16Func benchmarks a function with the signature:
func(uint) int16
ID: B-4-7
func UintToInt32Func ¶
UintToInt32Func benchmarks a function with the signature:
func(uint) int32
ID: B-5-7
func UintToInt64Func ¶
UintToInt64Func benchmarks a function with the signature:
func(uint) int64
ID: B-6-7
func UintToInt8Func ¶
UintToInt8Func benchmarks a function with the signature:
func(uint) int8
ID: B-3-7
func UintToIntFunc ¶
UintToIntFunc benchmarks a function with the signature:
func(uint) int
ID: B-2-7
func UintToUint16Func ¶
UintToUint16Func benchmarks a function with the signature:
func(uint) uint16
ID: B-9-7
func UintToUint32Func ¶
UintToUint32Func benchmarks a function with the signature:
func(uint) uint32
ID: B-10-7
func UintToUint64Func ¶
UintToUint64Func benchmarks a function with the signature:
func(uint) uint64
ID: B-11-7
func UintToUint8Func ¶
UintToUint8Func benchmarks a function with the signature:
func(uint) uint8
ID: B-8-7
Types ¶
This section is empty.
Source Files ¶
- 00_consumer.go
- 01_predicate.go
- 02_to_int_func.go
- 03_to_int8_func.go
- 04_to_int16_func.go
- 05_to_int32_func.go
- 06_to_int64_func.go
- 07_to_uint_func.go
- 08_to_uint8_func.go
- 09_to_uint16_func.go
- 10_to_uint32_func.go
- 11_to_uint64_func.go
- benchmark.go
- c00_calibrate_consumer.go
- c01_calibrate_predicate.go
- c02_calibrate_to_int_func.go
- c03_calibrate_to_int8_func.go
- c04_calibrate_to_int16_func.go
- c05_calibrate_to_int32_func.go
- c06_calibrate_to_int64_func.go
- c07_calibrate_to_uint_func.go
- c08_calibrate_to_uint8_func.go
- c09_calibrate_to_uint16_func.go
- c10_calibrate_to_uint32_func.go
- c11_calibrate_to_uint64_func.go
- calibrate.go
- is_calibrated.go
- xx_runnable_and_supplier.go