Home
last modified time | relevance | path

Searched defs:dy (Results 126 – 150 of 21217) sorted by relevance

12345678910>>...849

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.fortran/
H A Djacobi.f104 subroutine initialize (n,m,alpha,dx,dy,u,f) argument
139 subroutine jacobi (n,m,dx,dy,alpha,omega,u,f,tol,maxit) argument
229 subroutine error_check (n,m,alpha,dx,dy,u,f) argument
/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dvelocity.c61 SIZE dx, dy; in SetVelocityVector() local
99 SetVelocityComponents (VELOCITY_DESC *velocityptr, SIZE dx, SIZE dy) in SetVelocityComponents()
143 DeltaVelocityComponents (VELOCITY_DESC *velocityptr, SIZE dx, SIZE dy) in DeltaVelocityComponents()
/dports/devel/riscv64-gcc/gcc-8.3.0/libgomp/testsuite/libgomp.fortran/
H A Djacobi.f104 subroutine initialize (n,m,alpha,dx,dy,u,f) argument
139 subroutine jacobi (n,m,dx,dy,alpha,omega,u,f,tol,maxit) argument
229 subroutine error_check (n,m,alpha,dx,dy,u,f) argument
/dports/lang/gnat_util/gcc-6-20180516/libgomp/testsuite/libgomp.fortran/
H A Djacobi.f104 subroutine initialize (n,m,alpha,dx,dy,u,f) argument
139 subroutine jacobi (n,m,dx,dy,alpha,omega,u,f,tol,maxit) argument
229 subroutine error_check (n,m,alpha,dx,dy,u,f) argument
/dports/lang/gcc10-devel/gcc-10-20211008/libgomp/testsuite/libgomp.fortran/
H A Djacobi.f104 subroutine initialize (n,m,alpha,dx,dy,u,f) argument
139 subroutine jacobi (n,m,dx,dy,alpha,omega,u,f,tol,maxit) argument
229 subroutine error_check (n,m,alpha,dx,dy,u,f) argument
/dports/lang/gcc9/gcc-9.4.0/libgomp/testsuite/libgomp.fortran/
H A Djacobi.f104 subroutine initialize (n,m,alpha,dx,dy,u,f) argument
139 subroutine jacobi (n,m,dx,dy,alpha,omega,u,f,tol,maxit) argument
229 subroutine error_check (n,m,alpha,dx,dy,u,f) argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgomp/testsuite/libgomp.fortran/
H A Djacobi.f104 subroutine initialize (n,m,alpha,dx,dy,u,f) argument
139 subroutine jacobi (n,m,dx,dy,alpha,omega,u,f,tol,maxit) argument
229 subroutine error_check (n,m,alpha,dx,dy,u,f) argument
/dports/lang/gcc9-aux/gcc-9.1.0/libgomp/testsuite/libgomp.fortran/
H A Djacobi.f104 subroutine initialize (n,m,alpha,dx,dy,u,f) argument
139 subroutine jacobi (n,m,dx,dy,alpha,omega,u,f,tol,maxit) argument
229 subroutine error_check (n,m,alpha,dx,dy,u,f) argument
/dports/devel/mingw32-gcc/gcc-4.8.1/libgomp/testsuite/libgomp.fortran/
H A Djacobi.f104 subroutine initialize (n,m,alpha,dx,dy,u,f) argument
139 subroutine jacobi (n,m,dx,dy,alpha,omega,u,f,tol,maxit) argument
229 subroutine error_check (n,m,alpha,dx,dy,u,f) argument
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/vector/pixman/
H A Dvregion.h77 inline void VRegion::translate(int dx, int dy) in translate()
82 inline VRegion VRegion::translated(int dx, int dy) const in translated()
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Iort/
H A DIortParser.c61 @param [in] Ptr Pointer to the start of the field data.
82 @param [in] Ptr Pointer to the start of the field data.
150 (VOID**)&InterruptContextCount, NULL, NULL},
185 An ACPI_PARSER array describing the IORT SMMUv3 node.
227 {L"Device memory address size limit", 1, 28, L"%d", NULL, NULL, NULL, NULL}
246 PARSE_IORT_NODE_HEADER (ValidatePmcgIdMappingCount, NULL),
299 @param [in] Length Length of the buffer.
326 // Check if the values used to control the parsing logic have been
/dports/math/gsl/gsl-2.7/fit/
H A Dlinear.c60 const double dy = y[i * ystride] - m_y; in gsl_fit_linear() local
81 const double dy = y[i * ystride] - m_y; in gsl_fit_linear() local
150 const double dy = y[i * ystride] - wm_y; in gsl_fit_wlinear() local
182 const double dy = y[i * ystride] - wm_y; in gsl_fit_wlinear() local
227 const double dy = y[i * ystride] - m_y; in gsl_fit_mul() local
246 const double dy = y[i * ystride] - m_y; in gsl_fit_mul() local
299 const double dy = y[i * ystride] - wm_y; in gsl_fit_wmul() local
326 const double dy = y[i * ystride] - wm_y; in gsl_fit_wmul() local
/dports/science/py-chainer/chainer-7.8.0/chainer/utils/
H A Dconv.py66 img, kh, kw, sy, sx, ph, pw, pval=0, cover_all=False, dy=1, dx=1, argument
92 def im2col_gpu(img, kh, kw, sy, sx, ph, pw, cover_all=False, dy=1, dx=1, argument
127 def im2col(img, kh, kw, sy, sx, ph, pw, cover_all=False, dy=1, dx=1, argument
134 def col2im_cpu(col, sy, sx, ph, pw, h, w, dy=1, dx=1): argument
148 def col2im_gpu(col, sy, sx, ph, pw, h, w, dy=1, dx=1): argument
182 def col2im(col, sy, sx, ph, pw, h, w, dy=1, dx=1): argument
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkRect.h173 T dy = this->GetY() - point[1]; in AddPoint() local
180 T dy = point[1] - this->GetY(); in AddPoint() local
223 T dy = this->GetY() - rect.GetY(); in AddRect() local
229 T dy = rect.GetY() - this->GetY(); in AddRect() local
263 T dy = this->GetY() - rect.GetY(); in IntersectsWith() local
268 T dy = rect.GetY() - this->GetY(); in IntersectsWith() local
/dports/misc/vxl/vxl-3.3.2/contrib/mul/fhs/tests/
H A Dtest_searcher.cxx18 int dx = 3, dy = 4; in test_searcher1() local
85 int dx = 3, dy = 4; in test_searcher2() local
149 int dx = 6, dy = 8; in test_searcher3() local
/dports/games/dustrac/DustRacing2D-ae380b8/src/common/
H A Droute.cpp44 const auto dy = std::abs(m_route[0]->location().y() - m_route.back()->location().y()); in isClosed() local
95 const auto dy = m_route[i]->location().y() - m_route[i + 1]->location().y(); in geometricLength() local
100 const auto dy = m_route[m_route.size() - 1]->location().y() - m_route[0]->location().y(); in geometricLength() local
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cvv/src/qtutil/filter/
H A Dsobelfilterwidget.cpp26 auto dy = util::make_unique<QSpinBox>(); variable
162 int dy = dy_->value(); in applyFilter() local
235 int dy = dy_->value(); in checkInput() local
/dports/math/arpack++/arpackpp-2.3.0/include/
H A Dblas1c.h60 arcomplex<float> dy[], const ARint &incy) { in axpy()
66 arcomplex<double> dy[], const ARint &incy) { in axpy()
74 float dy[], const ARint &incy) { in copy()
79 double dy[], const ARint &incy) { in copy()
85 const ARint &incx, arcomplex<float> dy[], in copy()
91 const ARint &incx, arcomplex<double> dy[], in copy()
100 const float dy[], const ARint &incy) { in dot()
105 const double dy[], const ARint &incy) { in dot()
223 float dy[], const ARint &incy) { in swap()
228 double dy[], const ARint &incy) { in swap()
[all …]
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/SACT/
H A Dsprite_draw.c45 static void fill_dmap(int dx ,int dy, int w, int h, WORD val) { in fill_dmap()
63 static void fill_dmap_mask(surface_t *src, int sx, int sy, int dx ,int dy, int w, int h, WORD val) { in fill_dmap_mask()
99 int sx, sy, w, h, dx, dy; in sp_draw2() local
153 int sx, sy, w, h, dx, dy; in sp_draw_dmap() local
/dports/math/octave/octave-6.4.0/scripts/polynomial/
H A Dpolyval.m107 dy = sqrt (1 + sumsq (A/s.R, 2)) * s.normr / sqrt (s.df); variable
108 dy = reshape (dy, size (x)); variable
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/src/fortran/
H A Ddset.f13 subroutine dset(n,dx,dy,incy) argument
27 double precision dx,dy(*) local
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/graphics/filters/
H A DSVGFEOffset.cpp46 float SVGFEOffset::dy() const in dy() function in WebCore::SVGFEOffset
51 void SVGFEOffset::setDy(float dy) in setDy()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkEdge.cpp77 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in setLine() local
118 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in updateLine() local
152 static inline SkFDot6 cheap_distance(SkFDot6 dx, SkFDot6 dy) in cheap_distance()
164 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy, int shiftAA = 2) in diff_to_shift()
223 SkFDot6 dy = (SkLeftShift(y1, 1) - y0 - y2) >> 2; in setQuadraticWithoutUpdate() local
295 SkFixed dy = fQDy; in updateQuadratic() local
401 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3); in setCubicWithoutUpdate() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkEdge.cpp77 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in setLine() local
118 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in updateLine() local
152 static inline SkFDot6 cheap_distance(SkFDot6 dx, SkFDot6 dy) in cheap_distance()
164 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy, int shiftAA = 2) in diff_to_shift()
223 SkFDot6 dy = (SkLeftShift(y1, 1) - y0 - y2) >> 2; in setQuadraticWithoutUpdate() local
295 SkFixed dy = fQDy; in updateQuadratic() local
401 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3); in setCubicWithoutUpdate() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkEdge.cpp77 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in setLine() local
118 const SkFDot6 dy = SkEdge_Compute_DY(top, y0); in updateLine() local
152 static inline SkFDot6 cheap_distance(SkFDot6 dx, SkFDot6 dy) in cheap_distance()
164 static inline int diff_to_shift(SkFDot6 dx, SkFDot6 dy, int shiftAA = 2) in diff_to_shift()
223 SkFDot6 dy = (SkLeftShift(y1, 1) - y0 - y2) >> 2; in setQuadraticWithoutUpdate() local
295 SkFixed dy = fQDy; in updateQuadratic() local
401 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3); in setCubicWithoutUpdate() local

12345678910>>...849