Home
last modified time | relevance | path

Searched refs:getx (Results 1 – 25 of 557) sorted by relevance

12345678910>>...23

/dports/graphics/aseprite/aseprite-1.2.9/src/filters/
H A Dneighboring_pixels.h31 int getx, gety = y - centerY; in get_neighboring_pixels() local
50 getx = x - centerX; in get_neighboring_pixels()
52 if (getx < 0) { in get_neighboring_pixels()
54 getx = sourceImage->width() - (-(getx+1) % sourceImage->width()) - 1; in get_neighboring_pixels()
56 addx = -getx; in get_neighboring_pixels()
57 getx = 0; in get_neighboring_pixels()
62 getx = getx % sourceImage->width(); in get_neighboring_pixels()
64 getx = sourceImage->width()-1; in get_neighboring_pixels()
75 if (getx < sourceImage->width()-1) { in get_neighboring_pixels()
76 ++getx; in get_neighboring_pixels()
[all …]
/dports/devel/R-cran-R6/R6/tests/testthat/
H A Dtest-clone.R23 getx = function() self$x method in AC
32 expect_identical(a$getx(), 1)
33 expect_identical(b$getx(), 2)
57 expect_identical(c$getx(), 2)
59 expect_identical(c$getx(), 3)
69 getx = function() self$x method in AC
236 getx = function() super$getx() method in BC
472 expect_identical(b$.__enclos_env__$super$getx, b$getx)
488 expect_identical(b2$.__enclos_env__$super$getx, b2$getx)
517 expect_identical(c$.__enclos_env__$super$getx, c$getx)
[all …]
H A Dtest-portable.R9 self$x <- self$getx() + x # Assign to self; also access a method
12 getx = function() self$x, method in AC
42 getx = function() self$x, method in AC
64 eval_env <- environment(A$getx)
77 expect_identical(A$getx(), 1) # Explicit access: self$x
87 getx = function() self$x, method in AC
151 public = list(x = 1, getx = function() self$x), method in AC
164 expect_error(A$getx <- function() 1)
175 public = list(x = 1, getx = function() x), method in AC
188 expect_error(A$getx <- function() 1)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dmethod-call.cpp9 int getx() const { return x; } in getx() function
18 (void)a->getx(); // assume we know what we're doing in testNullObject()
24 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f1()
29 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f2()
34 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f3()
39 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f4()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dmethod-call.cpp9 int getx() const { return x; } in getx() function
18 (void)a->getx(); // assume we know what we're doing in testNullObject()
24 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f1()
29 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f2()
34 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f3()
39 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f4()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dmethod-call.cpp9 int getx() const { return x; } in getx() function
18 (void)a->getx(); // assume we know what we're doing in testNullObject()
24 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f1()
29 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f2()
34 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f3()
39 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f4()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dmethod-call.cpp9 int getx() const { return x; } in getx() function
18 (void)a->getx(); // assume we know what we're doing in testNullObject()
24 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f1()
29 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f2()
34 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f3()
39 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f4()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dmethod-call.cpp9 int getx() const { return x; } in getx() function
18 (void)a->getx(); // assume we know what we're doing in testNullObject()
24 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f1()
29 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f2()
34 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f3()
39 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f4()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dmethod-call.cpp9 int getx() const { return x; } in getx() function
18 (void)a->getx(); // assume we know what we're doing in testNullObject()
24 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f1()
29 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f2()
34 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f3()
39 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f4()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dmethod-call.cpp9 int getx() const { return x; } in getx() function
18 (void)a->getx(); // assume we know what we're doing in testNullObject()
24 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f1()
29 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f2()
34 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f3()
39 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f4()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dmethod-call.cpp9 int getx() const { return x; } in getx() function
18 (void)a->getx(); // assume we know what we're doing in testNullObject()
24 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f1()
29 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f2()
34 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f3()
39 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f4()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dmethod-call.cpp9 int getx() const { return x; } in getx() function
18 (void)a->getx(); // assume we know what we're doing in testNullObject()
24 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f1()
29 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f2()
34 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f3()
39 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f4()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dmethod-call.cpp9 int getx() const { return x; } in getx() function
18 (void)a->getx(); // assume we know what we're doing in testNullObject()
24 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f1()
29 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f2()
34 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f3()
39 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f4()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dmethod-call.cpp9 int getx() const { return x; } in getx() function
18 (void)a->getx(); // assume we know what we're doing in testNullObject()
24 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f1()
29 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f2()
34 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f3()
39 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f4()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dmethod-call.cpp9 int getx() const { return x; } in getx() function
18 (void)a->getx(); // assume we know what we're doing in testNullObject()
24 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f1()
29 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f2()
34 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f3()
39 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f4()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dmethod-call.cpp9 int getx() const { return x; } in getx() function
18 (void)a->getx(); // assume we know what we're doing in testNullObject()
24 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f1()
29 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f2()
34 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f3()
39 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f4()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dmethod-call.cpp9 int getx() const { return x; } in getx() function
18 (void)a->getx(); // assume we know what we're doing in testNullObject()
24 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f1()
29 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f2()
34 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f3()
39 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f4()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Dmethod-call.cpp9 int getx() const { return x; } in getx() function
18 (void)a->getx(); // assume we know what we're doing in testNullObject()
24 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f1()
29 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f2()
34 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f3()
39 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f4()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dmethod-call.cpp9 int getx() const { return x; } in getx() function
18 (void)a->getx(); // assume we know what we're doing in testNullObject()
24 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f1()
29 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f2()
34 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f3()
39 clang_analyzer_eval(x.getx() == 3); // expected-warning{{TRUE}} in f4()
/dports/devel/swig/swig-4.0.2/Examples/test-suite/octave/
H A Dsmart_pointer_not_runme.m27 x = b.getx();
28 error("Error! b.getx()")
33 x = s.getx();
34 error("Error! s.getx()")
39 x = g.getx();
40 error("Error! g.getx()")
/dports/math/libpgmath/flang-d07daf3/test/f90_correct/src/
H A Doop354.f9032 procedure :: getx method
54 real function getx(this) function
56 getx = this%x
57 end function getx
71 rslt(1) = c%getx() .eq. 1.0
74 rslt(3) = c%getx() .eq. 3.0
H A Dfe110.f9034 integer impure elemental function getx(y,x) function
38 getx = y/x
39 end function getx
45 write (6,*) getx(99,zzz+yyy)
47 call foo(getx(99,zzz+yyy),www)
/dports/devel/swig/swig-4.0.2/Examples/test-suite/lua/
H A Dsmart_pointer_multi_runme.lua12 assert(foo:getx() == 5)
18 assert(bar:getx() == 5)
19 assert(spam:getx() == 5)
21 assert(grok:getx() == 7)
23 assert(foo:getx() == 10)
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dpath.cc490 quadraticroots x(a.getx(),b.getx(),c.getx()); in bounds()
519 quadraticroots x(a.getx(),b.getx(),c.getx()); in bounds()
570 quadraticroots x(a.getx(),b.getx(),c.getx()); in internalbounds()
592 double dx=quadratic(a.getx(),b.getx(),c.getx(),t); in ds()
708 if(goodroot(a.getx(),b.getx(),c.getx(),ret.t1)) return ret.t1; in cubicDir()
713 if(goodroot(a.getx(),b.getx(),c.getx(),ret.t1)) return ret.t1; in cubicDir()
714 if(goodroot(a.getx(),b.getx(),c.getx(),ret.t2)) return ret.t2; in cubicDir()
787 g.precontrol(i+1).getx(),g.point(i+1).getx(),z.getx()); in intersections()
826 double dx=q.getx()-p.getx(); in lineintersections()
1218 if(side == 0.0 && inrange(z0.getx(),z1.getx(),z.getx())) in checkstraight()
[all …]
/dports/math/asymptote/asymptote-2.67/
H A Dpath.cc496 quadraticroots x(a.getx(),b.getx(),c.getx()); in bounds()
525 quadraticroots x(a.getx(),b.getx(),c.getx()); in bounds()
576 quadraticroots x(a.getx(),b.getx(),c.getx()); in internalbounds()
598 double dx=quadratic(a.getx(),b.getx(),c.getx(),t); in ds()
720 if(goodroot(a.getx(),b.getx(),c.getx(),ret.t1)) return ret.t1; in cubicDir()
725 if(goodroot(a.getx(),b.getx(),c.getx(),ret.t1)) return ret.t1; in cubicDir()
726 if(goodroot(a.getx(),b.getx(),c.getx(),ret.t2)) return ret.t2; in cubicDir()
799 g.precontrol(i+1).getx(),g.point(i+1).getx(),z.getx()); in intersections()
838 double dx=q.getx()-p.getx(); in lineintersections()
1231 if(side == 0.0 && inrange(z0.getx(),z1.getx(),z.getx())) in checkstraight()
[all …]

12345678910>>...23