Home | History | Annotate | Download | only in big

Lines Matching refs:utoa

65 		natOne.utoa(1)
72 s := string(a.x.utoa(a.b))
238 if s := string(z.utoa(10)); s != pi {
267 if string(x.utoa(10)) != pi {
272 x.utoa(10)
289 s := z.utoa(base)
314 z.utoa(base) // warm divisor cache
318 _ = z.utoa(base)
346 _ = z.utoa(base) // warm divisor cache
350 _ = z.utoa(base)
375 xs := x.utoa(b)