Home
last modified time | relevance | path

Searched defs:wx (Results 1 – 25 of 2829) sorted by relevance

12345678910>>...114

/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/gui/objects/
H A DBitmap.cpp13 void toWxBitmap(const Bitmap<Rgba>& bitmap, wxBitmap& wx, const float scale) { in toWxBitmap()
45 Bitmap<Rgba> toBitmap(wxBitmap& wx) { in toBitmap()
65 void saveToFile(const wxBitmap& wx, const Path& path) { in saveToFile()
71 wxBitmap wx; in saveToFile() local
87 wxBitmap wx(image, 24); in loadBitmapFromFile() local
/dports/devel/date/date-3.0.1/test/date_test/
H A Dweekday.pass.cpp122 weekday wx{x}; in test_weekday_arithmetic() local
136 weekday wx{x}; in test_weekday_arithmetic() local
144 weekday wx{x}; in test_weekday_arithmetic() local
/dports/devel/hhdate/date-3.0.1/test/date_test/
H A Dweekday.pass.cpp122 weekday wx{x}; in test_weekday_arithmetic() local
136 weekday wx{x}; in test_weekday_arithmetic() local
144 weekday wx{x}; in test_weekday_arithmetic() local
/dports/games/warzone2100/warzone2100/3rdparty/date/test/date_test/
H A Dweekday.pass.cpp122 weekday wx{x}; in test_weekday_arithmetic() local
136 weekday wx{x}; in test_weekday_arithmetic() local
144 weekday wx{x}; in test_weekday_arithmetic() local
/dports/devel/date/date-3.0.1/test/iso_week/
H A Dweekday.pass.cpp136 weekday wx{x}; in test_weekday_arithmetic() local
150 weekday wx{x}; in test_weekday_arithmetic() local
158 weekday wx{x}; in test_weekday_arithmetic() local
/dports/devel/hhdate/date-3.0.1/test/iso_week/
H A Dweekday.pass.cpp136 weekday wx{x}; in test_weekday_arithmetic() local
150 weekday wx{x}; in test_weekday_arithmetic() local
158 weekday wx{x}; in test_weekday_arithmetic() local
/dports/games/warzone2100/warzone2100/3rdparty/date/test/iso_week/
H A Dweekday.pass.cpp136 weekday wx{x}; in test_weekday_arithmetic() local
150 weekday wx{x}; in test_weekday_arithmetic() local
158 weekday wx{x}; in test_weekday_arithmetic() local
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/nc/
H A Dsca.h101 intvec *wx = ivGetSCAXVarWeights(r); in p_IsSCAHomogeneous() local
108 delete wx; in p_IsSCAHomogeneous() local
120 intvec *wx = ivGetSCAXVarWeights(r); in id_IsSCAHomogeneous() local
125 delete wx; in id_IsSCAHomogeneous() local
/dports/science/siesta/siesta-4.1.5/Src/SiestaXC/
H A Dxcmod.f90101 subroutine setXC( n, func, auth, wx, wc ) argument
106 real(dp), intent(in):: wx(n) ! Functl weights for exchng local
127 subroutine getXC( n, func, auth, wx, wc ) argument
132 real(dp), optional,intent(out):: wx(:) ! Functl weights for exchng local
/dports/science/dcl/dcl-5.4.8/src/grph1/swpack.win/
H A DGTKPACK.f9051 real :: wx[reference], wy[reference] local
55 real :: wx[reference], wy[reference] local
86 real(4) :: wx[reference], wy[reference] local
93 real(4) :: wx[reference], wy[reference] local
98 real(4) :: wx[reference], wy[reference] local
H A DPSPACK.F9066 real :: wx[reference], wy[reference] local
70 real :: wx[reference], wy[reference] local
105 real(4) :: wx[reference], wy[reference] local
112 real(4) :: wx[reference], wy[reference] local
117 real(4) :: wx[reference], wy[reference] local
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/distanceField/
H A DtrilinearInterpolation.h31 #define TRILINEAR_INTERPOLATION(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
41 #define GRADIENT_COMPONENT_X(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
51 #define GRADIENT_COMPONENT_Y(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
61 #define GRADIENT_COMPONENT_Z(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A DtrilinearInterpolation.h31 #define TRILINEAR_INTERPOLATION(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
41 #define GRADIENT_COMPONENT_X(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
51 #define GRADIENT_COMPONENT_Y(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
61 #define GRADIENT_COMPONENT_Z(wx,wy,wz,v000,v100,v110,v010,v001,v101,v111,v011) \ argument
/dports/devel/cltune/CLTune-2.7.0/samples/conv_simple/
H A Dconv_simple_kernel.cu42 for (int wx=0; wx<WPTX; ++wx) { in conv() local
68 for (int wx=0; wx<WPTX; ++wx) { in conv() local
79 for (int wx=0; wx<WPTX/VECTOR; ++wx) { in conv() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A Dsafefetch.inline.hpp40 ThreadWXEnable wx(WXExec, thread); in SafeFetch32() local
50 ThreadWXEnable wx(WXExec, thread); in SafeFetchN() local
/dports/audio/din/din-52/src/
H A Dbasic_editor.cc157 float wx = win_chunk.x / obj_chunk.x, wy = win_chunk.y / obj_chunk.y; in set_win_chunk() local
240 float wx, wy; snap (wx, wy); in draw_cursor() local
385 void basic_editor::obj2win (const float& ox, const float& oy, float& wx, float& wy) { in obj2win()
390 void basic_editor::obj2win (const point<float>& v, float& wx, float& wy) { in obj2win()
394 void basic_editor::win2obj (const float& wx, const float& wy, float& ox, float& oy) { in win2obj()
400 float wx, wy; in obj2view() local
406 float wx, wy; in view2obj() local
H A Dmocap.cc46 int mocap::add (float wx, float wy) { in add()
56 float wx = x[i], wy = y[i]; in finish() local
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dapigeom.cpp84 apiflt * field, apiflt wx, apiflt wy) { in rt_heightfield()
128 apiflt * field, apiflt wx, apiflt wy) { in rt_sheightfield()
193 static void adjust(apiflt *base, int xres, int yres, apiflt wx, apiflt wy, in adjust()
210 static void subdivide(apiflt *base, int xres, int yres, apiflt wx, apiflt wy, in subdivide()
237 vector ctr, apiflt wx, apiflt wy) { in rt_landscape()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dapigeom.cpp84 apiflt * field, apiflt wx, apiflt wy) { in rt_heightfield()
128 apiflt * field, apiflt wx, apiflt wy) { in rt_sheightfield()
193 static void adjust(apiflt *base, int xres, int yres, apiflt wx, apiflt wy, in adjust()
210 static void subdivide(apiflt *base, int xres, int yres, apiflt wx, apiflt wy, in subdivide()
237 vector ctr, apiflt wx, apiflt wy) { in rt_landscape()
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dapigeom.cpp83 void rt_heightfield(void *tex, vector ctr, int m, int n, apiflt *field, apiflt wx, apiflt wy) { in rt_heightfield()
126 rt_sheightfield(void *tex, vector ctr, int m, int n, apiflt *field, apiflt wx, apiflt wy) { in rt_sheightfield()
200 apiflt wx, in adjust()
225 subdivide(apiflt *base, int xres, int yres, apiflt wx, apiflt wy, int x1, int y1, int x2, int y2) { in subdivide()
252 void rt_landscape(void *tex, int m, int n, vector ctr, apiflt wx, apiflt wy) { in rt_landscape()
/dports/lang/asn1c/asn1c-0.9.27/libasn1parser/
H A Dasn1p_class.c114 asn1p_wsyntx_t *wx; in asn1p_wsyntx_new() local
125 asn1p_wsyntx_free(asn1p_wsyntx_t *wx) { in asn1p_wsyntx_free()
135 asn1p_wsyntx_clone(asn1p_wsyntx_t *wx) { in asn1p_wsyntx_clone()
/dports/science/helfem/HelFEM-21461e9/libhelfem/src/
H A Dquadrature.cpp24 …al_integral(double rmin, double rmax, int n, const arma::vec & x, const arma::vec & wx, const arma… in radial_integral()
59 …erivative_integral(double rmin, double rmax, const arma::vec & x, const arma::vec & wx, const arma… in derivative_integral()
86 … const modelpotential::ModelPotential * nuc, const arma::vec & x, const arma::vec & wx, const arma… in model_potential_integral()
120 …ble rmin, double rmax, int L, double lambda, const arma::vec & x, const arma::vec & wx, const arma… in bessel_il_integral()
154 …ble rmin, double rmax, int L, double lambda, const arma::vec & x, const arma::vec & wx, const arma… in bessel_kl_integral()
188 …in, double rmax, double rmin0, double rmax0, const arma::vec & x, const arma::vec & wx, const poly… in twoe_inner_integral_wrk()
220 …woe_inner_integral(double rmin, double rmax, const arma::vec & x, const arma::vec & wx, const poly… in twoe_inner_integral()
243 …arma::mat twoe_integral(double rmin, double rmax, const arma::vec & x, const arma::vec & wx, const… in twoe_integral()
311 …awa_inner_integral(double rmin, double rmax, const arma::vec & x, const arma::vec & wx, const poly… in yukawa_inner_integral()
334 …arma::mat yukawa_integral(double rmin, double rmax, const arma::vec & x, const arma::vec & wx, con… in yukawa_integral()
[all …]
/dports/science/helfem/HelFEM-21461e9/src/diatomic/
H A Dquadrature.cpp23 …al(double mumin, double mumax, int m, int n, const arma::vec & x, const arma::vec & wx, const arma… in radial_integral()
60 …_integral(double mumin, double mumax, int k, const arma::vec & x, const arma::vec & wx, const arma… in Plm_radial_integral()
98 …_integral(double mumin, double mumax, int l, const arma::vec & x, const arma::vec & wx, const arma… in Qlm_radial_integral()
137 … mumax, double mumin0, double mumax0, int l, const arma::vec & x, const arma::vec & wx, const poly… in twoe_inner_integral_wrk()
176 …_integral(double mumin, double mumax, int l, const arma::vec & x, const arma::vec & wx, const poly… in twoe_inner_integral()
194 …rk(double mumin, double mumax, int k, int l, const arma::vec & x, const arma::vec & wx, const poly… in twoe_integral_wrk()
237 …al(double mumin, double mumax, int k, int l, const arma::vec & x, const arma::vec & wx, const poly… in twoe_integral()
/dports/graphics/tachyon/tachyon/src/
H A Dapigeom.c38 apiflt * field, apiflt wx, apiflt wy) { in rt_heightfield()
82 apiflt * field, apiflt wx, apiflt wy) { in rt_sheightfield()
147 static void adjust(apiflt *base, int xres, int yres, apiflt wx, apiflt wy, in adjust()
166 static void subdivide(apiflt *base, int xres, int yres, apiflt wx, apiflt wy, in subdivide()
193 apivector ctr, apiflt wx, apiflt wy) { in rt_landscape()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_bcr.c118 GMT_LOCAL uint64_t gmtbcr_prep (struct GMT_GRID_HEADER *h, double xx, double yy, double wx[], doubl… in gmtbcr_prep()
244 double retval, wsum, wx[4] = {0.0, 0.0, 0.0, 0.0}, wy[4] = {0.0, 0.0, 0.0, 0.0}, w; in gmt_bcr_get_z_fast() local
281 double retval, wsum, wx[4] = {0.0, 0.0, 0.0, 0.0}, wy[4] = {0.0, 0.0, 0.0, 0.0}, w; in gmt_bcr_get_z() local
324 double retval[4], wsum, wx[4] = {0.0, 0.0, 0.0, 0.0}, wy[4] = {0.0, 0.0, 0.0, 0.0}, w; in gmtlib_bcr_get_img() local

12345678910>>...114