Home
last modified time | relevance | path

Searched refs:wNew (Results 1 – 25 of 36) sorted by relevance

12

/dports/mail/avenger/avenger-0.8.5/libasync/
H A Dcallback.h619 #define wNew New macro
630 # undef wNew
631 # define wNew new (dmalloc, line, __LINE__) macro
704 return wNew (refcounted<callback_0_0<R> >) (wrap_line_arg f);
741 return wNew (refcounted<callback_c_0_0<C *, C, R> >) (wrap_c_line_arg p, f);
780 return wNew (refcounted<callback_0_1<R, A1> >) (wrap_line_arg f, a1);
859 return wNew (refcounted<callback_0_2<R, A1, A2> >) (wrap_line_arg f, a1, a2);
1217 return wNew (refcounted<callback_1_0<R, B1> >) (wrap_line_arg f);
1293 return wNew (refcounted<callback_1_1<R, B1, A1> >) (wrap_line_arg f, a1);
1730 return wNew (refcounted<callback_2_0<R, B1, B2> >) (wrap_line_arg f);
[all …]
/dports/math/gismo/gismo-21.12.0/src/gsSolver/
H A DgsMinimalResidual.hpp27 wPrev.setZero(n,m); w.setZero(n,m); wNew.setZero(n,m); in initIteration()
65 wNew = (z - a3*wPrev - a2*w)/a1; in step()
68 x += cNew*eta*wNew; in step()
85 wPrev.swap(w); w.swap(wNew); // for us the same as: wPrev = w; w = wNew; in step()
101 wPrev.clear(); w.clear(); wNew.clear(); in finalizeIteration()
H A DgsMinimalResidual.h99 wPrev, w, wNew, AwPrev, Aw, AwNew, variable
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DRtlAwareResizeScope.cs82 int wNew = c.Width; in Dispose()
85 if((wNew != wOrg) && (ptNew.X == xOrg)) in Dispose()
86 c.Location = new Point(xOrg + wOrg - wNew, ptNew.Y); in Dispose()
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dops.go1057 if wNew.isTruncate() {
1061 return []WriteRange{wNew}
1063 newOff := wNew.Off
1064 newEnd := wNew.End()
1093 if wOld.Off >= wNew.Off || wNew.Affects(wOld) {
1099 if wNew.isTruncate() {
1106 return append(head, wNew)
1122 return append(head, wNew)
1127 }, wNew)
1129 return append(head, wNew)
[all …]
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DMakeVerboseFormat.cpp133 aiVertexWeight wNew; in MakeVerboseFormat() local
134 wNew.mVertexId = iIndex; in MakeVerboseFormat()
135 wNew.mWeight = w.mWeight; in MakeVerboseFormat()
136 newWeights[i].push_back(wNew); in MakeVerboseFormat()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DMakeVerboseFormat.cpp135 aiVertexWeight wNew; in MakeVerboseFormat() local
136 wNew.mVertexId = iIndex; in MakeVerboseFormat()
137 wNew.mWeight = w.mWeight; in MakeVerboseFormat()
138 newWeights[i].push_back(wNew); in MakeVerboseFormat()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DMakeVerboseFormat.cpp135 aiVertexWeight wNew; in MakeVerboseFormat() local
136 wNew.mVertexId = iIndex; in MakeVerboseFormat()
137 wNew.mWeight = w.mWeight; in MakeVerboseFormat()
138 newWeights[i].push_back(wNew); in MakeVerboseFormat()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DMakeVerboseFormat.cpp136 aiVertexWeight wNew; in MakeVerboseFormat() local
137 wNew.mVertexId = iIndex; in MakeVerboseFormat()
138 wNew.mWeight = w.mWeight; in MakeVerboseFormat()
139 newWeights[i].push_back(wNew); in MakeVerboseFormat()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/PostProcessing/
H A DMakeVerboseFormat.cpp140 aiVertexWeight wNew; in MakeVerboseFormat() local
141 wNew.mVertexId = iIndex; in MakeVerboseFormat()
142 wNew.mWeight = w.mWeight; in MakeVerboseFormat()
143 newWeights[i].push_back(wNew); in MakeVerboseFormat()
/dports/multimedia/assimp/assimp-5.1.3/code/PostProcessing/
H A DMakeVerboseFormat.cpp127 aiVertexWeight wNew; in MakeVerboseFormat() local
128 wNew.mVertexId = iIndex; in MakeVerboseFormat()
129 wNew.mWeight = w.mWeight; in MakeVerboseFormat()
130 newWeights[i].push_back(wNew); in MakeVerboseFormat()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/code/PostProcessing/
H A DMakeVerboseFormat.cpp140 aiVertexWeight wNew; in MakeVerboseFormat() local
141 wNew.mVertexId = iIndex; in MakeVerboseFormat()
142 wNew.mWeight = w.mWeight; in MakeVerboseFormat()
143 newWeights[i].push_back(wNew); in MakeVerboseFormat()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/code/PostProcessing/
H A DMakeVerboseFormat.cpp140 aiVertexWeight wNew; in MakeVerboseFormat() local
141 wNew.mVertexId = iIndex; in MakeVerboseFormat()
142 wNew.mWeight = w.mWeight; in MakeVerboseFormat()
143 newWeights[i].push_back(wNew); in MakeVerboseFormat()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dlattice.c283 void BKE_lattice_resize(Lattice *lt, int uNew, int vNew, int wNew, Object *ltOb) in BKE_lattice_resize() argument
296 while (uNew * vNew * wNew > 32000) { in BKE_lattice_resize()
297 if (uNew >= vNew && uNew >= wNew) { in BKE_lattice_resize()
300 else if (vNew >= uNew && vNew >= wNew) { in BKE_lattice_resize()
304 wNew--; in BKE_lattice_resize()
308 vert_coords = MEM_mallocN(sizeof(*vert_coords) * uNew * vNew * wNew, "tmp_vcos"); in BKE_lattice_resize()
312 calc_lat_fudu(lt->flag, wNew, &fw, &dw); in BKE_lattice_resize()
330 if (wNew != 1 && lt->pntsw != 1) { in BKE_lattice_resize()
332 dw = (lt->pntsw - 1) * lt->dw / (wNew - 1); in BKE_lattice_resize()
337 for (w = 0, wc = fw; w < wNew; w++, wc += dw) { in BKE_lattice_resize()
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DLevelSetTracker.h357 const int wNew = static_cast<int>(halfWidth); in resize() local
358 if (wOld < wNew) { in resize()
359 this->dilate(wNew - wOld); in resize()
360 } else if (wOld > wNew) { in resize()
361 this->erode(wOld - wNew); in resize()
363 return wOld != wNew; in resize()
/dports/graphics/xpdf3/xpdf-3.04/xpdf/
H A DXFAForm.h102 double *wNew, double *hNew, GString *appearBuf);
/dports/devel/tex-web2c/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DXFAForm.h102 double *wNew, double *hNew, GString *appearBuf);
/dports/japanese/tex-ptex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DXFAForm.h102 double *wNew, double *hNew, GString *appearBuf);
/dports/print/tex-basic-engines/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DXFAForm.h102 double *wNew, double *hNew, GString *appearBuf);
/dports/print/tex-aleph/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DXFAForm.h102 double *wNew, double *hNew, GString *appearBuf);
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DXFAForm.h102 double *wNew, double *hNew, GString *appearBuf);
H A DXFAForm.cc1082 double *wNew, double *hNew, GString *appearBuf) { in transform() argument
1090 *wNew = h; in transform()
1095 *wNew = w; in transform()
1100 *wNew = h; in transform()
/dports/print/tex-xetex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DXFAForm.h102 double *wNew, double *hNew, GString *appearBuf);
/dports/lang/python-legacy/Python-2.7.18/Lib/plat-mac/Carbon/
H A DWindows.py197 wNew = 3 variable
/dports/lang/python27/Python-2.7.18/Lib/plat-mac/Carbon/
H A DWindows.py197 wNew = 3 variable

12