Home
last modified time | relevance | path

Searched defs:xy (Results 1 – 25 of 3786) sorted by relevance

12345678910>>...152

/dports/audio/uade/uade-2.13/amigasrc/players/musicline_editor/include/
H A DEffectsMac.i29 FXMac fx_SlideUp,$01 xy = 00-FF variable
30 FXMac fx_SlideDown,$02 xy = 00-FF variable
31 FXMac fx_Portamento,$03 xy = 00-FF variable
32 FXMac fx_InitInstrumentPortamento,$04 xy = -- variable
33 FXMac fx_PitchUp,$05 xy = 00-FF variable
34 FXMac fx_PitchDown,$06 xy = 00-FF variable
35 FXMac fx_VibratoSpeed,$07 xy = 00-FF variable
36 FXMac fx_VibratoUp,$08 xy = 00-40 Init Vibrato variable
37 FXMac fx_VibratoDown,$09 xy = 00-40 Init Vibrato variable
38 FXMac fx_VibratoWave,$0A xy = 00-03 00=Sinus variable
/dports/devel/upp/upp/examples/ScatterCtrl_Demo/
H A Dtab3_ParametricFunctions.cpp6 void para1(Pointf& xy, double t) {xy = Pointf(cos(2*M_PI*t), sin(2*M_PI*t));} in para1()
7 void para2(Pointf& xy, double t) {xy = Pointf(0.5*cos(6*M_PI*t)+3*t-1, 1.5+0.5*sin(6*M_PI*t));} in para2()
8 void para3(Pointf& xy, double t) {xy = Pointf(3+(0.5+t)*cos(6*M_PI*t), (0.5+t)*sin(6*M_PI*t));} in para3()
9 void para4(Pointf& xy, double t) {xy = Pointf(0, -0.25+0.5*t);} in para4()
11 void para1p(Pointf& xy, double t, double a, double b) {xy = Pointf(a*cos(2*M_PI*t),b*sin(2*M_PI*t)… in para1p()
12 void para3p(Pointf& xy, double t, double a) {xy = Pointf(a+(0.5+t)*cos(6*M_PI*t),(0.5+t)*sin(6*M… in para3p()
29 …scatter.AddSeries([=](Pointf &xy, double t) {xy = Pointf(-0.25+0.5*t, 0);}, 2).Legend("HLine").NoM… in Init()
/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_xml_parse.y111 xml_parse_content(clixon_xml_yacc *xy, in xml_parse_content()
136 xml_parse_whitespace(clixon_xml_yacc *xy, in xml_parse_whitespace()
169 xml_parse_version(clixon_xml_yacc *xy, in xml_parse_version()
190 xml_parse_prefixed_name(clixon_xml_yacc *xy, in xml_parse_prefixed_name()
221 xml_parse_endslash_pre(clixon_xml_yacc *xy) in xml_parse_endslash_pre()
229 xml_parse_endslash_mid(clixon_xml_yacc *xy) in xml_parse_endslash_mid()
240 xml_parse_endslash_post(clixon_xml_yacc *xy) in xml_parse_endslash_post()
256 xml_parse_bslash(clixon_xml_yacc *xy, in xml_parse_bslash()
307 xml_parse_attr(clixon_xml_yacc *xy, in xml_parse_attr()
/dports/cad/py-gdspy/gdspy-1.6.8/gdspy/
H A Dcurve.py117 def L(self, *xy):
142 def l(self, *xy):
296 def C(self, *xy):
343 def c(self, *xy):
392 def S(self, *xy):
446 def s(self, *xy):
502 def Q(self, *xy):
548 def q(self, *xy):
596 def T(self, *xy):
647 def t(self, *xy):
[all …]
/dports/devel/fuzzylite/fuzzylite-6.0/fuzzylite/src/term/
H A DDiscrete.cpp21 Discrete::Discrete(const std::string& name, const std::vector<Pair>& xy, scalar height) in Discrete()
106 void Discrete::setXY(const std::vector<Pair>& xy) { in setXY()
110 const std::vector<Discrete::Pair>& Discrete::xy() const { in xy() function in fl::Discrete
114 std::vector<Discrete::Pair>& Discrete::xy() { in xy() function in fl::Discrete
118 const Discrete::Pair& Discrete::xy(std::size_t index) const { in xy() function in fl::Discrete
122 Discrete::Pair& Discrete::xy(std::size_t index) { in xy() function in fl::Discrete
158 std::vector<Discrete::Pair> Discrete::toPairs(const std::vector<scalar>& xy) { in toPairs()
173 std::vector<Discrete::Pair> Discrete::toPairs(const std::vector<scalar>& xy, in toPairs()
187 std::vector<scalar> Discrete::toVector(const std::vector<Pair>& xy) { in toVector()
196 std::string Discrete::formatXY(const std::vector<Pair>& xy, const std::string& prefix, in formatXY()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/batikvis/src/main/java/de/lmu/ifi/dbs/elki/visualization/svg/
H A DSVGPath.java168 public SVGPath(double[] xy) { in SVGPath()
209 public SVGPath drawTo(double[] xy) { in drawTo()
239 public SVGPath lineTo(double[] xy) { in lineTo()
260 public SVGPath relativeLineTo(double[] xy) { in relativeLineTo()
321 public SVGPath moveTo(double[] xy) { in moveTo()
342 public SVGPath relativeMoveTo(double[] xy) { in relativeMoveTo()
420 public SVGPath smoothCubicTo(double[] c2xy, double[] xy) { in smoothCubicTo()
468 public SVGPath quadTo(double[] c1xy, double[] xy) { in quadTo()
492 public SVGPath relativeQuadTo(double[] c1xy, double[] xy) { in relativeQuadTo()
513 public SVGPath smoothQuadTo(double[] xy) { in smoothQuadTo()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsserial.h68 #define enc_u_sizexy(xy) enc_u_size2w((xy).x, (xy).y) argument
101 #define enc_u_putxy(xy, p) enc_u_put2w((xy).x, (xy).y, (p)) argument
140 #define enc_u_getxy(xy, p) enc_u_get2w((xy).x, (xy).y, (p)) argument
141 #define enc_u_getxy_nc(xy, p) enc_u_get2w_nc((xy).x, (xy).y, (p)) argument
187 #define enc_s_sizexy(xy) (enc_s_sizew((xy).x) + enc_s_sizew((xy).y)) argument
204 #define enc_s_putxy(xy, p) \ argument
238 #define enc_s_getxy(xy, p) \ argument
244 #define enc_s_getxy_nc(xy, p) \ argument
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsserial.h72 #define enc_u_sizexy(xy) enc_u_size2w((xy).x, (xy).y) argument
105 #define enc_u_putxy(xy, p) enc_u_put2w((xy).x, (xy).y, (p)) argument
143 #define enc_u_getxy(xy, p) enc_u_get2w((xy).x, (xy).y, (p)) argument
144 #define enc_u_getxy_nc(xy, p) enc_u_get2w_nc((xy).x, (xy).y, (p)) argument
189 #define enc_s_sizexy(xy) (enc_s_sizew((xy).x) + enc_s_sizew((xy).y)) argument
205 #define enc_s_putxy(xy, p) \ argument
239 #define enc_s_getxy(xy, p) \ argument
245 #define enc_s_getxy_nc(xy, p) \ argument
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsserial.h72 #define enc_u_sizexy(xy) enc_u_size2w((xy).x, (xy).y) argument
105 #define enc_u_putxy(xy, p) enc_u_put2w((xy).x, (xy).y, (p)) argument
143 #define enc_u_getxy(xy, p) enc_u_get2w((xy).x, (xy).y, (p)) argument
144 #define enc_u_getxy_nc(xy, p) enc_u_get2w_nc((xy).x, (xy).y, (p)) argument
189 #define enc_s_sizexy(xy) (enc_s_sizew((xy).x) + enc_s_sizew((xy).y)) argument
205 #define enc_s_putxy(xy, p) \ argument
239 #define enc_s_getxy(xy, p) \ argument
245 #define enc_s_getxy_nc(xy, p) \ argument
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsserial.h70 #define enc_u_sizexy(xy) enc_u_size2w((xy).x, (xy).y) argument
103 #define enc_u_putxy(xy, p) enc_u_put2w((xy).x, (xy).y, (p)) argument
141 #define enc_u_getxy(xy, p) enc_u_get2w((xy).x, (xy).y, (p)) argument
142 #define enc_u_getxy_nc(xy, p) enc_u_get2w_nc((xy).x, (xy).y, (p)) argument
187 #define enc_s_sizexy(xy) (enc_s_sizew((xy).x) + enc_s_sizew((xy).y)) argument
203 #define enc_s_putxy(xy, p) \ argument
237 #define enc_s_getxy(xy, p) \ argument
243 #define enc_s_getxy_nc(xy, p) \ argument
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsserial.h70 #define enc_u_sizexy(xy) enc_u_size2w((xy).x, (xy).y) argument
103 #define enc_u_putxy(xy, p) enc_u_put2w((xy).x, (xy).y, (p)) argument
141 #define enc_u_getxy(xy, p) enc_u_get2w((xy).x, (xy).y, (p)) argument
142 #define enc_u_getxy_nc(xy, p) enc_u_get2w_nc((xy).x, (xy).y, (p)) argument
187 #define enc_s_sizexy(xy) (enc_s_sizew((xy).x) + enc_s_sizew((xy).y)) argument
203 #define enc_s_putxy(xy, p) \ argument
237 #define enc_s_getxy(xy, p) \ argument
243 #define enc_s_getxy_nc(xy, p) \ argument
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsserial.h68 #define enc_u_sizexy(xy) enc_u_size2w((xy).x, (xy).y) argument
101 #define enc_u_putxy(xy, p) enc_u_put2w((xy).x, (xy).y, (p)) argument
140 #define enc_u_getxy(xy, p) enc_u_get2w((xy).x, (xy).y, (p)) argument
141 #define enc_u_getxy_nc(xy, p) enc_u_get2w_nc((xy).x, (xy).y, (p)) argument
187 #define enc_s_sizexy(xy) (enc_s_sizew((xy).x) + enc_s_sizew((xy).y)) argument
204 #define enc_s_putxy(xy, p) \ argument
238 #define enc_s_getxy(xy, p) \ argument
244 #define enc_s_getxy_nc(xy, p) \ argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/lib/perf/
H A Dxyarray.c10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new() local
23 void xyarray__reset(struct xyarray *xy) in xyarray__reset()
30 void xyarray__delete(struct xyarray *xy) in xyarray__delete()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/lib/perf/
H A Dxyarray.c10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new() local
23 void xyarray__reset(struct xyarray *xy) in xyarray__reset()
30 void xyarray__delete(struct xyarray *xy) in xyarray__delete()
/dports/science/dynare/dynare-4.6.4/matlab/partial_information/
H A Dqzswitch.m65 xy = [(b*d-e*a)', (c*d-f*a)']; variable
73 xy = m\xy; variable
75 xy = [xy;-xy(2)', xy(1)']; variable
/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/TZcode/MatlabFiles/
H A Dqzswitch.m60 xy = [(b*d-e*a)', (c*d-f*a)']; variable
68 xy = m\xy; variable
70 xy = [xy;-xy(2)', xy(1)']; variable
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/lib/perf/
H A Dxyarray.c10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new() local
23 void xyarray__reset(struct xyarray *xy) in xyarray__reset()
30 void xyarray__delete(struct xyarray *xy) in xyarray__delete()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/lib/perf/include/internal/
H A Dxyarray.h21 static inline void *__xyarray__entry(struct xyarray *xy, int x, int y) in __xyarray__entry()
26 static inline void *xyarray__entry(struct xyarray *xy, size_t x, size_t y) in xyarray__entry()
33 static inline int xyarray__max_y(struct xyarray *xy) in xyarray__max_y()
38 static inline int xyarray__max_x(struct xyarray *xy) in xyarray__max_x()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/lib/perf/include/internal/
H A Dxyarray.h21 static inline void *__xyarray__entry(struct xyarray *xy, int x, int y) in __xyarray__entry()
26 static inline void *xyarray__entry(struct xyarray *xy, size_t x, size_t y) in xyarray__entry()
33 static inline int xyarray__max_y(struct xyarray *xy) in xyarray__max_y()
38 static inline int xyarray__max_x(struct xyarray *xy) in xyarray__max_x()
/dports/graphics/proj/proj-7.2.1/src/projections/
H A Dmerc.cpp23 PJ_XY xy = {0.0,0.0}; in merc_e_forward() local
35 PJ_XY xy = {0.0,0.0}; in merc_s_forward() local
46 static PJ_LP merc_e_inverse (PJ_XY xy, PJ *P) { /* Ellipsoidal, inverse */ in merc_e_inverse()
57 static PJ_LP merc_s_inverse (PJ_XY xy, PJ *P) { /* Spheroidal, inverse */ in merc_s_inverse()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_minimal.c137 XY xy = {0.0,0.0}; in e_forward() local
146 XY xy = {0.0,0.0}; in s_forward() local
154 static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ in e_inverse()
163 static LP s_inverse (XY xy, PJ *P) { /* Spheroidal, inverse */ in s_inverse()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_minimal.c137 XY xy = {0.0,0.0}; in e_forward() local
146 XY xy = {0.0,0.0}; in s_forward() local
154 static LP e_inverse (XY xy, PJ *P) { /* Ellipsoidal, inverse */ in e_inverse()
163 static LP s_inverse (XY xy, PJ *P) { /* Spheroidal, inverse */ in s_inverse()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/lib/perf/include/internal/
H A Dxyarray.h21 static inline void *__xyarray__entry(struct xyarray *xy, int x, int y) in __xyarray__entry()
26 static inline void *xyarray__entry(struct xyarray *xy, size_t x, size_t y) in xyarray__entry()
33 static inline int xyarray__max_y(struct xyarray *xy) in xyarray__max_y()
38 static inline int xyarray__max_x(struct xyarray *xy) in xyarray__max_x()
/dports/graphics/cairo/cairo-1.17.4/test/
H A Dclip-shape.c31 static const struct xy { struct
32 double x;
33 double y;
/dports/devel/etcd31/etcd-3.1.20/pkg/adt/
H A Dinterval_tree_test.go89 type xy struct { struct
90 x int64
91 y int64

12345678910>>...152