Home
last modified time | relevance | path

Searched defs:BigInt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbigint.d46 struct BigInt struct
53 * Construct a BigInt from a decimal or hexadecimal string. The number must argument
78 bool neg = false;
79 bool ok;
132 auto big1 = BigInt(r1); argument
136 auto big2 = BigInt(r2); argument
140 auto big3 = BigInt(r3); argument
144 assertThrown!ConvException(BigInt(r4)); argument
159 auto bigData = BigInt(data); argument
172 const(BigInt) b1 = BigInt("1_234_567_890"); argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbigint.d48 struct BigInt struct
55 * Construct a `BigInt` from a decimal or hexadecimal string. The number must argument
80 bool neg = false;
81 bool ok;
135 auto big1 = BigInt(r1); argument
139 auto big2 = BigInt(r2); argument
143 auto big3 = BigInt(r3); argument
147 assertThrown!ConvException(BigInt(r4)); argument
177 auto b1 = BigInt(false, magnitude); argument
179 auto b2 = BigInt(true, magnitude); argument
[all …]