OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utoa
(Results
1 - 15
of
15
) sorted by null
/prebuilts/go/darwin-x86/src/math/big/
nat_test.go
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)
[
all
...]
natconv_test.go
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
[
all
...]
intconv.go
15
// TODO(gri) Should rename itoa to
utoa
(there's no sign). That
16
// would permit the introduction of itoa which is like
utoa
but
115
digits := x.abs.
utoa
(base)
ratconv.go
266
buf = append(buf, q.
utoa
(10)...) // itoa ignores sign if q == 0
270
rs := r.
utoa
(10)
natconv.go
237
//
utoa
converts x to an ASCII representation in the given base;
239
func (x nat)
utoa
(base int) []byte {
func
243
// 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)
/prebuilts/go/linux-x86/src/math/big/
nat_test.go
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)
[
all
...]
natconv_test.go
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
[
all
...]
intconv.go
15
// TODO(gri) Should rename itoa to
utoa
(there's no sign). That
16
// would permit the introduction of itoa which is like
utoa
but
115
digits := x.abs.
utoa
(base)
ratconv.go
266
buf = append(buf, q.
utoa
(10)...) // itoa ignores sign if q == 0
270
rs := r.
utoa
(10)
natconv.go
237
//
utoa
converts x to an ASCII representation in the given base;
239
func (x nat)
utoa
(base int) []byte {
func
243
// 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)
/external/v8/src/profiler/
heap-snapshot-generator.cc
2768
static int
utoa
(T value, const Vector<char>& buffer, int buffer_pos) {
function in class:v8::internal::OutputStreamWriter
[
all
...]
Completed in 1214 milliseconds