Home
last modified time | relevance | path

Searched refs:toDecimalString (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbigint.d824 .format(this.toDecimalString, T.stringof));
1290 buff = data.toDecimalString(0);
1516 string toDecimalString(const(BigInt) x) pure nothrow @safe in toDecimalString() function
1518 auto buff = x.data.toDecimalString(x.isNegative ? 1 : 0); in toDecimalString()
1531 auto xstr = x.toDecimalString();
1648 assert( toDecimalString(BigInt("-1_234_567_890_123_456_789"))
1679 assert(toDecimalString(BigInt("0000000000000000000000000000000000000000001234567"))
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbigint.d890 buff = data.toDecimalString(0);
1034 string toDecimalString(const(BigInt) x) in toDecimalString() function
1049 auto xstr = x.toDecimalString();
1163 assert( toDecimalString(BigInt("-1_234_567_890_123_456_789"))
1194 assert(toDecimalString(BigInt("0000000000000000000000000000000000000000001234567"))
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d271 char [] toDecimalString(int frontExtraBytes) const pure nothrow in toDecimalString() function
2511 auto str = data.toDecimalString(0); in printDecimalBigUint()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d414 char [] toDecimalString(int frontExtraBytes) const pure nothrow @safe scope
2882 auto str = data.toDecimalString(0);