Home
last modified time | relevance | path

Searched refs:xx1 (Results 1 – 25 of 2136) sorted by relevance

12345678910>>...86

/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc29 propagate_const<int*> xx1{&x[0]}; in main() local
31 VERIFY(xx1 == xx1); in main()
32 VERIFY(xx1 != xx2); in main()
33 VERIFY(xx1 < xx2); in main()
34 VERIFY(xx2 > xx1); in main()
35 VERIFY(xx1 <= xx2); in main()
36 VERIFY(xx2 >= xx1); in main()
37 VERIFY(xx1 <= xx1); in main()
39 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
41 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc29 propagate_const<int*> xx1{&x[0]}; in main() local
31 VERIFY(xx1 == xx1); in main()
32 VERIFY(xx1 != xx2); in main()
33 VERIFY(xx1 < xx2); in main()
34 VERIFY(xx2 > xx1); in main()
35 VERIFY(xx1 <= xx2); in main()
36 VERIFY(xx2 >= xx1); in main()
37 VERIFY(xx1 <= xx1); in main()
39 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
41 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc29 propagate_const<int*> xx1{&x[0]}; in main() local
31 VERIFY(xx1 == xx1); in main()
32 VERIFY(xx1 != xx2); in main()
33 VERIFY(xx1 < xx2); in main()
34 VERIFY(xx2 > xx1); in main()
35 VERIFY(xx1 <= xx2); in main()
36 VERIFY(xx2 >= xx1); in main()
37 VERIFY(xx1 <= xx1); in main()
39 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
41 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc29 propagate_const<int*> xx1{&x[0]}; in main() local
31 VERIFY(xx1 == xx1); in main()
32 VERIFY(xx1 != xx2); in main()
33 VERIFY(xx1 < xx2); in main()
34 VERIFY(xx2 > xx1); in main()
35 VERIFY(xx1 <= xx2); in main()
36 VERIFY(xx2 >= xx1); in main()
37 VERIFY(xx1 <= xx1); in main()
39 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
41 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc29 propagate_const<int*> xx1{&x[0]}; in main() local
31 VERIFY(xx1 == xx1); in main()
32 VERIFY(xx1 != xx2); in main()
33 VERIFY(xx1 < xx2); in main()
34 VERIFY(xx2 > xx1); in main()
35 VERIFY(xx1 <= xx2); in main()
36 VERIFY(xx2 >= xx1); in main()
37 VERIFY(xx1 <= xx1); in main()
39 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
41 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc29 propagate_const<int*> xx1{&x[0]}; in main() local
31 VERIFY(xx1 == xx1); in main()
32 VERIFY(xx1 != xx2); in main()
33 VERIFY(xx1 < xx2); in main()
34 VERIFY(xx2 > xx1); in main()
35 VERIFY(xx1 <= xx2); in main()
36 VERIFY(xx2 >= xx1); in main()
37 VERIFY(xx1 <= xx1); in main()
39 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
41 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc29 propagate_const<int*> xx1{&x[0]}; in main() local
31 VERIFY(xx1 == xx1); in main()
32 VERIFY(xx1 != xx2); in main()
33 VERIFY(xx1 < xx2); in main()
34 VERIFY(xx2 > xx1); in main()
35 VERIFY(xx1 <= xx2); in main()
36 VERIFY(xx2 >= xx1); in main()
37 VERIFY(xx1 <= xx1); in main()
39 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
41 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc30 propagate_const<int*> xx1{&x[0]}; in main() local
32 VERIFY(xx1 == xx1); in main()
33 VERIFY(xx1 != xx2); in main()
34 VERIFY(xx1 < xx2); in main()
35 VERIFY(xx2 > xx1); in main()
36 VERIFY(xx1 <= xx2); in main()
37 VERIFY(xx2 >= xx1); in main()
38 VERIFY(xx1 <= xx1); in main()
40 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
42 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc29 propagate_const<int*> xx1{&x[0]}; in main() local
31 VERIFY(xx1 == xx1); in main()
32 VERIFY(xx1 != xx2); in main()
33 VERIFY(xx1 < xx2); in main()
34 VERIFY(xx2 > xx1); in main()
35 VERIFY(xx1 <= xx2); in main()
36 VERIFY(xx2 >= xx1); in main()
37 VERIFY(xx1 <= xx1); in main()
39 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
41 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc29 propagate_const<int*> xx1{&x[0]}; in main() local
31 VERIFY(xx1 == xx1); in main()
32 VERIFY(xx1 != xx2); in main()
33 VERIFY(xx1 < xx2); in main()
34 VERIFY(xx2 > xx1); in main()
35 VERIFY(xx1 <= xx2); in main()
36 VERIFY(xx2 >= xx1); in main()
37 VERIFY(xx1 <= xx1); in main()
39 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
41 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc29 propagate_const<int*> xx1{&x[0]}; in main() local
31 VERIFY(xx1 == xx1); in main()
32 VERIFY(xx1 != xx2); in main()
33 VERIFY(xx1 < xx2); in main()
34 VERIFY(xx2 > xx1); in main()
35 VERIFY(xx1 <= xx2); in main()
36 VERIFY(xx2 >= xx1); in main()
37 VERIFY(xx1 <= xx1); in main()
39 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
41 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc30 propagate_const<int*> xx1{&x[0]}; in main() local
32 VERIFY(xx1 == xx1); in main()
33 VERIFY(xx1 != xx2); in main()
34 VERIFY(xx1 < xx2); in main()
35 VERIFY(xx2 > xx1); in main()
36 VERIFY(xx1 <= xx2); in main()
37 VERIFY(xx2 >= xx1); in main()
38 VERIFY(xx1 <= xx1); in main()
40 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
42 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc29 propagate_const<int*> xx1{&x[0]}; in main() local
31 VERIFY(xx1 == xx1); in main()
32 VERIFY(xx1 != xx2); in main()
33 VERIFY(xx1 < xx2); in main()
34 VERIFY(xx2 > xx1); in main()
35 VERIFY(xx1 <= xx2); in main()
36 VERIFY(xx2 >= xx1); in main()
37 VERIFY(xx1 <= xx1); in main()
39 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
41 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc29 propagate_const<int*> xx1{&x[0]}; in main() local
31 VERIFY(xx1 == xx1); in main()
32 VERIFY(xx1 != xx2); in main()
33 VERIFY(xx1 < xx2); in main()
34 VERIFY(xx2 > xx1); in main()
35 VERIFY(xx1 <= xx2); in main()
36 VERIFY(xx2 >= xx1); in main()
37 VERIFY(xx1 <= xx1); in main()
39 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
41 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc29 propagate_const<int*> xx1{&x[0]}; in main() local
31 VERIFY(xx1 == xx1); in main()
32 VERIFY(xx1 != xx2); in main()
33 VERIFY(xx1 < xx2); in main()
34 VERIFY(xx2 > xx1); in main()
35 VERIFY(xx1 <= xx2); in main()
36 VERIFY(xx2 >= xx1); in main()
37 VERIFY(xx1 <= xx1); in main()
39 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
41 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc29 propagate_const<int*> xx1{&x[0]}; in main() local
31 VERIFY(xx1 == xx1); in main()
32 VERIFY(xx1 != xx2); in main()
33 VERIFY(xx1 < xx2); in main()
34 VERIFY(xx2 > xx1); in main()
35 VERIFY(xx1 <= xx2); in main()
36 VERIFY(xx2 >= xx1); in main()
37 VERIFY(xx1 <= xx1); in main()
39 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
41 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc29 propagate_const<int*> xx1{&x[0]}; in main() local
31 VERIFY(xx1 == xx1); in main()
32 VERIFY(xx1 != xx2); in main()
33 VERIFY(xx1 < xx2); in main()
34 VERIFY(xx2 > xx1); in main()
35 VERIFY(xx1 <= xx2); in main()
36 VERIFY(xx2 >= xx1); in main()
37 VERIFY(xx1 <= xx1); in main()
39 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
41 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/experimental/propagate_const/relops/
H A D1.cc29 propagate_const<int*> xx1{&x[0]}; in main() local
31 VERIFY(xx1 == xx1); in main()
32 VERIFY(xx1 != xx2); in main()
33 VERIFY(xx1 < xx2); in main()
34 VERIFY(xx2 > xx1); in main()
35 VERIFY(xx1 <= xx2); in main()
36 VERIFY(xx2 >= xx1); in main()
37 VERIFY(xx1 <= xx1); in main()
39 VERIFY(std::equal_to<propagate_const<int*>>{}(xx1, xx1)); in main()
41 VERIFY(std::less<propagate_const<int*>>{}(xx1, xx2)); in main()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/splash/
H A DSplashXPathScanner.cc156 int count, xx1, i; in testSpan() local
168 xx1 = x0 - 1; in testSpan()
169 while (xx1 < x1) { in testSpan()
188 int xx0, xx1; in getNextSpan() local
210 *x1 = xx1; in getNextSpan()
283 xx1 = xSegMin; in computeIntersections()
285 xx1 = xSegMax; in computeIntersections()
341 ++xx1; in renderAALine()
360 if (xx < xx1) { in renderAALine()
368 xxMax = xx1; in renderAALine()
[all …]
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A DSplashXPathScanner.cc140 int count, xx1, i; in testSpan() local
152 xx1 = x0 - 1; in testSpan()
153 while (xx1 < x1) { in testSpan()
172 int xx0, xx1; in getNextSpan() local
194 *x1 = xx1; in getNextSpan()
267 xx1 = xSegMin; in computeIntersections()
269 xx1 = xSegMax; in computeIntersections()
325 ++xx1; in renderAALine()
344 if (xx < xx1) { in renderAALine()
352 xxMax = xx1; in renderAALine()
[all …]
/dports/graphics/poppler-glib/poppler-21.12.0/splash/
H A DSplashXPathScanner.cc177 int xx1 = x0 - 1; in testSpan() local
178 while (xx1 < x1) { in testSpan()
185 if (line[i].x1 > xx1) { in testSpan()
186 xx1 = line[i].x1; in testSpan()
197 int xx0, xx1; in getNextSpan() local
203 xx1 = line[interIdx].x1; in getNextSpan()
214 *x1 = xx1; in getNextSpan()
311 xx0 = xx1; in computeIntersections()
389 ++xx1; in renderAALine()
394 if (xx0 < xx1) { in renderAALine()
[all …]
/dports/graphics/poppler/poppler-21.12.0/splash/
H A DSplashXPathScanner.cc177 int xx1 = x0 - 1; in testSpan() local
178 while (xx1 < x1) { in testSpan()
185 if (line[i].x1 > xx1) { in testSpan()
186 xx1 = line[i].x1; in testSpan()
197 int xx0, xx1; in getNextSpan() local
203 xx1 = line[interIdx].x1; in getNextSpan()
214 *x1 = xx1; in getNextSpan()
311 xx0 = xx1; in computeIntersections()
389 ++xx1; in renderAALine()
394 if (xx0 < xx1) { in renderAALine()
[all …]
/dports/graphics/poppler-qt5/poppler-21.12.0/splash/
H A DSplashXPathScanner.cc177 int xx1 = x0 - 1; in testSpan() local
178 while (xx1 < x1) { in testSpan()
185 if (line[i].x1 > xx1) { in testSpan()
186 xx1 = line[i].x1; in testSpan()
197 int xx0, xx1; in getNextSpan() local
203 xx1 = line[interIdx].x1; in getNextSpan()
214 *x1 = xx1; in getNextSpan()
311 xx0 = xx1; in computeIntersections()
389 ++xx1; in renderAALine()
394 if (xx0 < xx1) { in renderAALine()
[all …]
/dports/graphics/poppler-utils/poppler-21.12.0/splash/
H A DSplashXPathScanner.cc177 int xx1 = x0 - 1; in testSpan() local
178 while (xx1 < x1) { in testSpan()
185 if (line[i].x1 > xx1) { in testSpan()
186 xx1 = line[i].x1; in testSpan()
197 int xx0, xx1; in getNextSpan() local
203 xx1 = line[interIdx].x1; in getNextSpan()
214 *x1 = xx1; in getNextSpan()
311 xx0 = xx1; in computeIntersections()
389 ++xx1; in renderAALine()
394 if (xx0 < xx1) { in renderAALine()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/splash/
H A DSplashXPathScanner.cc197 xx1 = x0 - 1; in testSpan()
245 *x1 = xx1; in getNextSpan()
313 xx0 = xx1; in computeIntersections()
322 xx1 = segXMin; in computeIntersections()
324 xx1 = segXMax; in computeIntersections()
422 ++xx1; in renderAALine()
427 if (xx0 < xx1) { in renderAALine()
441 if (xx < xx1) { in renderAALine()
449 xxMax = xx1; in renderAALine()
518 if (xx1 >= xx) { in clipAALine()
[all …]

12345678910>>...86