Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d96 struct BigUint struct
99 pure invariant() in invariant()
106 this(immutable(BigDigit) [] x) pure nothrow @nogc @safe in this()
116 enum trustedAssumeUnique = function(BigDigit[] input) pure @trusted @nogc { in function()
121 @property size_t uintLength() pure nothrow const @safe @nogc in uintLength()
133 @property size_t ulongLength() pure nothrow const @safe @nogc in ulongLength()
146 ulong peekUlong(int n) pure nothrow const @safe @nogc in peekUlong()
158 uint peekUint(int n) pure nothrow const @safe @nogc in peekUint()
199 void opAssign(Tdummy = void)(BigUint y) pure nothrow @nogc @safe argument
209 size_t k = highestDifferentDigit(data, y.data);
[all …]