Home
last modified time | relevance | path

Searched defs:vx (Results 226 – 250 of 4914) sorted by relevance

12345678910>>...197

/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/generic/tuiotouch/
H A Dqtuiocursor_p.h84 void setVX(float vx) { m_vx = vx; } in setVX()
85 float vx() const { return m_vx; } in vx() function
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/plugins/generic/tuiotouch/
H A Dqtuiocursor_p.h84 void setVX(float vx) { m_vx = vx; } in setVX()
85 float vx() const { return m_vx; } in vx() function
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/plugins/generic/tuiotouch/
H A Dqtuiocursor_p.h84 void setVX(float vx) { m_vx = vx; } in setVX()
85 float vx() const { return m_vx; } in vx() function
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/plugins/generic/tuiotouch/
H A Dqtuiocursor_p.h84 void setVX(float vx) { m_vx = vx; } in setVX()
85 float vx() const { return m_vx; } in vx() function
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/plugins/generic/tuiotouch/
H A Dqtuiocursor_p.h84 void setVX(float vx) { m_vx = vx; } in setVX()
85 float vx() const { return m_vx; } in vx() function
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/plugins/generic/tuiotouch/
H A Dqtuiocursor_p.h84 void setVX(float vx) { m_vx = vx; } in setVX()
85 float vx() const { return m_vx; } in vx() function
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/plugins/generic/tuiotouch/
H A Dqtuiocursor_p.h84 void setVX(float vx) { m_vx = vx; } in setVX()
85 float vx() const { return m_vx; } in vx() function
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/plugins/generic/tuiotouch/
H A Dqtuiocursor_p.h84 void setVX(float vx) { m_vx = vx; } in setVX()
85 float vx() const { return m_vx; } in vx() function
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/generic/tuiotouch/
H A Dqtuiocursor_p.h84 void setVX(float vx) { m_vx = vx; } in setVX()
85 float vx() const { return m_vx; } in vx() function
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/plugins/generic/tuiotouch/
H A Dqtuiocursor_p.h84 void setVX(float vx) { m_vx = vx; } in setVX()
85 float vx() const { return m_vx; } in vx() function
/dports/x11/pixman/pixman-0.40.0/test/
H A Dscaling-helpers-test.c21 int64_t vx = vx_; in bilinear_pad_repeat_get_scanline_bounds_ref() local
60 pixman_fixed_t vx = prng_rand_n(10000 << 16) - (3000 << 16); in main() local
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/plugins/generic/tuiotouch/
H A Dqtuiocursor_p.h84 void setVX(float vx) { m_vx = vx; } in setVX()
85 float vx() const { return m_vx; } in vx() function
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/qimagescale/
H A Dqimagescale_sse4.cpp52 __m128i vx = _mm_mullo_epi32(vpix, vxyap); in qt_qimageScaleAARGBA_helper() local
86 __m128i vx = qt_qimageScaleAARGBA_helper(sptr, yap, Cy, sow, vyap, vCy); in qt_qimageScaleAARGBA_up_x_down_y_sse4() local
131 __m128i vx = qt_qimageScaleAARGBA_helper(sptr, xap, Cx, 1, vxap, vCx); in qt_qimageScaleAARGBA_down_x_up_y_sse4() local
178 __m128i vx = qt_qimageScaleAARGBA_helper(sptr, xap, Cx, 1, vxap, vCx); in qt_qimageScaleAARGBA_down_xy_sse4() local
/dports/games/vvvvvv/VVVVVV-cb3640e5/desktop_version/src/
H A DEntity.cpp1792 void entityclass::createentity( Game& game, float xp, float yp, int t, float vx /*= 0*/, float vy /… in createentity()
1955 if (int(vx) <= 1) vertplatforms = true; in createentity() local
1956 if (int(vx) >= 2 && int(vx) <= 5) horplatforms = true; in createentity() local
1957 …if (int(vx) == 14 || int(vx) == 15) horplatforms = true; //special case for last part of Space Sta… in createentity() local
1958 if (int(vx) >= 6 && int(vx) <= 7) vertplatforms = true; in createentity() local
1960 if (int(vx) >= 10 && int(vx) <= 11) in createentity() local
1972 if (int(vx) >= 8 && int(vx) <= 9) in createentity() local
1978 if (int(vx) == 8) entities[k].tile += 4; in createentity() local
1979 if (int(vx) == 9) entities[k].animate = 11; in createentity() local
1982 if (int(vx) == 8) entities[k].tile += 40; in createentity() local
[all …]
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/graph/
H A Dfill.c19 value caml_gr_fill_rect(value vx, value vy, value vw, value vh) in caml_gr_fill_rect()
64 value caml_gr_fill_arc_nat(value vx, value vy, value vrx, value vry, value va1, in caml_gr_fill_arc_nat()
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/graph/
H A Dfill.c19 value caml_gr_fill_rect(value vx, value vy, value vw, value vh) in caml_gr_fill_rect()
64 value caml_gr_fill_arc_nat(value vx, value vy, value vrx, value vry, value va1, in caml_gr_fill_arc_nat()
/dports/games/flying/flying-6.20/
H A Dvec2.C21 void Vec2::Split( const Vec2 &d, Vec2 *vx, Vec2 *vy ) const in Split()
48 void Vec2::Split( const Vec2 &d, Vec2 *vx ) const in Split()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/math/special_functions/detail/
H A Dlanczos_sse2.hpp54 __m128d vx = _mm_load1_pd(&x); in lanczos_sum() local
139 __m128d vx = _mm_load1_pd(&x); in lanczos_sum_expG_scaled() local
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/math/special_functions/detail/
H A Dlanczos_sse2.hpp54 __m128d vx = _mm_load1_pd(&x); in lanczos_sum() local
139 __m128d vx = _mm_load1_pd(&x); in lanczos_sum_expG_scaled() local
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/math/special_functions/detail/
H A Dlanczos_sse2.hpp54 __m128d vx = _mm_load1_pd(&x); in lanczos_sum() local
139 __m128d vx = _mm_load1_pd(&x); in lanczos_sum_expG_scaled() local
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/spu/
H A Dw_exp2.c4 double exp2(double vx) in exp2()
H A Dlog2.c5 double log2(double vx) in log2()
H A Dsf_expm1.c4 float expm1f(float vx) in expm1f()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/spu/headers/
H A Dexpm1f.h3 static __inline float _expm1f(float vx) in _expm1f()
H A Dexp2.h3 static __inline double _exp2(double vx) in _exp2()

12345678910>>...197