Home
last modified time | relevance | path

Searched +defs:Line +defs:r +defs:s (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dlex.h22 struct Line { struct
26 Line(int _line, int _fileidx) : line(_line), fileidx(_fileidx) {} in Line() argument
220 #define secondb(s, t, b) if (*p == s) { p++; b; return t; } in NextToken() argument
221 #define second(s, t) secondb(s, t, {}) in NextToken() argument
405 auto s = StringVal(); in IntVal() local
419 auto s = sattr.data(); // This is ok, because has been parsed before and is inside buf. in StringVal() local
427 string r; in StringVal() local
435 string r; in StringVal() local
/dports/devel/loki/loki-0.1.7/test/RegressionTest/
H A DFactoryTest.h52 Line *cloneLine(Line *) { return new Line; } in cloneLine() argument
65 Shape *s; in testFactory() local
68 delete s; in testFactory() local
72 delete s; in testFactory() local
76 delete s; in testFactory() local
108 Shape *s; in testCloneFactory() local
111 delete s; in testCloneFactory() local
115 delete s; in testCloneFactory() local
119 delete s; in testCloneFactory() local
139 bool r=test1 && test2; in execute() local
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/geom/src/
H A Dline.rs8 pub struct Line(Pt2D, Pt2D); struct
10 impl Line { impl
11 pub fn new(pt1: Pt2D, pt2: Pt2D) -> Option<Line> { in new()
18 pub fn must_new(pt1: Pt2D, pt2: Pt2D) -> Line { in must_new()
97 pub fn shift_right(&self, width: Distance) -> Line { in shift_right()
106 pub fn shift_left(&self, width: Distance) -> Line { in shift_left()
115 pub fn shift_either_direction(&self, width: Distance) -> Line { in shift_either_direction()
123 pub fn reverse(&self) -> Line { in reverse()
205 impl fmt::Display for Line { implementation
232 let r = (self.1.x() - self.0.x(), self.1.y() - self.0.y()); in intersection() localVariable
[all …]
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/ui/
H A DPrintSchedule.java54 IntVar[] t, r; field in PrintSchedule
64 public PrintSchedule(String[] name, IntVar[] t, int[] d, IntVar[] r) { in PrintSchedule()
86 public PrintSchedule(String[] name, IntVar[] t, IntVar[] d, IntVar[] r) { in PrintSchedule()
109 …tSchedule(List<String> name, List<? extends IntVar> t, List<Integer> d, List<? extends IntVar> r) { in PrintSchedule()
130 …lic PrintSchedule(List<String> name, List<? extends IntVar> t, int[] d, List<? extends IntVar> r) { in PrintSchedule()
154 public PrintSchedule(List<String> name, IntVar[] t, int[] d, IntVar[] r) { in PrintSchedule()
175 public PrintSchedule(List<String> name, IntVar[] t, IntVar[] d, IntVar[] r) { in PrintSchedule()
214 StringBuffer s = new StringBuffer(); in tab() local
268 List<List<Integer>> Line = new ArrayList<List<Integer>>(resSize); in toString() local
/dports/graphics/opendx/dx-4.4.4/include/dx/
H A Dbasic.h55 } Line; typedef
58 PointId p, q, r; member
62 PointId p, q, r, s; member
66 PointId p, q, r, s; member
70 PointId p, q, r, s, t, u, v, w; member
98 float r, g, b; member
102 ubyte r, g, b; member
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Drouter_preview_item.cpp180 for( int s = 0; s < aL->GetSegmentCount(); s++ ) in drawLineChain() local
185 for( size_t s = 0; lineChain && s < lineChain->ArcCount(); s++ ) in drawLineChain() local
245 const SHAPE_SEGMENT* s = (const SHAPE_SEGMENT*) aShape; in drawShape() local
301 const SHAPE_RECT* r = (const SHAPE_RECT*) aShape; in drawShape() local
306 VECTOR2I p0( r->GetPosition() ), s( r->GetSize() ); in drawShape() local
447 void ROUTER_PREVIEW_ITEM::Line( const SHAPE_LINE_CHAIN& aLine, int aWidth, int aStyle ) in Line() function in ROUTER_PREVIEW_ITEM
/dports/editors/fte/fte/src/
H A De_tags.cpp24 int Line; member
33 int Line, Col; member
85 static int AddTag(int Tag, int FileName, int TagBase, int Line, int StrFind) { in AddTag()
114 int r = strcmp(TagMem + TagD[*(int *)p1].Tag, local
155 int r = 0; local
339 static int GotoFilePos(EView *View, const char *FileName, int Line, int Col) {
510 char *s = new char[l + 1]; local
/dports/devel/9base/9base-6/sort/
H A Dsort.c40 typedef struct Line Line; typedef
45 struct Line struct
54 Key* key; /* copy of line->key so (Line*) looks like (Merge*) */ argument
133 char *s; in main() local
235 notifyf(void *a, char *s) in notifyf()
562 dofield(char *s, int *n1, int *n2, int off1, int off2) in dofield()
693 char *s, *p, *q; in doargs() local
939 Rune r; in skip() local
1205 Rune r, place[3]; in dokey_m() local
1258 Rune r; in dokey_dfi() local
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/
H A Dsort.c40 typedef struct Line Line; typedef
45 struct Line struct
54 Key* key; /* copy of line->key so (Line*) looks like (Merge*) */ argument
133 char *s; in main() local
235 notifyf(void *a, char *s) in notifyf()
562 dofield(char *s, int *n1, int *n2, int off1, int off2) in dofield()
693 char *s, *p, *q; in doargs() local
939 Rune r; in skip() local
1205 Rune r, place[3]; in dokey_m() local
1258 Rune r; in dokey_dfi() local
/dports/devel/upp/upp/uppsrc/Core/
H A DSpeller.cpp19 struct Line : Moveable<Line> { struct
20 const byte *begin;
21 const byte *end;
40 const char *s = data; in SetOld() local
92 const byte *s = line[i].begin; in CheckOld() local
168 String s = user.GetLine(); in sGetSpeller() local
227 const char *s = ctrl; in SpellWordRaw() local
259 const char *s = ctrl; in AllSpellerWords() local
401 Vector<String> r; in SpellerFindCloseWords() local
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6_openGl/glGlyphy/glyphy/
H A Dglyphy-geometry.hh118 struct Line { struct
119 inline Line (double a_, double b_, double c_) : n (a_, b_), c (c_) {} in Line() argument
120 inline Line (Vector n_, double c_) : n (n_), c (c_) {} in Line() function
121 inline Line (const Point &p0, const Point &p1) : in Line() argument
131 Vector n; /* line normal */
132 double c; /* n.dx*x + n.dy*y = c */
293 inline Vector& Vector::operator*= (const double &s) { in operator *=()
298 inline Vector& Vector::operator/= (const double &s) { in operator /=()
312 inline const Vector operator* (const double &s, const Vector &v) { in operator *()
599 double r = radius (); in extents() local
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6_openGl/glGlyphy/glyphy/
H A Dglyphy-geometry.hh118 struct Line { struct
119 inline Line (double a_, double b_, double c_) : n (a_, b_), c (c_) {} in Line() argument
120 inline Line (Vector n_, double c_) : n (n_), c (c_) {} in Line() function
121 inline Line (const Point &p0, const Point &p1) : in Line() argument
131 Vector n; /* line normal */
132 double c; /* n.dx*x + n.dy*y = c */
293 inline Vector& Vector::operator*= (const double &s) { in operator *=()
298 inline Vector& Vector::operator/= (const double &s) { in operator /=()
312 inline const Vector operator* (const double &s, const Vector &v) { in operator *()
599 double r = radius (); in extents() local
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6_openGl/glGlyphy/glyphy/
H A Dglyphy-geometry.hh118 struct Line { struct
119 inline Line (double a_, double b_, double c_) : n (a_, b_), c (c_) {} in Line() function
120 inline Line (Vector n_, double c_) : n (n_), c (c_) {} in Line() function
121 inline Line (const Point &p0, const Point &p1) : in Line() function
131 Vector n; /* line normal */
132 double c; /* n.dx*x + n.dy*y = c */
293 inline Vector& Vector::operator*= (const double &s) { in operator *=()
298 inline Vector& Vector::operator/= (const double &s) { in operator /=()
312 inline const Vector operator* (const double &s, const Vector &v) { in operator *()
599 double r = radius (); in extents() local
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6_openGl/glGlyphy/glyphy/
H A Dglyphy-geometry.hh118 struct Line { struct
119 inline Line (double a_, double b_, double c_) : n (a_, b_), c (c_) {} in Line() function
120 inline Line (Vector n_, double c_) : n (n_), c (c_) {} in Line() function
121 inline Line (const Point &p0, const Point &p1) : in Line() argument
131 Vector n; /* line normal */
132 double c; /* n.dx*x + n.dy*y = c */
293 inline Vector& Vector::operator*= (const double &s) { in operator *=()
298 inline Vector& Vector::operator/= (const double &s) { in operator /=()
312 inline const Vector operator* (const double &s, const Vector &v) { in operator *()
599 double r = radius (); in extents() local
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dgrid_io.cpp298 CSG_String s(FileName); in _Load_PGSQL() local
665 CSG_Array Line(1, nLineBytes); in _Load_Binary() local
699 CSG_Array Line(1, nLineBytes); in _Load_Binary() local
760 CSG_Array Line(1, nLineBytes); in _Save_Binary() local
794 CSG_Array Line(1, nLineBytes); in _Save_Binary() local
915 TSG_Rect r; in _Load_Surfer() local
938 CSG_Array Line(sizeof(float), Get_NX()); float *Values = (float *)Line.Get_Array(); in _Load_Surfer() local
1239 CSG_String s(gSG_Grid_File_Key_Names[i]); in _Get_Key() local
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_curve_fitter.cpp261 class QwtWeedingCurveFitter::Line class in QwtWeedingCurveFitter
264 Line(int i1 = 0, int i2 = 0): in Line() function in QwtWeedingCurveFitter::Line
352 const Line r = stack.pop(); in fitCurve() local
386 const double s = toVecX * (-unitVecX) + toVecY * (-unitVecY); in fitCurve() local
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/tools/
H A Dlgf-gen.cc123 class Line class
128 Line(Point _a,Point _b) :a(_a),b(_b) {} in Line() function in Line
129 Line(Node _a,Node _b) : a(coords[_a]),b(coords[_b]) {} in Line() function in Line
130 Line(const Arc &e) : a(coords[g.source(e)]),b(coords[g.target(e)]) {} in Line() function in Line
131 Line(const Edge &e) : a(coords[g.u(e)]),b(coords[g.v(e)]) {} in Line() function in Line
175 inline double circle_point(const Point& p, const Point& q, const Point& r) { in circle_point()
194 inline bool circle_form(const Point& p, const Point& q, const Point& r) { in circle_form()
763 for(int s=0;s<num_of_cities;s++) in main() local
772 for(int s=0;s<num_of_cities;s++) in main() local
/dports/math/lemon/lemon-1.3.1/tools/
H A Dlgf-gen.cc123 class Line class
128 Line(Point _a,Point _b) :a(_a),b(_b) {} in Line() function in Line
129 Line(Node _a,Node _b) : a(coords[_a]),b(coords[_b]) {} in Line() function in Line
130 Line(const Arc &e) : a(coords[g.source(e)]),b(coords[g.target(e)]) {} in Line() function in Line
131 Line(const Edge &e) : a(coords[g.u(e)]),b(coords[g.v(e)]) {} in Line() function in Line
175 inline double circle_point(const Point& p, const Point& q, const Point& r) { in circle_point()
194 inline bool circle_form(const Point& p, const Point& q, const Point& r) { in circle_form()
763 for(int s=0;s<num_of_cities;s++) in main() local
772 for(int s=0;s<num_of_cities;s++) in main() local
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/usvg-0.11.0/src/
H A Dgeom.rs15 pub(crate) struct Line { struct
22 impl Line { impl
25 pub fn new(x1: f64, y1: f64, x2: f64, y2: f64) -> Line { in new()
205 let s = vb.rect.to_screen_size(); in fit_view_box() localVariable
594 let mut r = *self; in fit_to_rect() localVariable
637 let r = Rect::new(10.0, 20.0, 30.0, 40.0).unwrap(); in bbox_transform_1() localVariable
/dports/games/aklabeth/aklabeth-1.0/src/
H A Dsdw.cpp46 char *s; in main() local
83 void SDLWrapper::FatalError(int Line,string File) in FatalError()
188 void Surface::SetColour(int r,int g,int b) in SetColour()
375 int aq,bq,dx,dy,r,rx,ry; in _DrawEllipse() local
447 static void _LinePixel(SDL_Surface *s,int x,int y,int c) in _LinePixel()
457 void Surface::Line(int x1,int y1,int x2,int y2) in Line() function in Surface
755 void Surface::String(int x1,int y1,int x2,int y2,char *s) in String()
780 Uint32 r = 0; in _GetPixel() local
836 SDL_Surface *s = (SDL_Surface *)sSurface; in HorizontalMirror() local
863 SDL_Surface *s = (SDL_Surface *)sSurface; in VerticalMirror() local
[all …]
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_curve_fitter.cpp258 class QwtWeedingCurveFitter::Line class in QwtWeedingCurveFitter
261 Line( int i1 = 0, int i2 = 0 ): in Line() function in QwtWeedingCurveFitter::Line
387 const Line r = stack.pop(); in simplify() local
417 const double s = toVecX * ( -unitVecX ) + toVecY * ( -unitVecY ); in simplify() local
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_curve_fitter.cpp258 class QwtWeedingCurveFitter::Line class in QwtWeedingCurveFitter
261 Line( int i1 = 0, int i2 = 0 ): in Line() function in QwtWeedingCurveFitter::Line
387 const Line r = stack.pop(); in simplify() local
417 const double s = toVecX * ( -unitVecX ) + toVecY * ( -unitVecY ); in simplify() local
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/image/
H A DRotImage.php67 public function Circle($xc, $yc, $r)
73 public function FilledCircle($xc, $yc, $r)
79 public function Arc($xc, $yc, $w, $h, $s, $e)
87 public function FilledArc($xc, $yc, $w, $h, $s, $e, $style = '')
139 public function Line($x1, $y1, $x2, $y2) function in Amenadiel\\JpGraph\\Image\\RotImage
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/libSPIRV/
H A DSPIRVEntry.h119 #define _SPIRV_IMP_ENCDEC7(Ty, x, y, z, u, v, w, r) \ argument
126 #define _SPIRV_IMP_ENCDEC8(Ty, x, y, z, u, v, w, r, s) \ argument
133 #define _SPIRV_IMP_ENCDEC9(Ty, x, y, z, u, v, w, r, s, t) \ argument
180 #define _SPIRV_DEF_ENCDEC7(x, y, z, u, v, w, r) \ argument
187 #define _SPIRV_DEF_ENCDEC8(x, y, z, u, v, w, r, s) \ argument
194 #define _SPIRV_DEF_ENCDEC9(x, y, z, u, v, w, r, s, t) \ argument
448 std::shared_ptr<const SPIRVLine> Line; variable
623 void setLine(const SPIRVWord Line) { this->Line = Line; } in setLine()
638 SPIRVWord Line; variable
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dw32cons.h25 void SetSize( int r, int c ) in SetSize()
41 T* Line( int n ) { ASSERT( n >= 0 && n < rows ); return data.data() + cols * n; } in Line() function
126 void TerminalPrint( const unicode_t* s, unsigned fg, unsigned bg ) { } in TerminalPrint()

12345678910