go/src/strconv/internal_test.go

func NewDecimal(i uint64) *decimal {}

func SetOptimize(b bool) bool {}

func ParseFloatPrefix(s string, bitSize int) (float64, int, error) {}

func MulByLog2Log10(x int) int {}

func MulByLog10Log2(x int) int {}