Home
last modified time | relevance | path

Searched refs:twx (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1322.c134 double twx,twy,twz; /* Local version of normalized direction vector */ local
184 twx = sdirec[0];
193 temp = tx0*(twx*twx-(double)1.0) + twx*(ty0*twy+tz0*twz);
200 temp = ty0*(twy*twy-(double)1.0) + twy*(tz0*twz+tx0*twx);
207 temp = tz0*(twz*twz-(double)1.0) + twz*(tx0*twx+ty0*twy);
214 temp = tx0*tx0*((double)1.0-twx*twx) + ty0*ty0*((double)1.0-twy*twy)
215 + tz0*tz0*((double)1.0-twz*twz) - (double)2.0*tx0*ty0*twx*twy
216 - (double)2.0*ty0*tz0*twy*twz - (double)2.0*tz0*tx0*twz*twx
223 temp = -twx*twy;
229 temp = -twx*twz;
H A Ds1323.c162 double twx,twy,twz; /* Local version of normalized direction vector */ local
209 twx = sdirec[0];
219 temp = (tx0*twx*twx + twx*(ty0*twy+tz0*twz))/tcost2 - tx0;
227 temp = (ty0*twy*twy + twy*(tz0*twz+tx0*twx))/tcost2 - ty0;
235 temp = (tz0*twz*twz + twz*(tx0*twx+ty0*twy))/tcost2 - tz0;
243 - ( tx0*tx0*twx*twx + ty0*ty0*twy*twy + tz0*tz0*twz*twz
244 + (double)2.0*tx0*ty0*twx*twy + (double)2.0*ty0*tz0*twy*twz
245 + (double)2.0*tz0*tx0*twz*twx )/tcost2;
251 temp = -twx*twy/tcost2;
258 temp = -twx*twz/tcost2;
/dports/cad/netgen-lvs/netgen-1.5.211/python/
H A Dtooltip.py133 twx, twy = tw.winfo_reqwidth(), tw.winfo_reqheight()
146 x = tw.winfo_pointerx() - twx / 2
149 elif x + twx > w:
150 x = w - twx
/dports/cad/qflow/qflow-1.4.98/scripts/
H A Dtooltip.py.in133 twx, twy = tw.winfo_reqwidth(), tw.winfo_reqheight()
146 x = tw.winfo_pointerx() - twx / 2
149 elif x + twx > w:
150 x = w - twx
/dports/graphics/graphviz/graphviz-2.44.1/cmd/lefty/ws/gtk/
H A Dgcanvas.c1063 double tvx, tvy, twx, twy; in rdrawtopix() local
1066 twx = WCU->wrect.c.x - WCU->wrect.o.x; in rdrawtopix()
1079 double tvx, tvy, twx, twy; in pdrawtopix() local
1082 twx = WCU->wrect.c.x - WCU->wrect.o.x; in pdrawtopix()
1094 double tvx, tvy, twx, twy; in sdrawtopix() local
1097 twx = WCU->wrect.c.x - WCU->wrect.o.x; in sdrawtopix()
1099 ps.x = tvx * (gs.x - 1) / twx + 1.5; in sdrawtopix()
1109 double tvx, tvy, twx, twy; in Gppixtodraw() local
1124 double tvx, tvy, twx, twy; in spixtodraw() local
1129 gs.x = ((ps.x - 1) / tvx) * twx + 1; in spixtodraw()
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/cmd/lefty/ws/x11/
H A Dgpcanvas.c651 double tvx, tvy, twx, twy; in GPbitblt() local
659 twx = WPU->wrect.c.x - WPU->wrect.o.x; in GPbitblt()
661 scale.x = tvx / twx, scale.y = tvy / twy; in GPbitblt()
749 double tvx, tvy, twx, twy; in rdrawtopix() local
752 twx = WPU->wrect.c.x - WPU->wrect.o.x; in rdrawtopix()
763 double tvx, tvy, twx, twy; in pdrawtopix() local
766 twx = WPU->wrect.c.x - WPU->wrect.o.x; in pdrawtopix()
768 pp.x = tvx * (gp.x - WPU->wrect.o.x) / twx + 0.5; in pdrawtopix()
775 double tvx, tvy, twx, twy; in sdrawtopix() local
778 twx = WPU->wrect.c.x - WPU->wrect.o.x; in sdrawtopix()
[all …]
H A Dgcanvas.c1154 double tvx, tvy, twx, twy; in GCbitblt() local
1557 double tvx, tvy, twx, twy; in rdrawtopix() local
1560 twx = WCU->wrect.c.x - WCU->wrect.o.x; in rdrawtopix()
1571 double tvx, tvy, twx, twy; in pdrawtopix() local
1574 twx = WCU->wrect.c.x - WCU->wrect.o.x; in pdrawtopix()
1583 double tvx, tvy, twx, twy; in sdrawtopix() local
1588 ps.x = tvx * (gs.x - 1) / twx + 1.5; in sdrawtopix()
1595 double tvx, tvy, twx, twy; in Gppixtodraw() local
1607 double tvx, tvy, twx, twy; in spixtodraw() local
1612 gs.x = ((ps.x - 1) / tvx) * twx + 1; in spixtodraw()
[all …]
/dports/devel/tokamak/tokamak_release/include/math/
H A Dne_math_q_inline.h71 const f32 twx = tx*W; in BuildMatrix() local
86 M.M[2][1] = tyz-twx; in BuildMatrix()
88 M.M[1][2] = tyz+twx; in BuildMatrix()
105 const f32 twx = tx*W; in BuildMatrix3() local
120 M.M[2][1] = tyz-twx; in BuildMatrix3()
122 M.M[1][2] = tyz+twx; in BuildMatrix3()
/dports/graphics/graphviz/graphviz-2.44.1/cmd/lefty/ws/mswin32/
H A Dgcanvas.c978 double tvx, tvy, twx, twy; in GCbitblt() local
1257 double tvx, tvy, twx, twy; in rdrawtopix() local
1260 twx = WCU->wrect.c.x - WCU->wrect.o.x; in rdrawtopix()
1271 double tvx, tvy, twx, twy; in pdrawtopix() local
1274 twx = WCU->wrect.c.x - WCU->wrect.o.x; in pdrawtopix()
1283 double tvx, tvy, twx, twy; in sdrawtopix() local
1288 ps.x = tvx * (gs.x - 1) / twx + 1.5; in sdrawtopix()
1295 double tvx, tvy, twx, twy; in ppixtodraw() local
1307 double tvx, tvy, twx, twy; in spixtodraw() local
1312 gs.x = ((ps.x - 1) / tvx) * twx + 1; in spixtodraw()
[all …]
H A Dgpcanvas.c889 double tvx, tvy, twx, twy; in GPbitblt() local
897 twx = WPU->wrect.c.x - WPU->wrect.o.x; in GPbitblt()
899 scale.x = tvx / twx, scale.y = tvy / twy; in GPbitblt()
939 twx = WPU->wrect.c.x - WPU->wrect.o.x; in GPbitblt()
1152 double tvx, tvy, twx, twy; in rdrawtopix() local
1155 twx = WPU->wrect.c.x - WPU->wrect.o.x; in rdrawtopix()
1166 double tvx, tvy, twx, twy; in pdrawtopix() local
1169 twx = WPU->wrect.c.x - WPU->wrect.o.x; in pdrawtopix()
1178 double tvx, tvy, twx, twy; in sdrawtopix() local
1181 twx = WPU->wrect.c.x - WPU->wrect.o.x; in sdrawtopix()
[all …]
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/psx/
H A Dgpu_common.h142 TexWindowX_ADD = ((twx & tww) << 3;
168 uint8_t twx = g->twx; in RecalcTexWindowStuff() local
172 g->SUCV.TWX_ADD = ((twx & tww) << 3) + (g->TexPageX << (2 - std::min<uint32>(2, g->TexMode))); in RecalcTexWindowStuff()
H A Dgpu_polygon_sub.cpp151 uint8 twx = gpu->SUCV.TWX_AND; in Extend_UVLimits() local
159 if ((twx == (uint8)0xffu) && (twy == (uint8)0xffu)) in Extend_UVLimits()
188 uint8 twx = gpu->SUCV.TWX_AND; in Finalise_UVLimits() local
199 if ((twx == (uint8)0xffu) && (twy == (uint8)0xffu)) in Finalise_UVLimits()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/mednafen/psx/
H A Dgpu_polygon_sub.cpp151 uint8 twx = gpu->SUCV.TWX_AND; in Extend_UVLimits() local
159 if ((twx == (uint8)0xffu) && (twy == (uint8)0xffu)) in Extend_UVLimits()
188 uint8 twx = gpu->SUCV.TWX_AND; in Finalise_UVLimits() local
199 if ((twx == (uint8)0xffu) && (twy == (uint8)0xffu)) in Finalise_UVLimits()
H A Dgpu_common.h142 TexWindowX_ADD = ((twx & tww) << 3;
168 uint8_t twx = g->twx; in RecalcTexWindowStuff() local
172 g->SUCV.TWX_ADD = ((twx & tww) << 3) + (g->TexPageX << (2 - std::min<uint32>(2, g->TexMode))); in RecalcTexWindowStuff()
/dports/security/py-exscript/exscript-2.6/tests/Exscript/protocols/banners/
H A Dios.58 twx.am9#
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/top/USRP2/
H A D.gitignore40 /*.twx
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/rsx/
H A Drsx_dump.cpp104 void rsx_dump_set_tex_window(uint8_t tww, uint8_t twh, uint8_t twx, uint8_t twy) in rsx_dump_set_tex_window() argument
111 write_u32(twx); in rsx_dump_set_tex_window()
H A Drsx_intf.cpp360 uint8_t twx, uint8_t twy) in rsx_intf_set_tex_window() argument
363 rsx_dump_set_tex_window(tww, twh, twx, twy); in rsx_intf_set_tex_window()
370 rsx_gl_set_tex_window(tww, twh, twx, twy); in rsx_intf_set_tex_window()
375 rsx_vulkan_set_tex_window(tww, twh, twx, twy); in rsx_intf_set_tex_window()
H A Drsx_dump.h16 void rsx_dump_set_tex_window(uint8_t tww, uint8_t twh, uint8_t twx, uint8_t twy);
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/rsx/
H A Drsx_dump.cpp104 void rsx_dump_set_tex_window(uint8_t tww, uint8_t twh, uint8_t twx, uint8_t twy) in rsx_dump_set_tex_window() argument
111 write_u32(twx); in rsx_dump_set_tex_window()
H A Drsx_intf.cpp360 uint8_t twx, uint8_t twy) in rsx_intf_set_tex_window() argument
363 rsx_dump_set_tex_window(tww, twh, twx, twy); in rsx_intf_set_tex_window()
370 rsx_gl_set_tex_window(tww, twh, twx, twy); in rsx_intf_set_tex_window()
375 rsx_vulkan_set_tex_window(tww, twh, twx, twy); in rsx_intf_set_tex_window()
H A Drsx_dump.h16 void rsx_dump_set_tex_window(uint8_t tww, uint8_t twh, uint8_t twx, uint8_t twy);
/dports/games/burrtools/burrtools-0.6.3/src/gui/
H A Darcball.cpp520 GLfloat twx = tx*rotation[3]; in addTransform() local
538 m[ 6] = tyz+twx; in addTransform()
541 m[ 9] = tyz-twx; in addTransform()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/vendor/gitignore/Global/
H A DXilinxISE.gitignore25 *.twx
/dports/www/gitea/gitea-1.16.5/options/gitignore/
H A DXilinxISE25 *.twx

1234567891011