Home
last modified time | relevance | path

Searched refs:ratBinArg (Results 1 – 24 of 24) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/lang/gcc8/gcc-8.5.0/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/lang/gcc9/gcc-9.4.0/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/lang/gcc48/gcc-4.8.5/libgo/go/math/big/
H A Drat_test.go271 type ratBinArg struct { struct
275 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
312 arg := ratBinArg{test.x, test.y, test.sum}
315 arg = ratBinArg{test.y, test.x, test.sum}
318 arg = ratBinArg{test.sum, test.x, test.y}
321 arg = ratBinArg{test.sum, test.y, test.x}
324 arg = ratBinArg{test.x, test.y, test.prod}
327 arg = ratBinArg{test.y, test.x, test.prod}
331 arg = ratBinArg{test.prod, test.x, test.y}
336 arg = ratBinArg{test.prod, test.y, test.x}
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/math/big/
H A Drat_test.go271 type ratBinArg struct { struct
275 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
312 arg := ratBinArg{test.x, test.y, test.sum}
315 arg = ratBinArg{test.y, test.x, test.sum}
318 arg = ratBinArg{test.sum, test.x, test.y}
321 arg = ratBinArg{test.sum, test.y, test.x}
324 arg = ratBinArg{test.x, test.y, test.prod}
327 arg = ratBinArg{test.y, test.x, test.prod}
331 arg = ratBinArg{test.prod, test.x, test.y}
336 arg = ratBinArg{test.prod, test.y, test.x}
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/math/big/
H A Drat_test.go271 type ratBinArg struct { struct
275 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
312 arg := ratBinArg{test.x, test.y, test.sum}
315 arg = ratBinArg{test.y, test.x, test.sum}
318 arg = ratBinArg{test.sum, test.x, test.y}
321 arg = ratBinArg{test.sum, test.y, test.x}
324 arg = ratBinArg{test.x, test.y, test.prod}
327 arg = ratBinArg{test.y, test.x, test.prod}
331 arg = ratBinArg{test.prod, test.x, test.y}
336 arg = ratBinArg{test.prod, test.y, test.x}
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/lang/gcc10/gcc-10.3.0/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct {
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) {
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/lang/gcc11/gcc-11.2.0/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct { struct
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/math/big/
H A Drat_test.go161 type ratBinArg struct {
165 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) {
202 arg := ratBinArg{test.x, test.y, test.sum}
205 arg = ratBinArg{test.y, test.x, test.sum}
208 arg = ratBinArg{test.sum, test.x, test.y}
211 arg = ratBinArg{test.sum, test.y, test.x}
214 arg = ratBinArg{test.x, test.y, test.prod}
217 arg = ratBinArg{test.y, test.x, test.prod}
221 arg = ratBinArg{test.prod, test.x, test.y}
226 arg = ratBinArg{test.prod, test.y, test.x}
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/math/big/
H A Drat_test.go165 type ratBinArg struct { struct
169 func testRatBin(t *testing.T, i int, name string, f ratBinFun, a ratBinArg) { argument
206 arg := ratBinArg{test.x, test.y, test.sum}
209 arg = ratBinArg{test.y, test.x, test.sum}
212 arg = ratBinArg{test.sum, test.x, test.y}
215 arg = ratBinArg{test.sum, test.y, test.x}
218 arg = ratBinArg{test.x, test.y, test.prod}
221 arg = ratBinArg{test.y, test.x, test.prod}
225 arg = ratBinArg{test.prod, test.x, test.y}
230 arg = ratBinArg{test.prod, test.y, test.x}