Home
last modified time | relevance | path

Searched refs:lower2 (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/adaptors/lowermatrix/
H A DSparseTest1.cpp230 if( lower2(0,0) != 1 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
231 lower2(1,0) != -4 || lower2(1,1) != 2 || lower2(1,2) != 0 || in testConstructors()
232 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 3 ) { in testConstructors()
281 if( lower2(0,0) != 1 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
282 lower2(1,0) != -4 || lower2(1,1) != 2 || lower2(1,2) != 0 || in testConstructors()
283 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 3 ) { in testConstructors()
391 if( lower2(0,0) != 1 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
392 lower2(1,0) != -4 || lower2(1,1) != 2 || lower2(1,2) != 0 || in testConstructors()
393 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 3 ) { in testConstructors()
533 if( lower2(0,0) != 1 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
[all …]
H A DDenseTest1.cpp308 if( lower2(0,0) != 1 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
309 lower2(1,0) != -4 || lower2(1,1) != 2 || lower2(1,2) != 0 || in testConstructors()
310 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 3 ) { in testConstructors()
598 if( lower2(0,0) != 1 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
599 lower2(1,0) != -4 || lower2(1,1) != 2 || lower2(1,2) != 0 || in testConstructors()
600 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 3 ) { in testConstructors()
649 if( lower2(0,0) != 1 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
650 lower2(1,0) != -4 || lower2(1,1) != 2 || lower2(1,2) != 0 || in testConstructors()
651 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 3 ) { in testConstructors()
866 if( lower2(0,0) != 1 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
[all …]
H A DDenseTest2.cpp284 if( lower2(0,0) != 2 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testMultAssign()
285 lower2(1,0) != -8 || lower2(1,1) != 4 || lower2(1,2) != 0 || in testMultAssign()
286 lower2(2,0) != 14 || lower2(2,1) != 0 || lower2(2,2) != 6 ) { in testMultAssign()
323 if( lower2(0,0) != 2 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testMultAssign()
324 lower2(1,0) != -8 || lower2(1,1) != 4 || lower2(1,2) != 0 || in testMultAssign()
325 lower2(2,0) != 14 || lower2(2,1) != 0 || lower2(2,2) != 6 ) { in testMultAssign()
507 if( lower2(0,0) != 2 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testMultAssign()
508 lower2(1,0) != -8 || lower2(1,1) != 4 || lower2(1,2) != 0 || in testMultAssign()
546 if( lower2(0,0) != 2 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testMultAssign()
4293 if( lower2(0,0) != 1 || lower2(0,1) != 0 || lower2(1,0) != 2 || lower2(1,1) != 3 ) { in testSwap()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/adaptors/strictlylowermatrix/
H A DSparseTest1.cpp230 if( lower2(0,0) != 0 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
231 lower2(1,0) != -4 || lower2(1,1) != 0 || lower2(1,2) != 0 || in testConstructors()
232 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 0 ) { in testConstructors()
278 if( lower2(0,0) != 0 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
279 lower2(1,0) != -4 || lower2(1,1) != 0 || lower2(1,2) != 0 || in testConstructors()
280 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 0 ) { in testConstructors()
379 if( lower2(0,0) != 0 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
380 lower2(1,0) != -4 || lower2(1,1) != 0 || lower2(1,2) != 0 || in testConstructors()
381 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 0 ) { in testConstructors()
518 if( lower2(0,0) != 0 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
[all …]
H A DDenseTest1.cpp320 if( lower2(0,0) != 0 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
321 lower2(1,0) != -4 || lower2(1,1) != 0 || lower2(1,2) != 0 || in testConstructors()
322 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 0 ) { in testConstructors()
611 if( lower2(0,0) != 0 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
612 lower2(1,0) != -4 || lower2(1,1) != 0 || lower2(1,2) != 0 || in testConstructors()
613 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 0 ) { in testConstructors()
659 if( lower2(0,0) != 0 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
660 lower2(1,0) != -4 || lower2(1,1) != 0 || lower2(1,2) != 0 || in testConstructors()
661 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 0 ) { in testConstructors()
888 if( lower2(0,0) != 0 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/adaptors/unilowermatrix/
H A DSparseTest1.cpp227 if( lower2(0,0) != 1 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
228 lower2(1,0) != -4 || lower2(1,1) != 1 || lower2(1,2) != 0 || in testConstructors()
229 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 1 ) { in testConstructors()
275 if( lower2(0,0) != 1 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
276 lower2(1,0) != -4 || lower2(1,1) != 1 || lower2(1,2) != 0 || in testConstructors()
277 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 1 ) { in testConstructors()
382 if( lower2(0,0) != 1 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
383 lower2(1,0) != -4 || lower2(1,1) != 1 || lower2(1,2) != 0 || in testConstructors()
384 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 1 ) { in testConstructors()
521 if( lower2(0,0) != 1 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
[all …]
H A DDenseTest1.cpp326 if( lower2(0,0) != 1 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
327 lower2(1,0) != -4 || lower2(1,1) != 1 || lower2(1,2) != 0 || in testConstructors()
328 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 1 ) { in testConstructors()
617 if( lower2(0,0) != 1 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
618 lower2(1,0) != -4 || lower2(1,1) != 1 || lower2(1,2) != 0 || in testConstructors()
619 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 1 ) { in testConstructors()
665 if( lower2(0,0) != 1 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
666 lower2(1,0) != -4 || lower2(1,1) != 1 || lower2(1,2) != 0 || in testConstructors()
667 lower2(2,0) != 7 || lower2(2,1) != 0 || lower2(2,2) != 1 ) { in testConstructors()
900 if( lower2(0,0) != 1 || lower2(0,1) != 0 || lower2(0,2) != 0 || in testConstructors()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/iostreams/test/
H A Dwrite_bidir_filter_test.hpp31 temp_file lower2; in write_bidirectional_filter_test() local
34 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
49 temp_file lower2; in write_bidirectional_filter_test() local
53 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
66 temp_file lower2; in write_bidirectional_filter_test() local
70 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
83 temp_file lower2; in write_bidirectional_filter_test() local
87 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
100 temp_file lower2; in write_bidirectional_filter_test() local
104 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/iostreams/test/
H A Dwrite_bidir_filter_test.hpp31 temp_file lower2; in write_bidirectional_filter_test() local
34 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
49 temp_file lower2; in write_bidirectional_filter_test() local
53 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
66 temp_file lower2; in write_bidirectional_filter_test() local
70 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
83 temp_file lower2; in write_bidirectional_filter_test() local
87 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
100 temp_file lower2; in write_bidirectional_filter_test() local
104 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/iostreams/test/
H A Dwrite_bidir_filter_test.hpp31 temp_file lower2; in write_bidirectional_filter_test() local
34 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
49 temp_file lower2; in write_bidirectional_filter_test() local
53 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
66 temp_file lower2; in write_bidirectional_filter_test() local
70 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
83 temp_file lower2; in write_bidirectional_filter_test() local
87 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
100 temp_file lower2; in write_bidirectional_filter_test() local
104 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/iostreams/test/
H A Dwrite_bidir_filter_test.hpp31 temp_file lower2; in write_bidirectional_filter_test() local
34 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
49 temp_file lower2; in write_bidirectional_filter_test() local
53 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
66 temp_file lower2; in write_bidirectional_filter_test() local
70 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
83 temp_file lower2; in write_bidirectional_filter_test() local
87 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
100 temp_file lower2; in write_bidirectional_filter_test() local
104 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/iostreams/test/
H A Dwrite_bidir_filter_test.hpp31 temp_file lower2; in write_bidirectional_filter_test() local
34 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
49 temp_file lower2; in write_bidirectional_filter_test() local
53 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
66 temp_file lower2; in write_bidirectional_filter_test() local
70 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
83 temp_file lower2; in write_bidirectional_filter_test() local
87 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
100 temp_file lower2; in write_bidirectional_filter_test() local
104 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/iostreams/test/
H A Dwrite_bidir_filter_test.hpp31 temp_file lower2; in write_bidirectional_filter_test() local
34 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
49 temp_file lower2; in write_bidirectional_filter_test() local
53 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
66 temp_file lower2; in write_bidirectional_filter_test() local
70 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
83 temp_file lower2; in write_bidirectional_filter_test() local
87 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
100 temp_file lower2; in write_bidirectional_filter_test() local
104 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/iostreams/test/
H A Dwrite_bidir_filter_test.hpp31 temp_file lower2; in write_bidirectional_filter_test() local
34 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
49 temp_file lower2; in write_bidirectional_filter_test() local
53 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
66 temp_file lower2; in write_bidirectional_filter_test() local
70 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
83 temp_file lower2; in write_bidirectional_filter_test() local
87 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
100 temp_file lower2; in write_bidirectional_filter_test() local
104 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/iostreams/test/
H A Dwrite_bidir_filter_test.hpp31 temp_file lower2; in write_bidirectional_filter_test() local
34 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
49 temp_file lower2; in write_bidirectional_filter_test() local
53 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
66 temp_file lower2; in write_bidirectional_filter_test() local
70 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
83 temp_file lower2; in write_bidirectional_filter_test() local
87 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
100 temp_file lower2; in write_bidirectional_filter_test() local
104 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/iostreams/test/
H A Dwrite_bidir_filter_test.hpp31 temp_file lower2; in write_bidirectional_filter_test() local
34 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
49 temp_file lower2; in write_bidirectional_filter_test() local
53 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
66 temp_file lower2; in write_bidirectional_filter_test() local
70 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
83 temp_file lower2; in write_bidirectional_filter_test() local
87 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
100 temp_file lower2; in write_bidirectional_filter_test() local
104 dest.open(lower2.name().c_str(), mode); in write_bidirectional_filter_test()
[all …]
/dports/audio/vimpc/vimpc-0.09.2/src/
H A Dalgorithm.cpp53 std::string const lower2(PrepString(s2, ignoreLeadingThe)); in icompare() local
57 return (strcasecmp(lower1.c_str(), lower2.c_str()) < 0); in icompare()
59 return (lower1 < lower2); in icompare()
65 std::string lower2(PrepString(s2, ignoreLeadingThe)); in imatch() local
67 if (lower1.size() > lower2.size()) in imatch()
69 lower1 = lower1.substr(0, lower2.length()); in imatch()
71 else if (lower2.size() > lower1.size()) in imatch()
73 lower2 = lower2.substr(0, lower1.length()); in imatch()
81 return (lower1 == lower2); in imatch()
93 std::string lower2(PrepString(s2, ignoreLeadingThe)); in iequals() local
[all …]
/dports/science/libcint/libcint-5.1.0/src/
H A Dfmt.c302 double lower2 = lower * lower; in fmt1_erfc_like() local
307 e1 *= _pow(lower2, m); in fmt1_erfc_like()
316 x1 *= lower2; in fmt1_erfc_like()
324 e1 /= lower2; in fmt1_erfc_like()
336 double lower2 = lower * lower; in fmt_erfc_like() local
413 e1 *= _powl(lower2, m); in fmt1_lerfc_like()
422 x1 *= lower2; in fmt1_lerfc_like()
430 e1 /= lower2; in fmt1_lerfc_like()
533 e1 *= _powq(lower2, m); in fmt1_qerfc_like()
542 x1 *= lower2; in fmt1_qerfc_like()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/generics/inference/EagerReturnTypeResolution/
H A DEagerReturnTypeResolutionTestb.java53 takeI(lower2(i1, i2)); // ok* in testMultiCaptureOK()
54 takeI(lower2(i1, i3)); // ok* in testMultiCaptureOK()
60 takeI(lower2(j1, j2)); // ok* in testMultiCaptureOK()
61 takeI(lower2(j1, k1)); // ok, no capture in testMultiCaptureOK()
69 takeI(lower2(j2, k1)); // ok* in testMultiCaptureOK()
77 takeIString(lower2(i1, i2)); // ERROR in testMultiCaptureKO()
81 iStringField = lower2(i1, i2); // ERROR in testMultiCaptureKO()
86 takeIString(lower2(i1, i3)); // ERROR in testMultiCaptureKO()
89 iStringField = lower2(i1, i3); // ERROR in testMultiCaptureKO()
94 takeIString(lower2(j1, j2)); // ERROR in testMultiCaptureKO()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/generics/inference/EagerReturnTypeResolution/
H A DEagerReturnTypeResolutionTestb.java53 takeI(lower2(i1, i2)); // ok* in testMultiCaptureOK()
54 takeI(lower2(i1, i3)); // ok* in testMultiCaptureOK()
60 takeI(lower2(j1, j2)); // ok* in testMultiCaptureOK()
61 takeI(lower2(j1, k1)); // ok, no capture in testMultiCaptureOK()
69 takeI(lower2(j2, k1)); // ok* in testMultiCaptureOK()
77 takeIString(lower2(i1, i2)); // ERROR in testMultiCaptureKO()
81 iStringField = lower2(i1, i2); // ERROR in testMultiCaptureKO()
86 takeIString(lower2(i1, i3)); // ERROR in testMultiCaptureKO()
89 iStringField = lower2(i1, i3); // ERROR in testMultiCaptureKO()
94 takeIString(lower2(j1, j2)); // ERROR in testMultiCaptureKO()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/generics/inference/EagerReturnTypeResolution/
H A DEagerReturnTypeResolutionTestb.java53 takeI(lower2(i1, i2)); // ok* in testMultiCaptureOK()
54 takeI(lower2(i1, i3)); // ok* in testMultiCaptureOK()
60 takeI(lower2(j1, j2)); // ok* in testMultiCaptureOK()
61 takeI(lower2(j1, k1)); // ok, no capture in testMultiCaptureOK()
69 takeI(lower2(j2, k1)); // ok* in testMultiCaptureOK()
77 takeIString(lower2(i1, i2)); // ERROR in testMultiCaptureKO()
81 iStringField = lower2(i1, i2); // ERROR in testMultiCaptureKO()
86 takeIString(lower2(i1, i3)); // ERROR in testMultiCaptureKO()
89 iStringField = lower2(i1, i3); // ERROR in testMultiCaptureKO()
94 takeIString(lower2(j1, j2)); // ERROR in testMultiCaptureKO()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/generics/inference/EagerReturnTypeResolution/
H A DEagerReturnTypeResolutionTestb.java53 takeI(lower2(i1, i2)); // ok* in testMultiCaptureOK()
54 takeI(lower2(i1, i3)); // ok* in testMultiCaptureOK()
60 takeI(lower2(j1, j2)); // ok* in testMultiCaptureOK()
61 takeI(lower2(j1, k1)); // ok, no capture in testMultiCaptureOK()
69 takeI(lower2(j2, k1)); // ok* in testMultiCaptureOK()
77 takeIString(lower2(i1, i2)); // ERROR in testMultiCaptureKO()
81 iStringField = lower2(i1, i2); // ERROR in testMultiCaptureKO()
86 takeIString(lower2(i1, i3)); // ERROR in testMultiCaptureKO()
89 iStringField = lower2(i1, i3); // ERROR in testMultiCaptureKO()
94 takeIString(lower2(j1, j2)); // ERROR in testMultiCaptureKO()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/generics/inference/EagerReturnTypeResolution/
H A DEagerReturnTypeResolutionTestb.java53 takeI(lower2(i1, i2)); // ok* in testMultiCaptureOK()
54 takeI(lower2(i1, i3)); // ok* in testMultiCaptureOK()
60 takeI(lower2(j1, j2)); // ok* in testMultiCaptureOK()
61 takeI(lower2(j1, k1)); // ok, no capture in testMultiCaptureOK()
69 takeI(lower2(j2, k1)); // ok* in testMultiCaptureOK()
77 takeIString(lower2(i1, i2)); // ERROR in testMultiCaptureKO()
81 iStringField = lower2(i1, i2); // ERROR in testMultiCaptureKO()
86 takeIString(lower2(i1, i3)); // ERROR in testMultiCaptureKO()
89 iStringField = lower2(i1, i3); // ERROR in testMultiCaptureKO()
94 takeIString(lower2(j1, j2)); // ERROR in testMultiCaptureKO()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/generics/inference/EagerReturnTypeResolution/
H A DEagerReturnTypeResolutionTestb.java53 takeI(lower2(i1, i2)); // ok* in testMultiCaptureOK()
54 takeI(lower2(i1, i3)); // ok* in testMultiCaptureOK()
60 takeI(lower2(j1, j2)); // ok* in testMultiCaptureOK()
61 takeI(lower2(j1, k1)); // ok, no capture in testMultiCaptureOK()
69 takeI(lower2(j2, k1)); // ok* in testMultiCaptureOK()
77 takeIString(lower2(i1, i2)); // ERROR in testMultiCaptureKO()
81 iStringField = lower2(i1, i2); // ERROR in testMultiCaptureKO()
86 takeIString(lower2(i1, i3)); // ERROR in testMultiCaptureKO()
89 iStringField = lower2(i1, i3); // ERROR in testMultiCaptureKO()
94 takeIString(lower2(j1, j2)); // ERROR in testMultiCaptureKO()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/generics/inference/EagerReturnTypeResolution/
H A DEagerReturnTypeResolutionTestb.java53 takeI(lower2(i1, i2)); // ok* in testMultiCaptureOK()
54 takeI(lower2(i1, i3)); // ok* in testMultiCaptureOK()
60 takeI(lower2(j1, j2)); // ok* in testMultiCaptureOK()
61 takeI(lower2(j1, k1)); // ok, no capture in testMultiCaptureOK()
69 takeI(lower2(j2, k1)); // ok* in testMultiCaptureOK()
77 takeIString(lower2(i1, i2)); // ERROR in testMultiCaptureKO()
81 iStringField = lower2(i1, i2); // ERROR in testMultiCaptureKO()
86 takeIString(lower2(i1, i3)); // ERROR in testMultiCaptureKO()
89 iStringField = lower2(i1, i3); // ERROR in testMultiCaptureKO()
94 takeIString(lower2(j1, j2)); // ERROR in testMultiCaptureKO()
[all …]

12345678910>>...22