Home
last modified time | relevance | path

Searched defs:wx (Results 26 – 50 of 2829) sorted by relevance

12345678910>>...114

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/include/mirtk/
H A DBSplineInterpolateImageFunction.hxx164 Real wx[6], wy[6]; in Get2D() local
198 Real wx[6], wy[6]; in GetWithPadding2D() local
241 Real wx[6], wy[6]; in Get2D() local
270 Real wx[6], wy[6]; in GetWithPadding2D() local
310 Real wx[6], wy[6], wz[6]; in Get3D() local
347 Real wx[6], wy[6], wz[6]; in GetWithPadding3D() local
394 Real wx[6], wy[6], wz[6]; in Get3D() local
426 Real wx[6], wy[6], wz[6]; in GetWithPadding3D() local
463 Real wx[6], wy[6], wz[6], wt[6]; in Get4D() local
498 Real wx[6], wy[6], wz[6], wt[6]; in GetWithPadding4D() local
[all …]
H A DCubicBSplineInterpolateImageFunction.hxx162 Real wx[4]; Kernel::Weights(Real(x - i), wx); in Get2D() local
199 Real wx[4]; Kernel::Weights(Real(x - i), wx); in GetWithPadding2D() local
244 Real wx[4]; Kernel::Weights(Real(x - i), wx); in Get2D() local
278 Real wx[4]; Kernel::Weights(Real(x - i), wx); in GetWithPadding2D() local
322 Real wx[4]; Kernel::Weights(Real(x - i), wx); in Get3D() local
365 Real wx[4]; Kernel::Weights(Real(x - i), wx); in GetWithPadding3D() local
413 Real wx[4]; Kernel::Weights(Real(x - i), wx); in Get3D() local
453 Real wx[4]; Kernel::Weights(Real(x - i), wx); in GetWithPadding3D() local
498 Real wx[4]; Kernel::Weights(Real(x - i), wx); in Get4D() local
543 Real wx[4]; Kernel::Weights(Real(x - i), wx); in GetWithPadding4D() local
[all …]
H A DFastLinearImageGradientFunction.hxx108 Real wx[2], wy[2], wd[2] = {Real(-1), Real(1)}; in Get2D() local
150 Real wx[2], wy[2], wd[2] = {Real(-1), Real(1)}; in GetWithPadding2D() local
188 Real wx[2], wy[2], wd[2] = {Real(-1), Real(1)}; in Get2D() local
217 Real wx[2], wy[2], wd[2] = {Real(-1), Real(1)}; in GetWithPadding2D() local
255 Real wx[2], wy[2], wz[2], wd[2] = {Real(-1), Real(1)}; in Get3D() local
302 Real wx[2], wy[2], wz[2], wd[2] = {Real(-1), Real(1)}; in GetWithPadding3D() local
343 Real wx[2], wy[2], wz[2], wd[2] = {Real(-1), Real(1)}; in Get3D() local
376 Real wx[2], wy[2], wz[2], wd[2] = {Real(-1), Real(1)}; in GetWithPadding3D() local
417 Real wx[2], wy[2], wz[2], wt[2], wd[2] = {Real(-1), Real(1)}; in Get4D() local
465 Real wx[2], wy[2], wz[2], wt[2], wd[2] = {Real(-1), Real(1)}; in GetWithPadding4D() local
[all …]
/dports/math/R-cran-spdep/spdep/R/
H A Dmoran.plot.R27 wx <- lag.listw(listw, x, zero.policy=zero.policy) functionVar
52 res <- data.frame(x=x, wx=wx, is_inf=is.inf, labels=labels) nameattr
/dports/audio/din/din-52/src/
H A Dtextboard.cc71 float wx, wy; in refresh() local
83 float wx, wy; b->obj2win (ti.wx, ti.wy, wx, wy); in refresh() local
90 float r, g, b, wx, wy; in load() local
/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_projection_inspector.h91 void window_to_image_coordinates(int wx, int wy, float *ix,float *iy) const in window_to_image_coordinates()
96 void image_to_window_coordinates(float ix,float iy,float *wx,float *wy) const in image_to_window_coordinates()
/dports/games/flying/flying-6.20/
H A Dpool.C40 void Pool::InitArea( double wx, double wy ) { in InitArea()
55 Pool::Pool(double wx, double wy) : in Pool()
/dports/science/helfem/HelFEM-21461e9/src/harmonic/
H A Dmain.cpp74 arma::mat overlap(const arma::vec & r, const arma::vec & x, const arma::vec & wx, const arma::mat &… in overlap()
96 arma::mat potential(const arma::vec & r, const arma::vec & x, const arma::vec & wx, const arma::mat… in potential()
116 arma::mat kinetic(const arma::vec & r, const arma::vec & x, const arma::vec & wx, const arma::mat &… in kinetic()
182 arma::vec x, wx; in main() local
/dports/graphics/rayshade/rayshade.4.0/raypaint/
H A Dxgraphics.c217 int rx, ry, wx, wy; in GraphicsLeftMouseEvent() local
231 int rx, ry, wx, wy; in GraphicsMiddleMouseEvent() local
245 int rx, ry, wx, wy; in GraphicsRightMouseEvent() local
260 int rx, ry, wx, wy; local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/blast/seqdb_reader/
H A Dseqdbbitset.cpp69 int wx = index & eWordMask; in SetBit() local
84 int wx = index & eWordMask; in ClearBit() local
125 int wx = ix & eWordMask; in CheckOrFindBit() local
362 int wx = index & eWordMask; in GetBit() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/blast/seqdb_reader/
H A Dseqdbbitset.cpp69 int wx = index & eWordMask; in SetBit() local
84 int wx = index & eWordMask; in ClearBit() local
125 int wx = ix & eWordMask; in CheckOrFindBit() local
362 int wx = index & eWordMask; in GetBit() local
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSCore/
H A DSimpleTropModel.cpp60 SimpleTropModel::SimpleTropModel(const WxObservation& wx) in SimpleTropModel()
100 void SimpleTropModel::setWeather(const WxObservation& wx) in setWeather()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vimt3d/tools/
H A Dvimt3d_stack_slices.cxx29 double wx, double wy, double wz, in load_images()
83 vul_arg<double> wx("-wx","Voxel width along x",1.0); in main() local
/dports/misc/vxl/vxl-3.3.2/core/vgui/impl/wx/
H A Dvgui_wx_tag.cxx16 vgui_tag(wx) in vgui_tag() argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/mathfp/
H A Dsf_isinf.c25 __uint32_t wx; variable
H A Dsf_isnan.c25 __int32_t wx; variable
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/mathfp/
H A Dsf_isnan.c25 __int32_t wx; variable
H A Dsf_isinf.c25 __uint32_t wx; variable
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Di_callbacks.c546 gint wx, wy; in DEFINE_I_CALLBACK() local
591 gint wx, wy; in DEFINE_I_CALLBACK() local
636 gint wx, wy; in DEFINE_I_CALLBACK() local
812 gint wx, wy; in DEFINE_I_CALLBACK() local
878 gint wx, wy; in DEFINE_I_CALLBACK() local
1315 gint wx, wy; in DEFINE_I_CALLBACK() local
1491 gint wx, wy; in DEFINE_I_CALLBACK() local
1835 gint wx, wy; in DEFINE_I_CALLBACK() local
2370 gint wx, wy; in DEFINE_I_CALLBACK() local
2442 gint wx, wy; in DEFINE_I_CALLBACK() local
[all …]
/dports/math/mfem/mfem-4.3/fem/ceed/
H A Dconvection_qf.h54 const CeedScalar wx = w * coeff0; in CEED_QFUNCTION() local
85 const CeedScalar wx = w * coeff0; in CEED_QFUNCTION() local
130 const CeedScalar wx = w * c[i + Q * 0]; in CEED_QFUNCTION() local
161 const CeedScalar wx = w * c[i + Q * 0]; in CEED_QFUNCTION() local
275 const CeedScalar wx = w * coeff0; in CEED_QFUNCTION() local
294 const CeedScalar wx = w * coeff0; in CEED_QFUNCTION() local
331 const CeedScalar wx = w * coeff0; in CEED_QFUNCTION() local
368 const CeedScalar wx = w * coeff0; in CEED_QFUNCTION() local
419 const CeedScalar wx = w * c[i + Q * 0]; in CEED_QFUNCTION() local
438 const CeedScalar wx = w * c[i + Q * 0]; in CEED_QFUNCTION() local
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/matc/src/
H A Ddri_ps.c254 double wx,wy,wz; local
264 double vx,vy,wx,wy,wz; local
300 double wx,wy,wz; local
384 double wx = gra_state.cur_point.x; local
/dports/science/elmerfem/elmerfem-release-9.0/matc/src/
H A Ddri_ps.c254 double wx,wy,wz; local
264 double vx,vy,wx,wy,wz; local
300 double wx,wy,wz; local
384 double wx = gra_state.cur_point.x; local
/dports/science/elmerfem/elmerfem-release-9.0/post/matc/src/
H A Ddri_ps.c254 double wx,wy,wz; local
264 double vx,vy,wx,wy,wz; local
300 double wx,wy,wz; local
384 double wx = gra_state.cur_point.x; local
/dports/science/libgridxc/libgridxc-libgridxc-0.9.6/src/
H A Dxcmod.F9052 subroutine setXC( n, func, auth, wx, wc ) argument
62 real(dp), intent(in):: wx(n) local
180 subroutine getXC( n, func, auth, wx, wc ) argument
189 real(dp), optional,intent(out):: wx(:) local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/third_party/wycheproof_testvectors/
H A Decdsa_secp224r1_sha224_p1363_test.json22 "wx" : "00eada93be10b2449e1e8bb58305d52008013c57107c1a20a317a6cba7", string
840 "wx" : "2646ff36d9697aaaed0d641117f94f60e138bab8e9912b558ae0a818", string
980 "wx" : "461b435af09ede35e74dac21f9af7b1b9998213039f8785d4a4905f5", string
1094 "wx" : "1955ba3f90e7a739471a5d182b594c9747eb49d5356203f3bb8b939c", string
1118 "wx" : "5cb9e5a5071f2b37aa3a5e5f389f54f996b0bc8a132ecb6885318fbf", string
1142 "wx" : "7b34ef8723a4309c0fa8a7ec3a783477652a82892370f6763314fe7b", string
1166 "wx" : "03f26a9c13979cf5d090ea25dc966398022ceec31504abc4b10f7676", string
1222 "wx" : "76e34b57a8c61df59cb0b7921cec6e5422344033f7accb7b3179e682", string
1246 "wx" : "51839e545c872f4a381f278ed5b4c24cf38aac77b02953405618bf27", string
1342 "wx" : "43c9ccd08a80bca18022722b0bdcd790d82a3ef8b65c3f34204bb472", string
[all …]

12345678910>>...114