Home
last modified time | relevance | path

Searched refs:rhw (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/ctxfi/
H A Dcthardware.c20 enum CTCARDS model, struct hw **rhw) in create_hw_obj() argument
26 err = create_20k1_hw_obj(rhw); in create_hw_obj()
29 err = create_20k2_hw_obj(rhw); in create_hw_obj()
38 (*rhw)->pci = pci; in create_hw_obj()
39 (*rhw)->chip_type = chip_type; in create_hw_obj()
40 (*rhw)->model = model; in create_hw_obj()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/ctxfi/
H A Dcthardware.c20 enum CTCARDS model, struct hw **rhw) in create_hw_obj() argument
26 err = create_20k1_hw_obj(rhw); in create_hw_obj()
29 err = create_20k2_hw_obj(rhw); in create_hw_obj()
38 (*rhw)->pci = pci; in create_hw_obj()
39 (*rhw)->chip_type = chip_type; in create_hw_obj()
40 (*rhw)->model = model; in create_hw_obj()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/ctxfi/
H A Dcthardware.c20 enum CTCARDS model, struct hw **rhw) in create_hw_obj() argument
26 err = create_20k1_hw_obj(rhw); in create_hw_obj()
29 err = create_20k2_hw_obj(rhw); in create_hw_obj()
38 (*rhw)->pci = pci; in create_hw_obj()
39 (*rhw)->chip_type = chip_type; in create_hw_obj()
40 (*rhw)->model = model; in create_hw_obj()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/effects/
H A DCinematicEffects.cpp193 v[0].rhw = 1.f; in FX_FlashBlanc()
196 v[1].rhw = 1.f; in FX_FlashBlanc()
199 v[2].rhw = 1.f; in FX_FlashBlanc()
202 v[3].rhw = 1.f; in FX_FlashBlanc()
234 v[0].rhw = 1.f; in SpecialFade()
238 v[1].rhw = 1.f; in SpecialFade()
242 v[2].rhw = 1.f; in SpecialFade()
246 v[3].rhw = 1.f; in SpecialFade()
261 v[0].rhw = 1.f; in SpecialFade()
266 v[1].rhw = 1.f; in SpecialFade()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Min_ellipse_2/
H A DMin_ellipse_2_adapterH2.h53 RT rhw; in are_ordered_along_lineH2() local
57 da.get( r, rhx, rhy, rhw); in are_ordered_along_lineH2()
60 if ( ! CGAL_NTS is_zero( ( phx*rhw - rhx*phw) * ( qhy*rhw - rhy*qhw) in are_ordered_along_lineH2()
61 - ( phy*rhw - rhy*phw) * ( qhx*rhw - rhx*qhw))) in are_ordered_along_lineH2()
65 if ( phx*rhw != rhx*phw) in are_ordered_along_lineH2()
66 return( ( ( phx*qhw < qhx*phw) && ( qhx*rhw < rhx*qhw)) in are_ordered_along_lineH2()
69 return( ( ( phy*qhw < qhy*phw) && ( qhy*rhw < rhy*qhw)) in are_ordered_along_lineH2()
109 RT rhw; in orientation() local
113 dao.get( r, rhx, rhy, rhw); in orientation()
116 CGAL_NTS sign( ( phx*rhw - rhx*phw) * ( qhy*rhw - rhy*qhw) in orientation()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Homogeneous/
H A Ddistance_predicatesH2.h42 const RT rhw = r.hw(); in has_larger_distance_to_point() local
64 rhw*rhw * ( phw * ( qhx*qhx + qhy*qhy ) in has_larger_distance_to_point()
68 - RT2 * rhw * ( phx*rhx + phy*rhy ) in has_larger_distance_to_point()
186 const RT rhw= r.hw(); in compare_signed_distance_to_line() local
193 ( rhx*shw - shx*rhw ) * (phy*qhw - qhy*phw) in compare_signed_distance_to_line()
194 - ( rhy*shw - shy*rhw ) * (phx*qhw - qhx*phw); in compare_signed_distance_to_line()
227 const RT rhw= r.hw(); in has_smaller_signed_distance_to_line() local
234 ( rhx*shw - shx*rhw ) * (phy*qhw - qhy*phw) in has_smaller_signed_distance_to_line()
235 - ( rhy*shw - shy*rhw ) * (phx*qhw - qhx*phw); in has_smaller_signed_distance_to_line()
260 const RT rhw= r.hw(); in has_larger_signed_distance_to_line() local
[all …]
H A Dpredicates_on_pointsH2.h61 const RT& rhx, const RT& rhy, const RT& rhw) in compare_power_distanceH2() argument
64 RT dphx = rhx * phw - phx * rhw; in compare_power_distanceH2()
65 RT dphy = rhy * phw - phy * rhw; in compare_power_distanceH2()
66 RT dqhx = rhx * qhw - qhx * rhw; in compare_power_distanceH2()
67 RT dqhy = rhy * qhw - qhy * rhw; in compare_power_distanceH2()
70 RT drhw = CGAL_NTS square(rhw); in compare_power_distanceH2()
88 const RT &rhx, const RT &rhy, const RT &rhw, const Quotient<RT> &rwt, in power_testH2() argument
110 RT drhx = rhx*rhw; in power_testH2()
111 RT drhy = rhy*rhw; in power_testH2()
112 RT drhw = CGAL_NTS square(rhw); in power_testH2()
H A Ddistance_predicatesH3.h103 const RT rhw = r.hw(); in compare_distance_to_point() local
109 rhw*rhw * ( phw * ( qhx*qhx + qhy*qhy + qhz*qhz ) in compare_distance_to_point()
113 - RT2 * rhw * ( phx*rhx + phy*rhy + phz*rhz ) in compare_distance_to_point()
142 const RT rhw = r.hw(); in has_larger_distance_to_point() local
148 rhw*rhw * ( phw * ( qhx*qhx + qhy*qhy + qhz*qhz ) in has_larger_distance_to_point()
152 - RT2 * rhw * ( phx*rhx + phy*rhy + phz*rhz ) in has_larger_distance_to_point()
178 const RT rhw = r.hw(); in has_smaller_distance_to_point() local
184 rhw*rhw * ( phw * ( qhx*qhx + qhy*qhy + qhz*qhz ) in has_smaller_distance_to_point()
188 - RT2 * rhw * ( phx*rhx + phy*rhy + phz*rhz ) in has_smaller_distance_to_point()
H A Dfunction_objects.h2307 *( phx*phx*rhw*rhw + phy*phy*rhw*rhw - in operator()
2309 - ( rhy*rhw*phw*phw - phy*phw*rhw*rhw ) in operator()
2315 *( phx*phx*rhw*rhw + phy*phy*rhw*rhw - in operator()
2317 + ( rhx*rhw*phw*phw - phx*phw*rhw*rhw ) in operator()
2323 *( rhy*rhw*phw*phw - phy*phw*rhw*rhw ) in operator()
2324 - ( rhx*rhw*phw*phw - phx*phw*rhw*rhw ) in operator()
2330 RT rx_px = ( rhx*rhw*phw*phw - phx*phw*rhw*rhw ); in operator()
2334 phx*phx*rhw*rhw + phy*phy*rhw*rhw - in operator()
2426 rhw *= rhw; in operator()
4704 RT h = rhw*rhw;
[all …]
H A Dpredicates_on_pointsH3.h128 const RT &rhx, const RT &rhy, const RT &rhz, const RT &rhw, const Quotient<RT> &rwt, in power_side_of_oriented_power_sphereH3() argument
157 RT drhx = rhx*rhw; in power_side_of_oriented_power_sphereH3()
158 RT drhy = rhy*rhw; in power_side_of_oriented_power_sphereH3()
159 RT drhz = rhz*rhw; in power_side_of_oriented_power_sphereH3()
160 RT drhw = CGAL_NTS square(rhw); in power_side_of_oriented_power_sphereH3()
H A DPlaneH3.h136 RT rhw = r.hw(); in new_rep() local
139 phy*( qhz*rhw - qhw*rhz ) in new_rep()
140 - qhy*( phz*rhw - phw*rhz ) // * X in new_rep()
143 - phx*( qhz*rhw - qhw*rhz ) in new_rep()
144 + qhx*( phz*rhw - phw*rhz ) // * Y in new_rep()
147 phx*( qhy*rhw - qhw*rhy ) in new_rep()
148 - qhx*( phy*rhw - phw*rhy ) // * Z in new_rep()
/dports/math/cgal/CGAL-5.3/include/CGAL/Min_circle_2/
H A DMin_circle_2_adapterH2.h73 RT rhw; in orientation() local
77 dao.get( r, rhx, rhy, rhw); in orientation()
80 CGAL_NTS sign( ( phx*rhw - rhx*phw) * ( qhy*rhw - rhy*qhw) in orientation()
81 - ( phy*rhw - rhy*phw) * ( qhx*rhw - rhx*qhw)))); in orientation()
182 RT rhw; in set() local
186 dao.get( r, rhx, rhy, rhw); in set()
191 RT rhx_phx( rhx*phw - phx*rhw); in set()
196 RT rhw2( rhw*rhw); in set()
206 center_hx = q2_p2*rhy_phy * rhw - r2_p2*qhy_phy * qhw; in set()
207 center_hy = r2_p2*qhx_phx * qhw - q2_p2*rhx_phx * rhw; in set()
[all …]
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/
H A DDraw.cpp170 ep2->tv[3].rhw = ep2->v[3].rhw = 1.f; in Quadable()
307 verts[i].rhw = ep->tv[i].rhw; in Delayed_FlushAll()
415 verts[j].rhw = ep->tv[j].rhw; in Delayed_FlushAll()
479 v[1].rhw = v[0].rhw = 1.f; in EERIEDraw2DLine()
494 v[4].rhw = v[3].rhw = v[2].rhw = v[1].rhw = v[0].rhw = 1.f; in EERIEDraw2DRect()
510 v[3].rhw = v[2].rhw = v[1].rhw = v[0].rhw = 1.f; in EERIEDrawFill2DRectDegrad()
648 out.rhw=1.f-out.p.z; in EERIEDrawSprite()
652 out.rhw*=(1.f/3000.f); in EERIEDrawSprite()
693 out.rhw=1.f-out.p.z; in EERIEDrawRotatedSprite()
697 out.rhw*=(1.f/3000.f); in EERIEDrawRotatedSprite()
[all …]
H A DVertex.h55 float rhw; member
62 …_p, float _rhw, ColorBGRA _color, ColorBGRA _specular, Vec2f _uv) : p(_p), rhw(_rhw), color(_color… in TexturedVertex()
64 …TexturedVertex(const TexturedVertex & o) : p(o.p), rhw(o.rhw), color(o.color), specular(o.specular… in TexturedVertex()
H A DGraphicsFormat.h89 f32 rhw; member
98 a.rhw = rhw; in TexturedVertex()
108 rhw = b.rhw;
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A DDirect3D.cpp97 FLOAT x, y, z, rhw; // screen coordinates member
105 FLOAT x, y, z, rhw; member
811 Vertices[0].rhw = 1.0f; in calculateDestRect()
817 Vertices[1].rhw = 1.0f; in calculateDestRect()
823 Vertices[2].rhw = 1.0f; in calculateDestRect()
829 Vertices[3].rhw = 1.0f; in calculateDestRect()
839 transpVertices[0].rhw = Vertices[0].rhw; in calculateDestRect()
846 transpVertices[1].rhw = Vertices[1].rhw; in calculateDestRect()
853 transpVertices[2].rhw = Vertices[2].rhw; in calculateDestRect()
860 transpVertices[3].rhw = Vertices[3].rhw; in calculateDestRect()
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/directx3d/
H A Ddirectx3dgraphics.hpp152 float x, y, z, rhw; member
161 float x, y, z, rhw; member
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DRender.cpp390 m_line3DVtx[0].rhw = g_vecProjected[dwV0].w; in Line3D()
396 m_line3DVtx[1].rhw = g_vecProjected[dwV1].w; in Line3D()
638 g_texRectTVtx[0].rhw = g_texRectTVtx[1].rhw = g_texRectTVtx[2].rhw = g_texRectTVtx[3].rhw = 1; in TexRect()
791 … g_texRectTVtx[0].rhw = g_texRectTVtx[1].rhw = g_texRectTVtx[2].rhw = g_texRectTVtx[3].rhw = 1.0f; in TexRectFlip()
811 …oat x1, float y1, float u0, float v0, float u1, float v1, COLOR dif, COLOR spe, float z, float rhw) in StartDrawSimple2DTexture() argument
857 g_texRectTVtx[0].rhw = g_texRectTVtx[1].rhw = g_texRectTVtx[2].rhw = g_texRectTVtx[3].rhw = rhw; in StartDrawSimple2DTexture()
860 …::StartDrawSimpleRect(int nX0, int nY0, int nX1, int nY1, uint32_t dwColor, float depth, float rhw) in StartDrawSimpleRect() argument
H A Dtypedefs.h121 float rhw; member
152 float rhw; member
169 float rhw; member
H A DOGLRender.h73 …at x1, float y1, float u0, float v0, float u1, float v1, COLOR dif, COLOR spe, float z, float rhw);
74 … void DrawSimpleRect(int nX0, int nY0, int nX1, int nY1, uint32_t dwColor, float depth, float rhw);
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/win32/
H A DDirect3D.cpp57 float rhw; /* Reciprocal of homogeneous w */ member
65 { sx = v.x; sy = v.y; sz = v.z; rhw = _rhw; in _D3DTLVERTEX()
521 float rhw=1.0f/(z*990.0f+10.0f); in BlitRect() local
526 verts[0]=D3DTLVERTEX(D3DXVECTOR3(left-0.5f, top-0.5f, z),rhw,col,0.0f,0.0f); in BlitRect()
527 verts[1]=D3DTLVERTEX(D3DXVECTOR3(right-0.5f, top-0.5f, z),rhw,col,1.0f,0.0f); in BlitRect()
528 verts[2]=D3DTLVERTEX(D3DXVECTOR3(right-0.5f, bottom-0.5f, z),rhw,col,1.0f,1.0f); in BlitRect()
529 verts[3]=D3DTLVERTEX(D3DXVECTOR3(left-0.5f, bottom-0.5f, z),rhw,col,0.0f,1.0f); in BlitRect()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/game/
H A DMap.cpp221 ep->tv[k].rhw=(1.f/ep->v[k].p.y);
223 if (ep->tv[k].rhw<0.f) ep->tv[k].rhw=0.f;
225 if (ep->tv[k].rhw>1.f) ep->tv[k].rhw=1.f;
227 ep->tv[k].p.z=1.f-ep->tv[k].rhw;
/dports/games/zdoom/zdoom-2.8.1/src/win32/
H A Dfb_d3d9_wipe.cpp96 FLOAT x, y, z, rhw; member
495 vert[0].rhw = 1; in Run()
504 vert[1].rhw = 1; in Run()
513 vert[2].rhw = 1; in Run()
522 vert[3].rhw = 1; in Run()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/lib/ruby/video/
H A Ddirect3d.cpp26 float x, y, z, rhw; //screen coords member
201 vertex[0].rhw = vertex[1].rhw = vertex[2].rhw = vertex[3].rhw = 1.0; in set_vertex()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/gui/
H A DMenuWidgets.cpp285 d3dvertex[0].rhw=0.999999f; in FadeInOut()
291 d3dvertex[1].rhw=0.999999f; in FadeInOut()
297 d3dvertex[2].rhw=0.999999f; in FadeInOut()
2639 v1[0].rhw=v1[1].rhw=v1[2].rhw=v2[0].rhw=v2[1].rhw=v2[2].rhw=0.999999f; in DrawZone()
2852 v[0].rhw=v[1].rhw=v[2].rhw=v[3].rhw=0.999999f; in Render()
2892 v[0].rhw=v[1].rhw=v[2].rhw=v[3].rhw=0.999999f; in RenderMouseOver()
3024 v[0].rhw=v[1].rhw=v[2].rhw=v[3].rhw=0.999999f; in Render()
3346 v[0].rhw=v[1].rhw=v[2].rhw=v[3].rhw=0.999999f; in UpdateText()
4259 v[0].rhw=v[1].rhw=v[2].rhw=v[3].rhw=0.999999f; in RenderMouseOver()
4785 v[0].rhw=v[1].rhw=v[2].rhw=v[3].rhw=0.999999f; in Render()
[all …]

123456789