Home
last modified time | relevance | path

Searched refs:mulKaratsuba (Results 1 – 20 of 20) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/compilable/
H A Dtest15898.d10 void mulKaratsuba(int[] result, const(int)[] x, const(int)[] y, int[] ) in mulKaratsuba() function
18 mulKaratsuba( in mulKaratsuba()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/compilable/
H A Dtest15898.d10 void mulKaratsuba(int[] result, const(int)[] x, const(int)[] y, int[] ) in mulKaratsuba() function
18 mulKaratsuba( in mulKaratsuba()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/compilable/
H A Dtest15898.d10 void mulKaratsuba(int[] result, const(int)[] x, const(int)[] y, int[] ) in mulKaratsuba() function
18 mulKaratsuba( in mulKaratsuba()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/compilable/
H A Dtest15898.d10 void mulKaratsuba(int[] result, const(int)[] x, const(int)[] y, int[] ) in mulKaratsuba() function
18 mulKaratsuba( in mulKaratsuba()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/compilable/
H A Dtest15898.d10 void mulKaratsuba(int[] result, const(int)[] x, const(int)[] y, int[] ) in mulKaratsuba() function
18 mulKaratsuba( in mulKaratsuba()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/compilable/
H A Dtest15898.d10 void mulKaratsuba(int[] result, const(int)[] x, const(int)[] y, int[] ) in mulKaratsuba() function
18 mulKaratsuba( in mulKaratsuba()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/compilable/
H A Dtest15898.d10 void mulKaratsuba(int[] result, const(int)[] x, const(int)[] y, int[] ) in mulKaratsuba() function
18 mulKaratsuba( in mulKaratsuba()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/compilable/
H A Dtest15898.d10 void mulKaratsuba(int[] result, const(int)[] x, const(int)[] y, int[] ) in mulKaratsuba() function
18 mulKaratsuba( in mulKaratsuba()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/compilable/
H A Dtest15898.d10 void mulKaratsuba(int[] result, const(int)[] x, const(int)[] y, int[] ) in mulKaratsuba() function
18 mulKaratsuba( in mulKaratsuba()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/compilable/
H A Dtest15898.d10 void mulKaratsuba(int[] result, const(int)[] x, const(int)[] y, int[] ) in mulKaratsuba() function
18 mulKaratsuba( in mulKaratsuba()
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/internal/math/
H A Dbiguintcore.d1435 mulKaratsuba(result[0 .. y.length + chunksize + (extra > 0 ? 1 : 0 )], in mulInternal()
1442 mulKaratsuba(result[0 .. y.length + extra], y, x[0 .. extra], scratchbuff); in mulInternal()
1452 mulKaratsuba(result[done .. done + y.length + chunksize], in mulInternal()
1463 mulKaratsuba(result, x, y, scratchbuff); in mulInternal()
2020 void mulKaratsuba(BigDigit [] result, const(BigDigit) [] x, in mulKaratsuba() function
2061 mulKaratsuba(mid, xdiff, ydiff, newscratchbuff); in mulKaratsuba()
2065 mulKaratsuba(resultLow, x0, y0, newscratchbuff); in mulKaratsuba()
2079 mulKaratsuba(resultHigh[0 .. quarter+y1.length], ysmaller ? x1[0 .. quarter] : y1, in mulKaratsuba()
2084 mulKaratsuba(resultHigh[quarter..$], ysmaller2 ? x1[quarter..$] : y1, in mulKaratsuba()
2091 mulKaratsuba(resultHigh, x1, y1, newscratchbuff); in mulKaratsuba()
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/internal/math/
H A Dbiguintcore.d1435 mulKaratsuba(result[0 .. y.length + chunksize + (extra > 0 ? 1 : 0 )], in mulInternal()
1442 mulKaratsuba(result[0 .. y.length + extra], y, x[0 .. extra], scratchbuff); in mulInternal()
1452 mulKaratsuba(result[done .. done + y.length + chunksize], in mulInternal()
1463 mulKaratsuba(result, x, y, scratchbuff); in mulInternal()
2020 void mulKaratsuba(BigDigit [] result, const(BigDigit) [] x, in mulKaratsuba() function
2061 mulKaratsuba(mid, xdiff, ydiff, newscratchbuff); in mulKaratsuba()
2065 mulKaratsuba(resultLow, x0, y0, newscratchbuff); in mulKaratsuba()
2079 mulKaratsuba(resultHigh[0 .. quarter+y1.length], ysmaller ? x1[0 .. quarter] : y1, in mulKaratsuba()
2084 mulKaratsuba(resultHigh[quarter..$], ysmaller2 ? x1[quarter..$] : y1, in mulKaratsuba()
2091 mulKaratsuba(resultHigh, x1, y1, newscratchbuff); in mulKaratsuba()
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/internal/math/
H A Dbiguintcore.d1435 mulKaratsuba(result[0 .. y.length + chunksize + (extra > 0 ? 1 : 0 )], in mulInternal()
1442 mulKaratsuba(result[0 .. y.length + extra], y, x[0 .. extra], scratchbuff); in mulInternal()
1452 mulKaratsuba(result[done .. done + y.length + chunksize], in mulInternal()
1463 mulKaratsuba(result, x, y, scratchbuff); in mulInternal()
2020 void mulKaratsuba(BigDigit [] result, const(BigDigit) [] x, in mulKaratsuba() function
2061 mulKaratsuba(mid, xdiff, ydiff, newscratchbuff); in mulKaratsuba()
2065 mulKaratsuba(resultLow, x0, y0, newscratchbuff); in mulKaratsuba()
2079 mulKaratsuba(resultHigh[0 .. quarter+y1.length], ysmaller ? x1[0 .. quarter] : y1, in mulKaratsuba()
2084 mulKaratsuba(resultHigh[quarter..$], ysmaller2 ? x1[quarter..$] : y1, in mulKaratsuba()
2091 mulKaratsuba(resultHigh, x1, y1, newscratchbuff); in mulKaratsuba()
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/internal/math/
H A Dbiguintcore.d1435 mulKaratsuba(result[0 .. y.length + chunksize + (extra > 0 ? 1 : 0 )], in mulInternal()
1442 mulKaratsuba(result[0 .. y.length + extra], y, x[0 .. extra], scratchbuff); in mulInternal()
1452 mulKaratsuba(result[done .. done + y.length + chunksize], in mulInternal()
1463 mulKaratsuba(result, x, y, scratchbuff); in mulInternal()
2020 void mulKaratsuba(BigDigit [] result, const(BigDigit) [] x, in mulKaratsuba() function
2061 mulKaratsuba(mid, xdiff, ydiff, newscratchbuff); in mulKaratsuba()
2065 mulKaratsuba(resultLow, x0, y0, newscratchbuff); in mulKaratsuba()
2079 mulKaratsuba(resultHigh[0 .. quarter+y1.length], ysmaller ? x1[0 .. quarter] : y1, in mulKaratsuba()
2084 mulKaratsuba(resultHigh[quarter..$], ysmaller2 ? x1[quarter..$] : y1, in mulKaratsuba()
2091 mulKaratsuba(resultHigh, x1, y1, newscratchbuff); in mulKaratsuba()
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/internal/math/
H A Dbiguintcore.d1435 mulKaratsuba(result[0 .. y.length + chunksize + (extra > 0 ? 1 : 0 )], in mulInternal()
1442 mulKaratsuba(result[0 .. y.length + extra], y, x[0 .. extra], scratchbuff); in mulInternal()
1452 mulKaratsuba(result[done .. done + y.length + chunksize], in mulInternal()
1463 mulKaratsuba(result, x, y, scratchbuff); in mulInternal()
2020 void mulKaratsuba(BigDigit [] result, const(BigDigit) [] x, in mulKaratsuba() function
2061 mulKaratsuba(mid, xdiff, ydiff, newscratchbuff); in mulKaratsuba()
2065 mulKaratsuba(resultLow, x0, y0, newscratchbuff); in mulKaratsuba()
2079 mulKaratsuba(resultHigh[0 .. quarter+y1.length], ysmaller ? x1[0 .. quarter] : y1, in mulKaratsuba()
2084 mulKaratsuba(resultHigh[quarter..$], ysmaller2 ? x1[quarter..$] : y1, in mulKaratsuba()
2091 mulKaratsuba(resultHigh, x1, y1, newscratchbuff); in mulKaratsuba()
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/internal/math/
H A Dbiguintcore.d1435 mulKaratsuba(result[0 .. y.length + chunksize + (extra > 0 ? 1 : 0 )], in mulInternal()
1442 mulKaratsuba(result[0 .. y.length + extra], y, x[0 .. extra], scratchbuff); in mulInternal()
1452 mulKaratsuba(result[done .. done + y.length + chunksize], in mulInternal()
1463 mulKaratsuba(result, x, y, scratchbuff); in mulInternal()
2020 void mulKaratsuba(BigDigit [] result, const(BigDigit) [] x, in mulKaratsuba() function
2061 mulKaratsuba(mid, xdiff, ydiff, newscratchbuff); in mulKaratsuba()
2065 mulKaratsuba(resultLow, x0, y0, newscratchbuff); in mulKaratsuba()
2079 mulKaratsuba(resultHigh[0 .. quarter+y1.length], ysmaller ? x1[0 .. quarter] : y1, in mulKaratsuba()
2084 mulKaratsuba(resultHigh[quarter..$], ysmaller2 ? x1[quarter..$] : y1, in mulKaratsuba()
2091 mulKaratsuba(resultHigh, x1, y1, newscratchbuff); in mulKaratsuba()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/internal/math/
H A Dbiguintcore.d1435 mulKaratsuba(result[0 .. y.length + chunksize + (extra > 0 ? 1 : 0 )], in mulInternal()
1442 mulKaratsuba(result[0 .. y.length + extra], y, x[0 .. extra], scratchbuff); in mulInternal()
1452 mulKaratsuba(result[done .. done + y.length + chunksize], in mulInternal()
1463 mulKaratsuba(result, x, y, scratchbuff); in mulInternal()
2020 void mulKaratsuba(BigDigit [] result, const(BigDigit) [] x, in mulKaratsuba() function
2061 mulKaratsuba(mid, xdiff, ydiff, newscratchbuff); in mulKaratsuba()
2065 mulKaratsuba(resultLow, x0, y0, newscratchbuff); in mulKaratsuba()
2079 mulKaratsuba(resultHigh[0 .. quarter+y1.length], ysmaller ? x1[0 .. quarter] : y1, in mulKaratsuba()
2084 mulKaratsuba(resultHigh[quarter..$], ysmaller2 ? x1[quarter..$] : y1, in mulKaratsuba()
2091 mulKaratsuba(resultHigh, x1, y1, newscratchbuff); in mulKaratsuba()
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/internal/math/
H A Dbiguintcore.d1435 mulKaratsuba(result[0 .. y.length + chunksize + (extra > 0 ? 1 : 0 )], in mulInternal()
1442 mulKaratsuba(result[0 .. y.length + extra], y, x[0 .. extra], scratchbuff); in mulInternal()
1452 mulKaratsuba(result[done .. done + y.length + chunksize], in mulInternal()
1463 mulKaratsuba(result, x, y, scratchbuff); in mulInternal()
2020 void mulKaratsuba(BigDigit [] result, const(BigDigit) [] x, in mulKaratsuba() function
2061 mulKaratsuba(mid, xdiff, ydiff, newscratchbuff); in mulKaratsuba()
2065 mulKaratsuba(resultLow, x0, y0, newscratchbuff); in mulKaratsuba()
2079 mulKaratsuba(resultHigh[0 .. quarter+y1.length], ysmaller ? x1[0 .. quarter] : y1, in mulKaratsuba()
2084 mulKaratsuba(resultHigh[quarter..$], ysmaller2 ? x1[quarter..$] : y1, in mulKaratsuba()
2091 mulKaratsuba(resultHigh, x1, y1, newscratchbuff); in mulKaratsuba()
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/internal/math/
H A Dbiguintcore.d1435 mulKaratsuba(result[0 .. y.length + chunksize + (extra > 0 ? 1 : 0 )], in mulInternal()
1442 mulKaratsuba(result[0 .. y.length + extra], y, x[0 .. extra], scratchbuff); in mulInternal()
1452 mulKaratsuba(result[done .. done + y.length + chunksize], in mulInternal()
1463 mulKaratsuba(result, x, y, scratchbuff); in mulInternal()
2020 void mulKaratsuba(BigDigit [] result, const(BigDigit) [] x, in mulKaratsuba() function
2061 mulKaratsuba(mid, xdiff, ydiff, newscratchbuff); in mulKaratsuba()
2065 mulKaratsuba(resultLow, x0, y0, newscratchbuff); in mulKaratsuba()
2079 mulKaratsuba(resultHigh[0 .. quarter+y1.length], ysmaller ? x1[0 .. quarter] : y1, in mulKaratsuba()
2084 mulKaratsuba(resultHigh[quarter..$], ysmaller2 ? x1[quarter..$] : y1, in mulKaratsuba()
2091 mulKaratsuba(resultHigh, x1, y1, newscratchbuff); in mulKaratsuba()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/internal/math/
H A Dbiguintcore.d1718 mulKaratsuba(result[0 .. half + y.length], y, x[0 .. half], scratchbuff);
1720 mulKaratsuba(result[half .. $], y, x[half .. $], scratchbuff);
1760 mulKaratsuba(result[0 .. y.length + chunksize + (extra > 0 ? 1 : 0 )],
1767 mulKaratsuba(result[0 .. y.length + extra], y, x[0 .. extra], scratchbuff);
1777 mulKaratsuba(result[done .. done + y.length + chunksize],
1789 mulKaratsuba(result, x, y, scratchbuff);
2386 void mulKaratsuba(BigDigit [] result, const(BigDigit) [] x,
2428 mulKaratsuba(mid, xdiff, ydiff, newscratchbuff);
2432 mulKaratsuba(resultLow, x0, y0, newscratchbuff);
2451 mulKaratsuba(resultHigh[quarter..$], ysmaller2 ? x1[quarter..$] : y1,
[all …]