Home
last modified time | relevance | path

Searched refs:diag (Results 1 – 25 of 7616) sorted by relevance

12345678910>>...305

/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/adaptors/diagonalmatrix/
H A DSparseTest2.cpp139 if( diag(0,0) != 0 || diag(0,1) != 0 || diag(0,2) != 0 || in testScaling()
140 diag(1,0) != 0 || diag(1,1) != 4 || diag(1,2) != 0 || in testScaling()
164 diag = diag * 2; in testScaling()
199 diag = 2 * diag; in testScaling()
269 diag = diag / 2; in testScaling()
449 diag = diag * 2; in testScaling()
484 diag = 2 * diag; in testScaling()
554 diag = diag / 2; in testScaling()
4140 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || diag(0,3) != 0 || in testErase()
4141 diag(1,0) != 0 || diag(1,1) != 2 || diag(1,2) != 0 || diag(1,3) != 0 || in testErase()
[all …]
H A DDenseTest2.cpp134 if( diag(0,0) != 0 || diag(0,1) != 0 || diag(0,2) != 0 || in testScaling()
135 diag(1,0) != 0 || diag(1,1) != 4 || diag(1,2) != 0 || in testScaling()
159 diag = diag * 2; in testScaling()
194 diag = 2 * diag; in testScaling()
264 diag = diag / 2; in testScaling()
444 diag = diag * 2; in testScaling()
479 diag = 2 * diag; in testScaling()
549 diag = diag / 2; in testScaling()
3078 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || diag(0,3) != 0 || in testResize()
3079 diag(1,0) != 0 || diag(1,1) != 2 || diag(1,2) != 0 || diag(1,3) != 0 || in testResize()
[all …]
H A DDenseTest1.cpp247 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || in testConstructors()
248 diag(1,0) != 0 || diag(1,1) != 2 || diag(1,2) != 0 || in testConstructors()
249 diag(2,0) != 0 || diag(2,1) != 0 || diag(2,2) != 3 ) { in testConstructors()
405 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || in testConstructors()
406 diag(1,0) != 0 || diag(1,1) != 2 || diag(1,2) != 0 || in testConstructors()
429 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || in testConstructors()
430 diag(1,0) != 0 || diag(1,1) != 2 || diag(1,2) != 0 || in testConstructors()
468 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || in testConstructors()
469 diag(1,0) != 0 || diag(1,1) != 2 || diag(1,2) != 0 || in testConstructors()
493 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || in testConstructors()
[all …]
H A DSparseTest1.cpp152 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || in testConstructors()
153 diag(1,0) != 0 || diag(1,1) != 2 || diag(1,2) != 0 || in testConstructors()
154 diag(2,0) != 0 || diag(2,1) != 0 || diag(2,2) != 3 ) { in testConstructors()
179 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || in testConstructors()
180 diag(1,0) != 0 || diag(1,1) != 2 || diag(1,2) != 0 || in testConstructors()
181 diag(2,0) != 0 || diag(2,1) != 0 || diag(2,2) != 3 ) { in testConstructors()
326 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || in testConstructors()
327 diag(1,0) != 0 || diag(1,1) != 2 || diag(1,2) != 0 || in testConstructors()
328 diag(2,0) != 0 || diag(2,1) != 0 || diag(2,2) != 3 ) { in testConstructors()
468 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || in testConstructors()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/adaptors/diagonalmatrix/
H A DSubmatrixTest.h199 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || diag(0,3) != 0 || in testAssignment()
200 diag(1,0) != 0 || diag(1,1) != 18 || diag(1,2) != 0 || diag(1,3) != 0 || in testAssignment()
201 diag(2,0) != 0 || diag(2,1) != 0 || diag(2,2) != 11 || diag(2,3) != 0 || in testAssignment()
202 diag(3,0) != 0 || diag(3,1) != 0 || diag(3,2) != 0 || diag(3,3) != 4 ) { in testAssignment()
248 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || diag(0,3) != 0 || in testAssignment()
249 diag(1,0) != 0 || diag(1,1) != 18 || diag(1,2) != 0 || diag(1,3) != 0 || in testAssignment()
250 diag(2,0) != 0 || diag(2,1) != 0 || diag(2,2) != 11 || diag(2,3) != 0 || in testAssignment()
251 diag(3,0) != 0 || diag(3,1) != 0 || diag(3,2) != 0 || diag(3,3) != 4 ) { in testAssignment()
359 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || diag(0,3) != 0 || in testAssignment()
360 diag(1,0) != 0 || diag(1,1) != 18 || diag(1,2) != 0 || diag(1,3) != 0 || in testAssignment()
[all …]
H A DColumnTest.h196 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || in testAssignment()
197 diag(1,0) != 0 || diag(1,1) != 8 || diag(1,2) != 0 || in testAssignment()
198 diag(2,0) != 0 || diag(2,1) != 0 || diag(2,2) != 3 ) { in testAssignment()
301 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || in testAssignment()
302 diag(1,0) != 0 || diag(1,1) != 8 || diag(1,2) != 0 || in testAssignment()
303 diag(2,0) != 0 || diag(2,1) != 0 || diag(2,2) != 3 ) { in testAssignment()
420 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || in testAddAssign()
421 diag(1,0) != 0 || diag(1,1) != 8 || diag(1,2) != 0 || in testAddAssign()
422 diag(2,0) != 0 || diag(2,1) != 0 || diag(2,2) != 3 ) { in testAddAssign()
525 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || in testAddAssign()
[all …]
H A DRowTest.h196 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || in testAssignment()
197 diag(1,0) != 0 || diag(1,1) != 8 || diag(1,2) != 0 || in testAssignment()
198 diag(2,0) != 0 || diag(2,1) != 0 || diag(2,2) != 3 ) { in testAssignment()
301 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || in testAssignment()
302 diag(1,0) != 0 || diag(1,1) != 8 || diag(1,2) != 0 || in testAssignment()
303 diag(2,0) != 0 || diag(2,1) != 0 || diag(2,2) != 3 ) { in testAssignment()
420 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || in testAddAssign()
421 diag(1,0) != 0 || diag(1,1) != 8 || diag(1,2) != 0 || in testAddAssign()
422 diag(2,0) != 0 || diag(2,1) != 0 || diag(2,2) != 3 ) { in testAddAssign()
525 if( diag(0,0) != 1 || diag(0,1) != 0 || diag(0,2) != 0 || in testAddAssign()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/vpbjacobi/
H A Dvpbjacobi.c67 … yy[ncnt] = diag[0]*x0 + diag[6]*x1 + diag[12]*x2 + diag[18]*x3 + diag[24]*x4 + diag[30]*x5; in PCApply_VPBJacobi()
68 … yy[ncnt+1] = diag[1]*x0 + diag[7]*x1 + diag[13]*x2 + diag[19]*x3 + diag[25]*x4 + diag[31]*x5; in PCApply_VPBJacobi()
69 … yy[ncnt+2] = diag[2]*x0 + diag[8]*x1 + diag[14]*x2 + diag[20]*x3 + diag[26]*x4 + diag[32]*x5; in PCApply_VPBJacobi()
70 … yy[ncnt+3] = diag[3]*x0 + diag[9]*x1 + diag[15]*x2 + diag[21]*x3 + diag[27]*x4 + diag[33]*x5; in PCApply_VPBJacobi()
76 …yy[ncnt] = diag[0]*x0 + diag[7]*x1 + diag[14]*x2 + diag[21]*x3 + diag[28]*x4 + diag[35]*x5 + d… in PCApply_VPBJacobi()
77 …yy[ncnt+1] = diag[1]*x0 + diag[8]*x1 + diag[15]*x2 + diag[22]*x3 + diag[29]*x4 + diag[36]*x5 + d… in PCApply_VPBJacobi()
78 …yy[ncnt+2] = diag[2]*x0 + diag[9]*x1 + diag[16]*x2 + diag[23]*x3 + diag[30]*x4 + diag[37]*x5 + d… in PCApply_VPBJacobi()
79 …yy[ncnt+3] = diag[3]*x0 + diag[10]*x1 + diag[17]*x2 + diag[24]*x3 + diag[31]*x4 + diag[38]*x5 + d… in PCApply_VPBJacobi()
80 …yy[ncnt+4] = diag[4]*x0 + diag[11]*x1 + diag[18]*x2 + diag[25]*x3 + diag[32]*x4 + diag[39]*x5 + d… in PCApply_VPBJacobi()
81 …yy[ncnt+5] = diag[5]*x0 + diag[12]*x1 + diag[19]*x2 + diag[26]*x3 + diag[33]*x4 + diag[40]*x5 + d… in PCApply_VPBJacobi()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/tests/unit_tests/mfiles/
H A DDIAG.m1 % Test file for function diag()
5 res1 = diag([]);
11 res4 = diag([1]);
13 res5 = diag([1,2,3]);
15 res6 = diag([1;2;3]);
35 res16 = diag([i]);
37 res17 = diag([i,2i,3i]);
59 res28 = diag(['s']);
113 res55 = diag([],1);
119 res58 = diag([1],1);
[all …]
/dports/sysutils/istio/istio-1.6.7/galley/pkg/config/analysis/msg/
H A Dmessages.gen.go14 InternalError = diag.NewMessageType(diag.Error, "IST0001", "Internal error: %v")
18 Deprecated = diag.NewMessageType(diag.Warning, "IST0002", "Deprecated: %s")
156 return diag.NewMessage(
165 return diag.NewMessage(
174 return diag.NewMessage(
184 return diag.NewMessage(
194 return diag.NewMessage(
202 return diag.NewMessage(
212 return diag.NewMessage(
222 return diag.NewMessage(
[all …]
/dports/math/spot/spot-2.10.2/tests/sanity/
H A Dstyle.test29 diag()
99 diag "missing copyright"
147 diag 'Trailing whitespace.'
156 diag 'Missing space after "if"'
180 diag 'Missing space after "for"'
201 diag 'No space after opening (.'
204 diag 'No space before closing ).'
210 diag 'Space after comma.'
234 diag 'No space before ('
283 diag 'Use "x->y", not "(*x).y"'
[all …]
/dports/math/py-spot/spot-2.10.2/tests/sanity/
H A Dstyle.test29 diag()
99 diag "missing copyright"
147 diag 'Trailing whitespace.'
156 diag 'Missing space after "if"'
180 diag 'Missing space after "for"'
201 diag 'No space after opening (.'
204 diag 'No space before closing ).'
210 diag 'Space after comma.'
234 diag 'No space before ('
283 diag 'Use "x->y", not "(*x).y"'
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/pbjacobi/
H A Dpbjacobi.c153 yy[6*i] = diag[0]*x0 + diag[6]*x1 + diag[12]*x2 + diag[18]*x3 + diag[24]*x4 + diag[30]*x5; in PCApply_PBJacobi_6()
154 yy[6*i+1] = diag[1]*x0 + diag[7]*x1 + diag[13]*x2 + diag[19]*x3 + diag[25]*x4 + diag[31]*x5; in PCApply_PBJacobi_6()
155 yy[6*i+2] = diag[2]*x0 + diag[8]*x1 + diag[14]*x2 + diag[20]*x3 + diag[26]*x4 + diag[32]*x5; in PCApply_PBJacobi_6()
156 yy[6*i+3] = diag[3]*x0 + diag[9]*x1 + diag[15]*x2 + diag[21]*x3 + diag[27]*x4 + diag[33]*x5; in PCApply_PBJacobi_6()
181 …yy[7*i] = diag[0]*x0 + diag[7]*x1 + diag[14]*x2 + diag[21]*x3 + diag[28]*x4 + diag[35]*x5 + di… in PCApply_PBJacobi_7()
182 …yy[7*i+1] = diag[1]*x0 + diag[8]*x1 + diag[15]*x2 + diag[22]*x3 + diag[29]*x4 + diag[36]*x5 + di… in PCApply_PBJacobi_7()
183 …yy[7*i+2] = diag[2]*x0 + diag[9]*x1 + diag[16]*x2 + diag[23]*x3 + diag[30]*x4 + diag[37]*x5 + di… in PCApply_PBJacobi_7()
184 …yy[7*i+3] = diag[3]*x0 + diag[10]*x1 + diag[17]*x2 + diag[24]*x3 + diag[31]*x4 + diag[38]*x5 + di… in PCApply_PBJacobi_7()
185 …yy[7*i+4] = diag[4]*x0 + diag[11]*x1 + diag[18]*x2 + diag[25]*x3 + diag[32]*x4 + diag[39]*x5 + di… in PCApply_PBJacobi_7()
186 …yy[7*i+5] = diag[5]*x0 + diag[12]*x1 + diag[19]*x2 + diag[26]*x3 + diag[33]*x4 + diag[40]*x5 + di… in PCApply_PBJacobi_7()
[all …]
/dports/net-mgmt/check_logfiles/check_logfiles-3.13/t/
H A D002cryornot.t42 diag($cl->has_result());
43 diag($cl->{exitmessage});
44 diag($cl->{perfdata});
54 diag($cl->has_result());
56 diag($cl->{perfdata});
69 diag($cl->{perfdata});
102 diag($cl->{perfdata});
114 diag($cl->{perfdata});
127 diag($cl->{perfdata});
159 diag($cl->{perfdata});
[all …]
H A D028sticky.t43 diag($cl->has_result());
44 diag($cl->{exitmessage});
55 diag($cl->has_result());
56 diag($cl->{exitmessage});
69 diag($cl->has_result());
79 diag($cl->has_result());
92 diag($cl->has_result());
103 diag($cl->has_result());
315 diag("send remedy");
328 diag("send nothing");
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.dg/format/
H A Dgcc_diag-1.c37 diag ("%%"); in foo()
40 diag ("%d%i%o%u%x%c%s%p%%", i, i, u, u, u, i, s, p); in foo()
43 diag ("%ld%li%lo%lu%lx", l, l, ul, ul, ul); in foo()
46 diag ("%lld%lli%llo%llu%llx", ll, ll, ull, ull, ull); in foo()
49 diag ("%wd%wi%wo%wu%wx", ll, ll, ull, ull, ull); in foo()
52 diag ("%.*s", i, s); in foo()
57 diag ("%m"); in foo()
60 diag ("%H", loc); in foo()
63 diag ("%J", t1); in foo()
124 diag ("%X\n", u); /* { dg-warning "format" "HEX" } */ in foo()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.dg/format/
H A Dgcc_diag-1.c37 diag ("%%"); in foo()
40 diag ("%d%i%o%u%x%c%s%p%%", i, i, u, u, u, i, s, p); in foo()
43 diag ("%ld%li%lo%lu%lx", l, l, ul, ul, ul); in foo()
46 diag ("%lld%lli%llo%llu%llx", ll, ll, ull, ull, ull); in foo()
49 diag ("%wd%wi%wo%wu%wx", ll, ll, ull, ull, ull); in foo()
52 diag ("%.*s", i, s); in foo()
57 diag ("%m"); in foo()
60 diag ("%H", loc); in foo()
63 diag ("%J", t1); in foo()
124 diag ("%X\n", u); /* { dg-warning "format" "HEX" } */ in foo()
[all …]
/dports/textproc/p5-Pod-MinimumVersion/Pod-MinimumVersion-50/t/
H A DMyTestHelpers.pm61 MyTestHelpers::diag ($stacktraces);
71 sub diag { subroutine
73 Test::More::diag (@_);
98 MyTestHelpers::diag ("Keys: ",
112 MyTestHelpers::diag ("Test-Weaken:");
117 MyTestHelpers::diag (" unfreed ", $proberef);
120 MyTestHelpers::diag ("search ", $proberef);
263 MyTestHelpers::diag("");
264 MyTestHelpers::diag("X server info");
293 MyTestHelpers::diag("chosen screen: $_");
[all …]
/dports/textproc/p5-HTML-FormatExternal/HTML-FormatExternal-26/t/
H A DMyTestHelpers.pm67 MyTestHelpers::diag ($stacktraces);
77 sub diag { subroutine
79 Test::More::diag (@_);
104 MyTestHelpers::diag ("Keys: ",
128 MyTestHelpers::diag (" unfreed ", $proberef);
131 MyTestHelpers::diag ("search ", $proberef);
287 MyTestHelpers::diag("");
288 MyTestHelpers::diag("X server info");
289 MyTestHelpers::diag("vendor: ",$X->{'vendor'});
317 MyTestHelpers::diag("chosen screen: $_");
[all …]
/dports/textproc/p5-Perl-Critic-Pulp/Perl-Critic-Pulp-99/t/
H A DMyTestHelpers.pm69 MyTestHelpers::diag ($stacktraces);
79 sub diag { subroutine
81 Test::More::diag (@_);
106 MyTestHelpers::diag ("Keys: ",
130 MyTestHelpers::diag (" unfreed ", $proberef);
133 MyTestHelpers::diag ("search ", $proberef);
289 MyTestHelpers::diag("");
290 MyTestHelpers::diag("X server info");
291 MyTestHelpers::diag("vendor: ",$X->{'vendor'});
319 MyTestHelpers::diag("chosen screen: $_");
[all …]
/dports/devel/p5-constant-defer/constant-defer-6/t/
H A DMyTestHelpers.pm67 MyTestHelpers::diag ($stacktraces);
77 sub diag { subroutine
79 Test::More::diag (@_);
104 MyTestHelpers::diag ("Keys: ",
128 MyTestHelpers::diag (" unfreed ", $proberef);
131 MyTestHelpers::diag ("search ", $proberef);
287 MyTestHelpers::diag("");
288 MyTestHelpers::diag("X server info");
289 MyTestHelpers::diag("vendor: ",$X->{'vendor'});
317 MyTestHelpers::diag("chosen screen: $_");
[all …]
/dports/graphics/p5-Image-Base-SVG/Image-Base-SVG-5/t/
H A DMyTestHelpers.pm69 MyTestHelpers::diag ($stacktraces);
79 sub diag { subroutine
81 Test::More::diag (@_);
106 MyTestHelpers::diag ("Keys: ",
130 MyTestHelpers::diag (" unfreed ", $proberef);
133 MyTestHelpers::diag ("search ", $proberef);
289 MyTestHelpers::diag("");
290 MyTestHelpers::diag("X server info");
291 MyTestHelpers::diag("vendor: ",$X->{'vendor'});
319 MyTestHelpers::diag("chosen screen: $_");
[all …]
/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/t/
H A DMyTestHelpers.pm69 MyTestHelpers::diag ($stacktraces);
79 sub diag { subroutine
81 Test::More::diag (@_);
106 MyTestHelpers::diag ("Keys: ",
130 MyTestHelpers::diag (" unfreed ", $proberef);
133 MyTestHelpers::diag ("search ", $proberef);
289 MyTestHelpers::diag("");
290 MyTestHelpers::diag("X server info");
291 MyTestHelpers::diag("vendor: ",$X->{'vendor'});
319 MyTestHelpers::diag("chosen screen: $_");
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/unit_test/gff3flybasewriter_test_cases/
H A DXP_015176697.asn89 diag 84
110 diag 23
131 diag 163
152 diag 33,
154 diag 33,
156 diag 18,
160 diag 12,
164 diag 30,
166 diag 39,
168 diag 100
[all …]
/dports/security/pinentry-qt5/pinentry-1.1.1/pinentry/
H A Dpinentry-curses.c647 move (diag->ok_y, diag->ok_x);
671 move (diag->pin_y, diag->pin_x + diag->pin_loc);
676 move (diag->ok_y, diag->ok_x);
741 diag->pin_loc = diag->pin_len;
777 diag->pin_loc = diag->pin_len;
789 diag->pin_loc = diag->pin_len;
811 if (diag->pin_loc == diag->pin_size && diag->pin_len < diag->pin_max)
814 if (diag->pin_loc < diag->pin_size - (diag->pin_max + 1 - diag->pin_len))
815 diag->pin_loc = diag->pin_size - (diag->pin_max + 1 - diag->pin_len);
833 move (diag->pin_y, diag->pin_x + diag->pin_loc);
[all …]

12345678910>>...305