Home | History | Annotate | Download | only in big

Lines Matching refs:utoa

162 		prod := string(nat(nil).mulRange(r.a, r.b).utoa(10))
330 t.Errorf("got 0x%s.trailingZeroBits() = %d; want %d", y.utoa(16), n, i)
423 t.Errorf("#%d: x > m (0x%s > 0x%s; use 0x%s)", i, x.utoa(16), m.utoa(16), r.utoa(16))
427 t.Errorf("#%d: y > m (0x%s > 0x%s; use 0x%s)", i, y.utoa(16), m.utoa(16), r.utoa(16))
445 t.Errorf("#%d: out in table=0x%s, computed=0x%s", i, out.utoa(16), p.abs.norm().utoa(16))
461 t.Errorf("#%d: got 0x%s want 0x%s", i, z.utoa(16), out.utoa(16))
508 t.Errorf("#%d got %s want %s", i, z.utoa(10), out.utoa(10))
561 got := string(fibo(n).utoa(10))