Searched refs:toDecimalString (Results 1 – 4 of 4) sorted by relevance
824 .format(this.toDecimalString, T.stringof));1290 buff = data.toDecimalString(0);1516 string toDecimalString(const(BigInt) x) pure nothrow @safe in toDecimalString() function1518 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"))
890 buff = data.toDecimalString(0);1034 string toDecimalString(const(BigInt) x) in toDecimalString() function1049 auto xstr = x.toDecimalString();1163 assert( toDecimalString(BigInt("-1_234_567_890_123_456_789"))1194 assert(toDecimalString(BigInt("0000000000000000000000000000000000000000001234567"))
271 char [] toDecimalString(int frontExtraBytes) const pure nothrow in toDecimalString() function2511 auto str = data.toDecimalString(0); in printDecimalBigUint()
414 char [] toDecimalString(int frontExtraBytes) const pure nothrow @safe scope2882 auto str = data.toDecimalString(0);