Home
last modified time | relevance | path

Searched +refs:columns +refs:a (Results 1 – 25 of 62670) sorted by relevance

12345678910>>...2507

/dports/math/jtransforms/JTransforms/src/edu/emory/mathcs/jtransforms/dct/
H A DDoubleDCT_2D.java135 dctColumns.forward(a, i * columns, scale); in forward()
163 temp[r] = a[r * columns + c]; in forward()
167 a[r * columns + c] = temp[r]; in forward()
176 dctColumns.forward(a, i * columns, scale); in forward()
181 temp[r] = a[r * columns + c]; in forward()
185 a[r * columns + c] = temp[r]; in forward()
305 dctColumns.inverse(a, i * columns, scale); in inverse()
346 dctColumns.inverse(a, i * columns, scale); in inverse()
351 temp[r] = a[r * columns + c]; in inverse()
355 a[r * columns + c] = temp[r]; in inverse()
[all …]
H A DFloatDCT_2D.java135 dctColumns.forward(a, i * columns, scale); in forward()
163 temp[r] = a[r * columns + c]; in forward()
167 a[r * columns + c] = temp[r]; in forward()
176 dctColumns.forward(a, i * columns, scale); in forward()
181 temp[r] = a[r * columns + c]; in forward()
185 a[r * columns + c] = temp[r]; in forward()
305 dctColumns.inverse(a, i * columns, scale); in inverse()
346 dctColumns.inverse(a, i * columns, scale); in inverse()
351 temp[r] = a[r * columns + c]; in inverse()
355 a[r * columns + c] = temp[r]; in inverse()
[all …]
/dports/math/jtransforms/JTransforms/src/edu/emory/mathcs/jtransforms/dst/
H A DDoubleDST_2D.java134 dstColumns.forward(a, i * columns, scale); in forward()
162 temp[r] = a[r * columns + c]; in forward()
166 a[r * columns + c] = temp[r]; in forward()
175 dstColumns.forward(a, i * columns, scale); in forward()
180 temp[r] = a[r * columns + c]; in forward()
184 a[r * columns + c] = temp[r]; in forward()
304 dstColumns.inverse(a, i * columns, scale); in inverse()
345 dstColumns.inverse(a, i * columns, scale); in inverse()
350 temp[r] = a[r * columns + c]; in inverse()
354 a[r * columns + c] = temp[r]; in inverse()
[all …]
H A DFloatDST_2D.java134 dstColumns.forward(a, i * columns, scale); in forward()
162 temp[r] = a[r * columns + c]; in forward()
166 a[r * columns + c] = temp[r]; in forward()
175 dstColumns.forward(a, i * columns, scale); in forward()
180 temp[r] = a[r * columns + c]; in forward()
184 a[r * columns + c] = temp[r]; in forward()
304 dstColumns.inverse(a, i * columns, scale); in inverse()
345 dstColumns.inverse(a, i * columns, scale); in inverse()
350 temp[r] = a[r * columns + c]; in inverse()
354 a[r * columns + c] = temp[r]; in inverse()
[all …]
/dports/math/jtransforms/JTransforms/src/edu/emory/mathcs/jtransforms/fft/
H A DFloatFFT_2D.java2558 a[idx2 + columns] = a[idx3 + 1]; in fillSymmetric()
2559 a[idx2 + columns + 1] = -a[idx3]; in fillSymmetric()
2582 a[columns] = -a[1]; in fillSymmetric()
2585 a[idx1 + columns] = -a[idx1 + 1]; in fillSymmetric()
2587 a[idx1 + columns + 1] = 0; in fillSymmetric()
2617 a[r][columns] = a[idx1][1]; in fillSymmetric()
2645 a[r][columns] = a[idx1][1]; in fillSymmetric()
2646 a[r][columns + 1] = -a[idx1][0]; in fillSymmetric()
2665 a[0][columns] = -a[0][1]; in fillSymmetric()
2667 a[n1d2][columns] = -a[n1d2][1]; in fillSymmetric()
[all …]
H A DDoubleFFT_2D.java2558 a[idx2 + columns] = a[idx3 + 1]; in fillSymmetric()
2559 a[idx2 + columns + 1] = -a[idx3]; in fillSymmetric()
2582 a[columns] = -a[1]; in fillSymmetric()
2585 a[idx1 + columns] = -a[idx1 + 1]; in fillSymmetric()
2587 a[idx1 + columns + 1] = 0; in fillSymmetric()
2617 a[r][columns] = a[idx1][1]; in fillSymmetric()
2645 a[r][columns] = a[idx1][1]; in fillSymmetric()
2646 a[r][columns + 1] = -a[idx1][0]; in fillSymmetric()
2665 a[0][columns] = -a[0][1]; in fillSymmetric()
2667 a[n1d2][columns] = -a[n1d2][1]; in fillSymmetric()
[all …]
/dports/math/jtransforms/JTransforms/src/edu/emory/mathcs/jtransforms/dht/
H A DDoubleDHT_2D.java132 dhtColumns.forward(a, i * columns); in forward()
161 temp[r] = a[r * columns + c]; in forward()
165 a[r * columns + c] = temp[r]; in forward()
175 dhtColumns.forward(a, i * columns); in forward()
180 temp[r] = a[r * columns + c]; in forward()
184 a[r * columns + c] = temp[r]; in forward()
307 dhtColumns.inverse(a, i * columns, scale); in inverse()
351 dhtColumns.inverse(a, i * columns, scale); in inverse()
356 temp[r] = a[r * columns + c]; in inverse()
360 a[r * columns + c] = temp[r]; in inverse()
[all …]
H A DFloatDHT_2D.java132 dhtColumns.forward(a, i * columns); in forward()
161 temp[r] = a[r * columns + c]; in forward()
165 a[r * columns + c] = temp[r]; in forward()
175 dhtColumns.forward(a, i * columns); in forward()
180 temp[r] = a[r * columns + c]; in forward()
184 a[r * columns + c] = temp[r]; in forward()
307 dhtColumns.inverse(a, i * columns, scale); in inverse()
351 dhtColumns.inverse(a, i * columns, scale); in inverse()
356 temp[r] = a[r * columns + c]; in inverse()
360 a[r * columns + c] = temp[r]; in inverse()
[all …]
/dports/biology/tRNAscan-SE/tRNAscan-SE-2.0/lib/tRNAscanSE/
H A DIntResultFile.pm376 if ((($a->[1] eq $b->[1]) && ($a->[1] eq "+")) ||
377 ($a->[1] ne $b->[1]))
379 return ($a->[2] <=> $b->[2] ||
380 $a->[1] cmp $b->[1] ||
381 $a->[3] <=> $b->[3]);
383 if (($a->[1] eq $b->[1]) && ($a->[1] eq "-"))
385 return ($a->[2] <=> $b->[2] ||
386 $b->[1] cmp $a->[1] ||
387 $b->[4] <=> $a->[4]);
393 return ($a->[2] <=> $b->[2] ||
[all …]
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zx/bifrost2/z80/
H A DBIFROST2_ENGINE.asm.m427 ld a, $fe
28 ld i, a
46 ; ld i, a
95 ld a, e
97 ld e, a
100 ld e, a
101 xor a
104 ld a, d
109 sbc a, a
149 inc a
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/css/css-grid/grid-definition/
H A Dgrid-inline-support-named-grid-lines-001.html.ini2 ['grid' with: grid-template-columns: [a auto [b\]; and grid-template-rows: [a auto [b\];]
5 ['grid' with: grid-template-columns: [#a\] auto [$b\]; and grid-template-rows: [#a\] auto [$b\];]
11 ['grid' with: grid-template-columns: 'a' auto 'b'; and grid-template-rows: 'a' auto 'b';]
14 ['grid' with: grid-template-columns: [a\]; and grid-template-rows: [a\];]
32 …['grid' with: grid-template-columns: [a, b\] auto [a, b\]; and grid-template-rows: [a, b\] auto [a
35 ['grid' with: grid-template-columns: [a\] none [b\]; and grid-template-rows: [a\] none [b\];]
38 ['grid' with: grid-template-columns: (a) auto (b); and grid-template-rows: (a) auto (b);]
44 ['grid' with: grid-template-columns: [a b\]; and grid-template-rows: [a b\];]
47 ['grid' with: grid-template-columns: [a\] [b\]; and grid-template-rows: [a\] [b\];]
50 ['grid' with: grid-template-columns: a auto b; and grid-template-rows: a auto b;]
[all …]
H A Dgrid-support-named-grid-lines-001.html.ini2 ['grid' with: grid-template-columns: [a auto [b\]; and grid-template-rows: [a auto [b\];]
5 ['grid' with: grid-template-columns: [#a\] auto [$b\]; and grid-template-rows: [#a\] auto [$b\];]
11 ['grid' with: grid-template-columns: 'a' auto 'b'; and grid-template-rows: 'a' auto 'b';]
14 ['grid' with: grid-template-columns: [a\]; and grid-template-rows: [a\];]
32 …['grid' with: grid-template-columns: [a, b\] auto [a, b\]; and grid-template-rows: [a, b\] auto [a
35 ['grid' with: grid-template-columns: [a\] none [b\]; and grid-template-rows: [a\] none [b\];]
38 ['grid' with: grid-template-columns: (a) auto (b); and grid-template-rows: (a) auto (b);]
44 ['grid' with: grid-template-columns: [a b\]; and grid-template-rows: [a b\];]
47 ['grid' with: grid-template-columns: [a\] [b\]; and grid-template-rows: [a\] [b\];]
50 ['grid' with: grid-template-columns: a auto b; and grid-template-rows: a auto b;]
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/css/css-grid/grid-definition/
H A Dgrid-inline-support-named-grid-lines-001.html.ini2 ['grid' with: grid-template-columns: [a auto [b\]; and grid-template-rows: [a auto [b\];]
5 ['grid' with: grid-template-columns: [#a\] auto [$b\]; and grid-template-rows: [#a\] auto [$b\];]
11 ['grid' with: grid-template-columns: 'a' auto 'b'; and grid-template-rows: 'a' auto 'b';]
14 ['grid' with: grid-template-columns: [a\]; and grid-template-rows: [a\];]
32 …['grid' with: grid-template-columns: [a, b\] auto [a, b\]; and grid-template-rows: [a, b\] auto [a
35 ['grid' with: grid-template-columns: [a\] none [b\]; and grid-template-rows: [a\] none [b\];]
38 ['grid' with: grid-template-columns: (a) auto (b); and grid-template-rows: (a) auto (b);]
44 ['grid' with: grid-template-columns: [a b\]; and grid-template-rows: [a b\];]
47 ['grid' with: grid-template-columns: [a\] [b\]; and grid-template-rows: [a\] [b\];]
50 ['grid' with: grid-template-columns: a auto b; and grid-template-rows: a auto b;]
[all …]
H A Dgrid-support-named-grid-lines-001.html.ini2 ['grid' with: grid-template-columns: [a auto [b\]; and grid-template-rows: [a auto [b\];]
5 ['grid' with: grid-template-columns: [#a\] auto [$b\]; and grid-template-rows: [#a\] auto [$b\];]
11 ['grid' with: grid-template-columns: 'a' auto 'b'; and grid-template-rows: 'a' auto 'b';]
14 ['grid' with: grid-template-columns: [a\]; and grid-template-rows: [a\];]
32 …['grid' with: grid-template-columns: [a, b\] auto [a, b\]; and grid-template-rows: [a, b\] auto [a
35 ['grid' with: grid-template-columns: [a\] none [b\]; and grid-template-rows: [a\] none [b\];]
38 ['grid' with: grid-template-columns: (a) auto (b); and grid-template-rows: (a) auto (b);]
44 ['grid' with: grid-template-columns: [a b\]; and grid-template-rows: [a b\];]
47 ['grid' with: grid-template-columns: [a\] [b\]; and grid-template-rows: [a\] [b\];]
50 ['grid' with: grid-template-columns: a auto b; and grid-template-rows: a auto b;]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/css/css-grid/grid-definition/
H A Dgrid-inline-support-named-grid-lines-001.html.ini2 ['grid' with: grid-template-columns: [a auto [b\]; and grid-template-rows: [a auto [b\];]
5 ['grid' with: grid-template-columns: [#a\] auto [$b\]; and grid-template-rows: [#a\] auto [$b\];]
11 ['grid' with: grid-template-columns: 'a' auto 'b'; and grid-template-rows: 'a' auto 'b';]
14 ['grid' with: grid-template-columns: [a\]; and grid-template-rows: [a\];]
32 …['grid' with: grid-template-columns: [a, b\] auto [a, b\]; and grid-template-rows: [a, b\] auto [a
35 ['grid' with: grid-template-columns: [a\] none [b\]; and grid-template-rows: [a\] none [b\];]
38 ['grid' with: grid-template-columns: (a) auto (b); and grid-template-rows: (a) auto (b);]
44 ['grid' with: grid-template-columns: [a b\]; and grid-template-rows: [a b\];]
47 ['grid' with: grid-template-columns: [a\] [b\]; and grid-template-rows: [a\] [b\];]
50 ['grid' with: grid-template-columns: a auto b; and grid-template-rows: a auto b;]
[all …]
H A Dgrid-support-named-grid-lines-001.html.ini2 ['grid' with: grid-template-columns: [a auto [b\]; and grid-template-rows: [a auto [b\];]
5 ['grid' with: grid-template-columns: [#a\] auto [$b\]; and grid-template-rows: [#a\] auto [$b\];]
11 ['grid' with: grid-template-columns: 'a' auto 'b'; and grid-template-rows: 'a' auto 'b';]
14 ['grid' with: grid-template-columns: [a\]; and grid-template-rows: [a\];]
32 …['grid' with: grid-template-columns: [a, b\] auto [a, b\]; and grid-template-rows: [a, b\] auto [a
35 ['grid' with: grid-template-columns: [a\] none [b\]; and grid-template-rows: [a\] none [b\];]
38 ['grid' with: grid-template-columns: (a) auto (b); and grid-template-rows: (a) auto (b);]
44 ['grid' with: grid-template-columns: [a b\]; and grid-template-rows: [a b\];]
47 ['grid' with: grid-template-columns: [a\] [b\]; and grid-template-rows: [a\] [b\];]
50 ['grid' with: grid-template-columns: a auto b; and grid-template-rows: a auto b;]
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/css/css-grid/grid-definition/
H A Dgrid-inline-support-named-grid-lines-001.html.ini2 ['grid' with: grid-template-columns: [a auto [b\]; and grid-template-rows: [a auto [b\];]
5 ['grid' with: grid-template-columns: [#a\] auto [$b\]; and grid-template-rows: [#a\] auto [$b\];]
11 ['grid' with: grid-template-columns: 'a' auto 'b'; and grid-template-rows: 'a' auto 'b';]
14 ['grid' with: grid-template-columns: [a\]; and grid-template-rows: [a\];]
32 …['grid' with: grid-template-columns: [a, b\] auto [a, b\]; and grid-template-rows: [a, b\] auto [a
35 ['grid' with: grid-template-columns: [a\] none [b\]; and grid-template-rows: [a\] none [b\];]
38 ['grid' with: grid-template-columns: (a) auto (b); and grid-template-rows: (a) auto (b);]
44 ['grid' with: grid-template-columns: [a b\]; and grid-template-rows: [a b\];]
47 ['grid' with: grid-template-columns: [a\] [b\]; and grid-template-rows: [a\] [b\];]
50 ['grid' with: grid-template-columns: a auto b; and grid-template-rows: a auto b;]
[all …]
H A Dgrid-support-named-grid-lines-001.html.ini2 ['grid' with: grid-template-columns: [a auto [b\]; and grid-template-rows: [a auto [b\];]
5 ['grid' with: grid-template-columns: [#a\] auto [$b\]; and grid-template-rows: [#a\] auto [$b\];]
11 ['grid' with: grid-template-columns: 'a' auto 'b'; and grid-template-rows: 'a' auto 'b';]
14 ['grid' with: grid-template-columns: [a\]; and grid-template-rows: [a\];]
32 …['grid' with: grid-template-columns: [a, b\] auto [a, b\]; and grid-template-rows: [a, b\] auto [a
35 ['grid' with: grid-template-columns: [a\] none [b\]; and grid-template-rows: [a\] none [b\];]
38 ['grid' with: grid-template-columns: (a) auto (b); and grid-template-rows: (a) auto (b);]
44 ['grid' with: grid-template-columns: [a b\]; and grid-template-rows: [a b\];]
47 ['grid' with: grid-template-columns: [a\] [b\]; and grid-template-rows: [a\] [b\];]
50 ['grid' with: grid-template-columns: a auto b; and grid-template-rows: a auto b;]
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/tdewolff/minify/v2/benchmarks/
H A Dsample_gumby.css33 a img { border: none; }
55 .icon-note.icon-left a:before, .icon-note.icon-right a:after, i.icon-note:before { content: "\\266a
639 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #d04526; }
725 a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
1352 .btn.medium a, .skiplink.medium a { position: relative; padding: 0 16px; }
1357 .btn.medium a, .skiplink.medium a { padding: 0 18.4133px; }
1364 .btn.small a, .skiplink.small a { padding: 0 9.88854px; }
1563 .badge a, .label a { color: #fff; }
1568 .badge.default a, .label.default a { color: #555555; }
1572 .badge.warning a, .label.warning a { color: #644405; }
[all …]
/dports/textproc/minify/minify-2.9.22/benchmarks/
H A Dsample_gumby.css33 a img { border: none; }
55 .icon-note.icon-left a:before, .icon-note.icon-right a:after, i.icon-note:before { content: "\\266a
639 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #d04526; }
725 a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
1352 .btn.medium a, .skiplink.medium a { position: relative; padding: 0 16px; }
1357 .btn.medium a, .skiplink.medium a { padding: 0 18.4133px; }
1364 .btn.small a, .skiplink.small a { padding: 0 9.88854px; }
1563 .badge a, .label a { color: #fff; }
1568 .badge.default a, .label.default a { color: #555555; }
1572 .badge.warning a, .label.warning a { color: #644405; }
[all …]
/dports/www/miniflux/v2-2.0.35/vendor/github.com/tdewolff/minify/v2/benchmarks/
H A Dsample_gumby.css33 a img { border: none; }
55 .icon-note.icon-left a:before, .icon-note.icon-right a:after, i.icon-note:before { content: "\\266a
639 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #d04526; }
725 a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
1352 .btn.medium a, .skiplink.medium a { position: relative; padding: 0 16px; }
1357 .btn.medium a, .skiplink.medium a { padding: 0 18.4133px; }
1364 .btn.small a, .skiplink.small a { padding: 0 9.88854px; }
1563 .badge a, .label a { color: #fff; }
1568 .badge.default a, .label.default a { color: #555555; }
1572 .badge.warning a, .label.warning a { color: #644405; }
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/css/css-grid/parsing/
H A Dgrid-template-columns-computed-implicit-track.html.ini5 …[Property grid-template-columns value '1px [a\] repeat(auto-fill, 2px 3px) [b\] 4px' computes to '…
11 …[Property grid-template-columns value '1px [a\] repeat(1, [b\] 2px [c\]) [d\] 3px' computes to '10…
14 …[Property grid-template-columns value '100% [a\] repeat(auto-fit, [b\] 200% [c\]) [d\] 300%' compu…
17 [Property grid-template-columns value '1px [a\] 2px' computes to '10px 1px [a\] 2px']
26 [Property grid-template-columns value '[a\] 1px' computes to '10px [a\] 1px']
29 …[Property grid-template-columns value '1px [a\] repeat(1, 2px 3px) [b\] 4px' computes to '10px 1px…
32 …[Property grid-template-columns value '100% [a\] repeat(1, [b\] 200% [c\]) [d\] 300%' computes to …
50 [Property grid-template-columns value '1px [a\]' computes to '10px 1px [a\]']
56 …[Property grid-template-columns value '[a\] 1px repeat(1, 2px [b\] 3px) 4px [d\]' computes to '10p…
65 …[Property grid-template-columns value '1px [a\] repeat(auto-fit, 2px 3px) [b\] 4px' computes to '1…
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/css/css-grid/parsing/
H A Dgrid-template-columns-computed-implicit-track.html.ini5 …[Property grid-template-columns value '1px [a\] repeat(auto-fill, 2px 3px) [b\] 4px' computes to '…
11 …[Property grid-template-columns value '1px [a\] repeat(1, [b\] 2px [c\]) [d\] 3px' computes to '10…
14 …[Property grid-template-columns value '100% [a\] repeat(auto-fit, [b\] 200% [c\]) [d\] 300%' compu…
17 [Property grid-template-columns value '1px [a\] 2px' computes to '10px 1px [a\] 2px']
26 [Property grid-template-columns value '[a\] 1px' computes to '10px [a\] 1px']
29 …[Property grid-template-columns value '1px [a\] repeat(1, 2px 3px) [b\] 4px' computes to '10px 1px…
32 …[Property grid-template-columns value '100% [a\] repeat(1, [b\] 200% [c\]) [d\] 300%' computes to …
50 [Property grid-template-columns value '1px [a\]' computes to '10px 1px [a\]']
56 …[Property grid-template-columns value '[a\] 1px repeat(1, 2px [b\] 3px) 4px [d\]' computes to '10p…
65 …[Property grid-template-columns value '1px [a\] repeat(auto-fit, 2px 3px) [b\] 4px' computes to '1…
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/css/css-grid/parsing/
H A Dgrid-template-columns-computed-implicit-track.html.ini5 …[Property grid-template-columns value '1px [a\] repeat(auto-fill, 2px 3px) [b\] 4px' computes to '…
11 …[Property grid-template-columns value '1px [a\] repeat(1, [b\] 2px [c\]) [d\] 3px' computes to '10…
14 …[Property grid-template-columns value '100% [a\] repeat(auto-fit, [b\] 200% [c\]) [d\] 300%' compu…
17 [Property grid-template-columns value '1px [a\] 2px' computes to '10px 1px [a\] 2px']
26 [Property grid-template-columns value '[a\] 1px' computes to '10px [a\] 1px']
29 …[Property grid-template-columns value '1px [a\] repeat(1, 2px 3px) [b\] 4px' computes to '10px 1px…
32 …[Property grid-template-columns value '100% [a\] repeat(1, [b\] 200% [c\]) [d\] 300%' computes to …
50 [Property grid-template-columns value '1px [a\]' computes to '10px 1px [a\]']
56 …[Property grid-template-columns value '[a\] 1px repeat(1, 2px [b\] 3px) 4px [d\]' computes to '10p…
65 …[Property grid-template-columns value '1px [a\] repeat(auto-fit, 2px 3px) [b\] 4px' computes to '1…
[all …]
/dports/science/cdk/cdk-cdk-2.3/legacy/src/main/java/org/openscience/cdk/math/
H A DIMatrix.java203 public IVector mul(IVector a) { in mul() argument
205 mul(a, result); in mul()
212 public void mul(IVector a, IVector result) { in mul() argument
213 if ((a == null) || (columns != a.size)) return; in mul()
223 realsum += realmatrix[i][j] * a.realvector[j] - imagmatrix[i][j] * a.imagvector[j]; in mul()
224 imagsum += realmatrix[i][j] * a.imagvector[j] + imagmatrix[i][j] * a.realvector[j]; in mul()
234 public IMatrix mul(Complex a) { in mul() argument
236 mul(a, result); in mul()
243 public void mul(Complex a, IMatrix result) { in mul() argument
249 result.realmatrix[i][j] = realmatrix[i][j] * a.real - imagmatrix[i][j] * a.imag; in mul()
[all …]

12345678910>>...2507