Home
last modified time | relevance | path

Searched refs:_get_x (Results 1 – 25 of 56) sorted by relevance

123

/dports/print/py-fontparts/fontParts-0.9.11/Lib/fontParts/base/
H A Dguideline.py128 value = self._get_x()
141 def _get_x(self): member in BaseGuideline
232 if self._get_x() != 0 and self._get_y() != 0:
234 elif self._get_x() != 0 and self._get_y() == 0:
236 elif self._get_x() == 0 and self._get_y() != 0:
245 if self._get_x() != 0 and self._get_y() != 0:
247 elif self._get_x() != 0 and self._get_y() == 0:
249 elif self._get_x() == 0 and self._get_y() != 0:
H A Dpoint.py221 value = self._get_x()
229 def _get_x(self): member in BasePoint
H A Danchor.py111 value = self._get_x()
119 def _get_x(self): member in BaseAnchor
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Damdgcn_declspec_get.cpp7 __declspec(property(get = _get_x)) int x;
8 static int _get_x(void) { in _get_x() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Damdgcn_declspec_get.cpp7 __declspec(property(get = _get_x)) int x;
8 static int _get_x(void) { in _get_x() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Damdgcn_declspec_get.cpp7 __declspec(property(get = _get_x)) int x;
8 static int _get_x(void) { in _get_x() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Damdgcn_declspec_get.cpp7 __declspec(property(get = _get_x)) int x;
8 static int _get_x(void) { in _get_x() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Damdgcn_declspec_get.cpp7 __declspec(property(get = _get_x)) int x;
8 static int _get_x(void) { in _get_x() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A Damdgcn_declspec_get.cpp7 __declspec(property(get = _get_x)) int x;
8 static int _get_x(void) { in _get_x() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Damdgcn_declspec_get.cpp7 __declspec(property(get = _get_x)) int x;
8 static int _get_x(void) { in _get_x() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Damdgcn_declspec_get.cpp7 __declspec(property(get = _get_x)) int x;
8 static int _get_x(void) { in _get_x() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Damdgcn_declspec_get.cpp7 __declspec(property(get = _get_x)) int x;
8 static int _get_x(void) { in _get_x() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Damdgcn_declspec_get.cpp7 __declspec(property(get = _get_x)) int x;
8 static int _get_x(void) { in _get_x() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Damdgcn_declspec_get.cpp7 __declspec(property(get = _get_x)) int x;
8 static int _get_x(void) { in _get_x() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Damdgcn_declspec_get.cpp7 __declspec(property(get = _get_x)) int x;
8 static int _get_x(void) { in _get_x() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Damdgcn_declspec_get.cpp7 __declspec(property(get = _get_x)) int x;
8 static int _get_x(void) { in _get_x() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenCXX/
H A Damdgcn_declspec_get.cpp7 __declspec(property(get = _get_x)) int x;
8 static int _get_x(void) { in _get_x() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenCXX/
H A Damdgcn_declspec_get.cpp7 __declspec(property(get = _get_x)) int x; in A()
8 static int _get_x(void) { in A()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCXX/
H A Damdgcn_declspec_get.cpp7 __declspec(property(get = _get_x)) int x;
8 static int _get_x(void) { in _get_x() function
/dports/lang/gravity/gravity-0.8.5/test/unittest/
H A Dclosure_gc_test.gravity13 func _get_x() {
16 return _get_x;
/dports/x11-fonts/py-defcon/defcon-0.6.0/Lib/defcon/objects/
H A Dpoint.py33 def _get_x(self): member in Point
39 x = property(_get_x, _set_x, doc="The x coordinate.")
H A Danchor.py115 def _get_x(self): member in Anchor
125 …x = property(_get_x, _set_x, doc="The x coordinate. Setting this will post *Anchor.XChanged* and *…
/dports/accessibility/py-atspi/pyatspi-2.38.1/pyatspi/
H A Dutils.py367 def _get_x(self): member in BoundingBox
371 x = property(fget=_get_x, fset=_set_x)
/dports/print/py-fontparts/fontParts-0.9.11/documentation/source/environments/objects/
H A Danchor.rst12 .. automethod:: BaseAnchor._get_x
/dports/science/py-GPy/GPy-1.10.0/GPy/models/
H A Dgradient_checker.py92 def _get_x(self): member in GradientChecker
98 return float(numpy.sum(self.f(*self._get_x(), **self.kwargs)))
101 return numpy.atleast_1d(self.df(*self._get_x(), **self.kwargs)).flatten()

123