HomeSort by relevance Sort by last modified time
    Searched refs:utoa (Results 1 - 15 of 15) sorted by null

  /prebuilts/go/darwin-x86/src/math/big/
natconv_test.go 80 natOne.utoa(1)
87 s := string(a.x.utoa(a.b))
258 if s := string(z.utoa(10)); s != pi {
287 if string(x.utoa(10)) != pi {
292 x.utoa(10)
309 s := z.utoa(base)
334 z.utoa(base) // warm divisor cache
338 _ = z.utoa(base)
366 _ = z.utoa(base) // warm divisor cache
370 _ = z.utoa(base
    [all...]
nat_test.go 162 prod := string(nat(nil).mulRange(r.a, r.b).utoa(10))
393 t.Errorf("#%d: x > m (0x%s > 0x%s; use 0x%s)", i, x.utoa(16), m.utoa(16), r.utoa(16))
397 t.Errorf("#%d: y > m (0x%s > 0x%s; use 0x%s)", i, y.utoa(16), m.utoa(16), r.utoa(16))
415 t.Errorf("#%d: out in table=0x%s, computed=0x%s", i, out.utoa(16), p.abs.norm().utoa(16))
431 t.Errorf("#%d: got 0x%s want 0x%s", i, z.utoa(16), out.utoa(16)
    [all...]
ratconv.go 271 buf = append(buf, q.utoa(10)...) // itoa ignores sign if q == 0
275 rs := r.utoa(10)
natconv.go 248 // utoa converts x to an ASCII representation in the given base;
250 func (x nat) utoa(base int) []byte { func
254 // itoa is like utoa but it prepends a '-' if neg && x != 0.
ftoa.go 330 buf = append(buf, m.utoa(10)...)
364 buf = append(buf, bytes.TrimRight(m.utoa(16), "0")...)
decimal.go 83 s := m.utoa(10)
intconv.go 110 digits := x.abs.utoa(base)
  /prebuilts/go/linux-x86/src/math/big/
natconv_test.go 80 natOne.utoa(1)
87 s := string(a.x.utoa(a.b))
258 if s := string(z.utoa(10)); s != pi {
287 if string(x.utoa(10)) != pi {
292 x.utoa(10)
309 s := z.utoa(base)
334 z.utoa(base) // warm divisor cache
338 _ = z.utoa(base)
366 _ = z.utoa(base) // warm divisor cache
370 _ = z.utoa(base
    [all...]
nat_test.go 162 prod := string(nat(nil).mulRange(r.a, r.b).utoa(10))
393 t.Errorf("#%d: x > m (0x%s > 0x%s; use 0x%s)", i, x.utoa(16), m.utoa(16), r.utoa(16))
397 t.Errorf("#%d: y > m (0x%s > 0x%s; use 0x%s)", i, y.utoa(16), m.utoa(16), r.utoa(16))
415 t.Errorf("#%d: out in table=0x%s, computed=0x%s", i, out.utoa(16), p.abs.norm().utoa(16))
431 t.Errorf("#%d: got 0x%s want 0x%s", i, z.utoa(16), out.utoa(16)
    [all...]
ratconv.go 271 buf = append(buf, q.utoa(10)...) // itoa ignores sign if q == 0
275 rs := r.utoa(10)
natconv.go 248 // utoa converts x to an ASCII representation in the given base;
250 func (x nat) utoa(base int) []byte { func
254 // itoa is like utoa but it prepends a '-' if neg && x != 0.
ftoa.go 330 buf = append(buf, m.utoa(10)...)
364 buf = append(buf, bytes.TrimRight(m.utoa(16), "0")...)
decimal.go 83 s := m.utoa(10)
intconv.go 110 digits := x.abs.utoa(base)
  /external/v8/src/profiler/
heap-snapshot-generator.cc 2781 static int utoa(T value, const Vector<char>& buffer, int buffer_pos) { function in class:v8::internal::OutputStreamWriter
    [all...]

Completed in 758 milliseconds