Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d87 static immutable BigDigit[] ZERO = [0]; variable
88 static immutable BigDigit[] ONE = [1]; variable
89 static immutable BigDigit[] TWO = [2]; variable
90 static immutable BigDigit[] TEN = [10]; variable
1229 const(BigDigit) [] large, small; in sub() local
1261 const(BigDigit) [] x, y; in add() local
1980 const (BigDigit)[] large, small; in inplaceSub() local
2046 const(BigDigit) [] x0 = x[0 .. half]; in mulKaratsuba() local
2047 const(BigDigit) [] x1 = x[half .. $]; in mulKaratsuba() local
2139 const(BigDigit)[] x0 = x[0 .. half]; in squareKaratsuba() local
[all …]