Searched defs:BigDigit (Results 1 – 1 of 1) sorted by relevance
87 static immutable BigDigit[] ZERO = [0]; variable88 static immutable BigDigit[] ONE = [1]; variable89 static immutable BigDigit[] TWO = [2]; variable90 static immutable BigDigit[] TEN = [10]; variable966 inout(BigDigit) [] removeLeadingZeros(inout(BigDigit) [] x) pure nothrow @safe in inout() argument1229 const(BigDigit) [] large, small; in sub() local1261 const(BigDigit) [] x, y; in add() local1980 const (BigDigit)[] large, small; in inplaceSub() local2046 const(BigDigit) [] x0 = x[0 .. half]; in mulKaratsuba() local2047 const(BigDigit) [] x1 = x[half .. $]; in mulKaratsuba() local[all …]