Home
last modified time | relevance | path

Searched refs:got8 (Results 1 – 25 of 52) sorted by relevance

123

/dports/x11-fonts/gofont-ttf/image-f315e440302883054d0c2bd85486878cb4f8572c/vector/
H A Dacc_test.go157 got8, want8 []uint8
163 got8 = make([]uint8, n)
164 for i := range got8 {
165 got8[i] = background
176 got8 = make([]uint8, n)
194 fixedAccumulateOpOver(got8, in[:n])
198 fixedAccumulateOpSrcSIMD(got8, in[:n])
200 fixedAccumulateOpSrc(got8, in[:n])
216 floatingAccumulateOpOver(got8, in[:n])
222 floatingAccumulateOpSrc(got8, in[:n])
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/image/vector/
H A Dacc_test.go159 got8, want8 []uint8
165 got8 = make([]uint8, n)
166 for i := range got8 {
167 got8[i] = background
178 got8 = make([]uint8, n)
196 fixedAccumulateOpOver(got8, in[:n])
200 fixedAccumulateOpSrcSIMD(got8, in[:n])
202 fixedAccumulateOpSrc(got8, in[:n])
218 floatingAccumulateOpOver(got8, in[:n])
224 floatingAccumulateOpSrc(got8, in[:n])
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/image/vector/
H A Dacc_test.go159 got8, want8 []uint8
165 got8 = make([]uint8, n)
166 for i := range got8 {
167 got8[i] = background
178 got8 = make([]uint8, n)
196 fixedAccumulateOpOver(got8, in[:n])
200 fixedAccumulateOpSrcSIMD(got8, in[:n])
202 fixedAccumulateOpSrc(got8, in[:n])
218 floatingAccumulateOpOver(got8, in[:n])
224 floatingAccumulateOpSrc(got8, in[:n])
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/golang.org/x/image/vector/
H A Dacc_test.go159 got8, want8 []uint8
165 got8 = make([]uint8, n)
166 for i := range got8 {
167 got8[i] = background
178 got8 = make([]uint8, n)
196 fixedAccumulateOpOver(got8, in[:n])
200 fixedAccumulateOpSrcSIMD(got8, in[:n])
202 fixedAccumulateOpSrc(got8, in[:n])
218 floatingAccumulateOpOver(got8, in[:n])
224 floatingAccumulateOpSrc(got8, in[:n])
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/image/vector/
H A Dacc_test.go159 got8, want8 []uint8
165 got8 = make([]uint8, n)
166 for i := range got8 {
167 got8[i] = background
178 got8 = make([]uint8, n)
196 fixedAccumulateOpOver(got8, in[:n])
200 fixedAccumulateOpSrcSIMD(got8, in[:n])
202 fixedAccumulateOpSrc(got8, in[:n])
218 floatingAccumulateOpOver(got8, in[:n])
224 floatingAccumulateOpSrc(got8, in[:n])
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/golang.org/x/image/vector/
H A Dacc_test.go159 got8, want8 []uint8
165 got8 = make([]uint8, n)
166 for i := range got8 {
167 got8[i] = background
178 got8 = make([]uint8, n)
196 fixedAccumulateOpOver(got8, in[:n])
200 fixedAccumulateOpSrcSIMD(got8, in[:n])
202 fixedAccumulateOpSrc(got8, in[:n])
218 floatingAccumulateOpOver(got8, in[:n])
224 floatingAccumulateOpSrc(got8, in[:n])
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/image/vector/
H A Dacc_test.go159 got8, want8 []uint8
165 got8 = make([]uint8, n)
166 for i := range got8 {
167 got8[i] = background
178 got8 = make([]uint8, n)
196 fixedAccumulateOpOver(got8, in[:n])
200 fixedAccumulateOpSrcSIMD(got8, in[:n])
202 fixedAccumulateOpSrc(got8, in[:n])
218 floatingAccumulateOpOver(got8, in[:n])
224 floatingAccumulateOpSrc(got8, in[:n])
[all …]
/dports/x11/wallutils/wallutils-5.10.0/vendor/golang.org/x/image/image-6944b10bf410/vector/
H A Dacc_test.go159 got8, want8 []uint8
165 got8 = make([]uint8, n)
166 for i := range got8 {
167 got8[i] = background
178 got8 = make([]uint8, n)
196 fixedAccumulateOpOver(got8, in[:n])
200 fixedAccumulateOpSrcSIMD(got8, in[:n])
202 fixedAccumulateOpSrc(got8, in[:n])
218 floatingAccumulateOpOver(got8, in[:n])
224 floatingAccumulateOpSrc(got8, in[:n])
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/math/bits/
H A Dbits_test.go340 got8 := RotateLeft8(x8, int(k))
342 if got8 != want8 {
343 t.Fatalf("RotateLeft8(%#02x, %d) == %#02x; want %#02x", x8, k, got8, want8)
345 got8 = RotateLeft8(want8, -int(k))
346 if got8 != x8 {
347 t.Fatalf("RotateLeft8(%#02x, -%d) == %#02x; want %#02x", want8, k, got8, x8)
485 got8 := Reverse8(x8)
487 if got8 != want8 {
488 t.Fatalf("Reverse8(%#02x) == %#02x; want %#02x", x8, got8, want8)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/math/bits/
H A Dbits_test.go340 got8 := RotateLeft8(x8, int(k))
342 if got8 != want8 {
343 t.Fatalf("RotateLeft8(%#02x, %d) == %#02x; want %#02x", x8, k, got8, want8)
345 got8 = RotateLeft8(want8, -int(k))
346 if got8 != x8 {
347 t.Fatalf("RotateLeft8(%#02x, -%d) == %#02x; want %#02x", want8, k, got8, x8)
485 got8 := Reverse8(x8)
487 if got8 != want8 {
488 t.Fatalf("Reverse8(%#02x) == %#02x; want %#02x", x8, got8, want8)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/math/bits/
H A Dbits_test.go340 got8 := RotateLeft8(x8, int(k))
342 if got8 != want8 {
343 t.Fatalf("RotateLeft8(%#02x, %d) == %#02x; want %#02x", x8, k, got8, want8)
345 got8 = RotateLeft8(want8, -int(k))
346 if got8 != x8 {
347 t.Fatalf("RotateLeft8(%#02x, -%d) == %#02x; want %#02x", want8, k, got8, x8)
485 got8 := Reverse8(x8)
487 if got8 != want8 {
488 t.Fatalf("Reverse8(%#02x) == %#02x; want %#02x", x8, got8, want8)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/math/bits/
H A Dbits_test.go340 got8 := RotateLeft8(x8, int(k))
342 if got8 != want8 {
343 t.Fatalf("RotateLeft8(%#02x, %d) == %#02x; want %#02x", x8, k, got8, want8)
345 got8 = RotateLeft8(want8, -int(k))
346 if got8 != x8 {
347 t.Fatalf("RotateLeft8(%#02x, -%d) == %#02x; want %#02x", want8, k, got8, x8)
485 got8 := Reverse8(x8)
487 if got8 != want8 {
488 t.Fatalf("Reverse8(%#02x) == %#02x; want %#02x", x8, got8, want8)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/math/bits/
H A Dbits_test.go340 got8 := RotateLeft8(x8, int(k))
342 if got8 != want8 {
343 t.Fatalf("RotateLeft8(%#02x, %d) == %#02x; want %#02x", x8, k, got8, want8)
345 got8 = RotateLeft8(want8, -int(k))
346 if got8 != x8 {
347 t.Fatalf("RotateLeft8(%#02x, -%d) == %#02x; want %#02x", want8, k, got8, x8)
485 got8 := Reverse8(x8)
487 if got8 != want8 {
488 t.Fatalf("Reverse8(%#02x) == %#02x; want %#02x", x8, got8, want8)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/math/bits/
H A Dbits_test.go340 got8 := RotateLeft8(x8, int(k))
342 if got8 != want8 {
343 t.Fatalf("RotateLeft8(%#02x, %d) == %#02x; want %#02x", x8, k, got8, want8)
345 got8 = RotateLeft8(want8, -int(k))
346 if got8 != x8 {
347 t.Fatalf("RotateLeft8(%#02x, -%d) == %#02x; want %#02x", want8, k, got8, x8)
485 got8 := Reverse8(x8)
487 if got8 != want8 {
488 t.Fatalf("Reverse8(%#02x) == %#02x; want %#02x", x8, got8, want8)
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/math/bits/
H A Dbits_test.go340 got8 := RotateLeft8(x8, int(k))
342 if got8 != want8 {
343 t.Fatalf("RotateLeft8(%#02x, %d) == %#02x; want %#02x", x8, k, got8, want8)
345 got8 = RotateLeft8(want8, -int(k))
346 if got8 != x8 {
347 t.Fatalf("RotateLeft8(%#02x, -%d) == %#02x; want %#02x", want8, k, got8, x8)
485 got8 := Reverse8(x8)
487 if got8 != want8 {
488 t.Fatalf("Reverse8(%#02x) == %#02x; want %#02x", x8, got8, want8)
/dports/security/p5-Authen-PAAS/Authen-PAAS-1.1.1/t/
H A D100-Subject.t77 my @got8 = sort { $a cmp $b } $subject->principals_by_type("MyPrincipal");
79 is_deeply(\@got8, \@exp8, "Got all principals of type MyPrincipal");
145 my @got8 = sort { $a cmp $b } $subject->credentials_by_type("MyCredential");
147 is_deeply(\@got8, \@exp8, "Got all credentials of type MyCredential");
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/math/bits/
H A Dbits_test.go342 got8 := RotateLeft8(x8, int(k))
344 if got8 != want8 {
345 t.Fatalf("RotateLeft8(%#02x, %d) == %#02x; want %#02x", x8, k, got8, want8)
347 got8 = RotateLeft8(want8, -int(k))
348 if got8 != x8 {
349 t.Fatalf("RotateLeft8(%#02x, -%d) == %#02x; want %#02x", want8, k, got8, x8)
487 got8 := Reverse8(x8)
489 if got8 != want8 {
490 t.Fatalf("Reverse8(%#02x) == %#02x; want %#02x", x8, got8, want8)
/dports/lang/gcc9/gcc-9.4.0/libgo/go/math/bits/
H A Dbits_test.go342 got8 := RotateLeft8(x8, int(k))
344 if got8 != want8 {
345 t.Fatalf("RotateLeft8(%#02x, %d) == %#02x; want %#02x", x8, k, got8, want8)
347 got8 = RotateLeft8(want8, -int(k))
348 if got8 != x8 {
349 t.Fatalf("RotateLeft8(%#02x, -%d) == %#02x; want %#02x", want8, k, got8, x8)
487 got8 := Reverse8(x8)
489 if got8 != want8 {
490 t.Fatalf("Reverse8(%#02x) == %#02x; want %#02x", x8, got8, want8)
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/math/bits/
H A Dbits_test.go342 got8 := RotateLeft8(x8, int(k))
344 if got8 != want8 {
345 t.Fatalf("RotateLeft8(%#02x, %d) == %#02x; want %#02x", x8, k, got8, want8)
347 got8 = RotateLeft8(want8, -int(k))
348 if got8 != x8 {
349 t.Fatalf("RotateLeft8(%#02x, -%d) == %#02x; want %#02x", want8, k, got8, x8)
487 got8 := Reverse8(x8)
489 if got8 != want8 {
490 t.Fatalf("Reverse8(%#02x) == %#02x; want %#02x", x8, got8, want8)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/math/bits/
H A Dbits_test.go342 got8 := RotateLeft8(x8, int(k))
344 if got8 != want8 {
345 t.Fatalf("RotateLeft8(%#02x, %d) == %#02x; want %#02x", x8, k, got8, want8)
347 got8 = RotateLeft8(want8, -int(k))
348 if got8 != x8 {
349 t.Fatalf("RotateLeft8(%#02x, -%d) == %#02x; want %#02x", want8, k, got8, x8)
487 got8 := Reverse8(x8)
489 if got8 != want8 {
490 t.Fatalf("Reverse8(%#02x) == %#02x; want %#02x", x8, got8, want8)
/dports/lang/gcc10/gcc-10.3.0/libgo/go/math/bits/
H A Dbits_test.go342 got8 := RotateLeft8(x8, int(k))
344 if got8 != want8 {
345 t.Fatalf("RotateLeft8(%#02x, %d) == %#02x; want %#02x", x8, k, got8, want8)
347 got8 = RotateLeft8(want8, -int(k))
348 if got8 != x8 {
349 t.Fatalf("RotateLeft8(%#02x, -%d) == %#02x; want %#02x", want8, k, got8, x8)
487 got8 := Reverse8(x8)
489 if got8 != want8 {
490 t.Fatalf("Reverse8(%#02x) == %#02x; want %#02x", x8, got8, want8)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/math/bits/
H A Dbits_test.go342 got8 := RotateLeft8(x8, int(k))
344 if got8 != want8 {
345 t.Fatalf("RotateLeft8(%#02x, %d) == %#02x; want %#02x", x8, k, got8, want8)
347 got8 = RotateLeft8(want8, -int(k))
348 if got8 != x8 {
349 t.Fatalf("RotateLeft8(%#02x, -%d) == %#02x; want %#02x", want8, k, got8, x8)
487 got8 := Reverse8(x8)
489 if got8 != want8 {
490 t.Fatalf("Reverse8(%#02x) == %#02x; want %#02x", x8, got8, want8)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/math/bits/
H A Dbits_test.go342 got8 := RotateLeft8(x8, int(k))
344 if got8 != want8 {
345 t.Fatalf("RotateLeft8(%#02x, %d) == %#02x; want %#02x", x8, k, got8, want8)
347 got8 = RotateLeft8(want8, -int(k))
348 if got8 != x8 {
349 t.Fatalf("RotateLeft8(%#02x, -%d) == %#02x; want %#02x", want8, k, got8, x8)
487 got8 := Reverse8(x8)
489 if got8 != want8 {
490 t.Fatalf("Reverse8(%#02x) == %#02x; want %#02x", x8, got8, want8)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/math/bits/
H A Dbits_test.go342 got8 := RotateLeft8(x8, int(k))
344 if got8 != want8 {
345 t.Fatalf("RotateLeft8(%#02x, %d) == %#02x; want %#02x", x8, k, got8, want8)
347 got8 = RotateLeft8(want8, -int(k))
348 if got8 != x8 {
349 t.Fatalf("RotateLeft8(%#02x, -%d) == %#02x; want %#02x", want8, k, got8, x8)
487 got8 := Reverse8(x8)
489 if got8 != want8 {
490 t.Fatalf("Reverse8(%#02x) == %#02x; want %#02x", x8, got8, want8)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/math/bits/
H A Dbits_test.go342 got8 := RotateLeft8(x8, int(k))
344 if got8 != want8 {
345 t.Fatalf("RotateLeft8(%#02x, %d) == %#02x; want %#02x", x8, k, got8, want8)
347 got8 = RotateLeft8(want8, -int(k))
348 if got8 != x8 {
349 t.Fatalf("RotateLeft8(%#02x, -%d) == %#02x; want %#02x", want8, k, got8, x8)
487 got8 := Reverse8(x8)
489 if got8 != want8 {
490 t.Fatalf("Reverse8(%#02x) == %#02x; want %#02x", x8, got8, want8)

123