Home
last modified time | relevance | path

Searched refs:slop (Results 1 – 25 of 1773) sorted by relevance

12345678910>>...71

/dports/x11/slop/slop-7.6/
H A DREADME.md1 # slop chapter
26 slop=$(slop -f "%x %y %w %h %g %i") || exit 1
35 slop=$(slop -f "%g") || exit 1
50 slop=$(slop -f "%g") || exit 1
78 * [FreeBSD: x11/slop](http://www.freshports.org/x11/slop/)
79 * [NetBSD: x11/slop](http://pkgsrc.se/x11/slop)
80 * [OpenBSD: graphics/slop](http://openports.se/graphics/slop)
85 * [Debian: slop](https://packages.debian.org/sid/slop)
86 * [Ubuntu: slop](https://packages.ubuntu.com/slop)
87 * [Fedora: slop](https://src.fedoraproject.org/rpms/slop)
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/search/
H A DSloppyPhraseQueryTest.cpp78 query->setSlop(slop); in checkPhraseQuery()
101 for (int32_t slop = 0; slop < 30; ++slop) { in TEST_F() local
102 int32_t numResultsExpected = slop < 1 ? 0 : 1; in TEST_F()
110 for (int32_t slop = 0; slop < 30; ++slop) { in TEST_F() local
111 double score1 = checkPhraseQuery(DOC_1, QUERY_1, slop, 1); in TEST_F()
120 for (int32_t slop = 0; slop < 30; ++slop) { in TEST_F() local
121 int32_t numResultsExpected = slop < 6 ? 0 : 1; in TEST_F()
133 for (int32_t slop = 0; slop < 30; ++slop) { in TEST_F() local
134 double score1 = checkPhraseQuery(DOC_2, QUERY_2, slop, 1); in TEST_F()
143 for (int32_t slop = 0; slop < 30; ++slop) { in TEST_F() local
[all …]
/dports/x11/slop/slop-7.6/src/
H A Dslop.cpp28 namespace slop { namespace
36 SlopSelection GLSlopSelect( slop::SlopOptions* options, slop::SlopWindow* window );
63 using namespace slop;
102 slop::SlopSelection slop::SlopSelect( slop::SlopOptions* options ) { in SlopSelect()
158 delete slop::resource; in SlopSelect()
165 slop::SlopSelection slop::XShapeSlopSelect( slop::SlopOptions* options ) { in XShapeSlopSelect()
207 delete slop::mouse; in XShapeSlopSelect()
225 slop::SlopSelection slop::GLSlopSelect( slop::SlopOptions* options, SlopWindow* window ) { in GLSlopSelect()
231 slop::Shader* textured = new slop::Shader( vert, frag, false ); in GLSlopSelect()
329 delete slop::mouse; in GLSlopSelect()
[all …]
H A Dslopstates.cpp3 using namespace slop;
18 slop::SlopMemory::~SlopMemory() { in ~SlopMemory()
26 void slop::SlopMemory::update( double dt ) { in update()
37 void slop::SlopMemory::setState( SlopState* state ) { in setState()
44 void slop::SlopMemory::draw( glm::mat4& matrix ) { in draw()
48 slop::SlopState::~SlopState() { in ~SlopState()
50 void slop::SlopState::onEnter( SlopMemory& memory ) { in onEnter()
52 void slop::SlopState::onExit( SlopMemory& memory ) { in onExit()
59 void slop::SlopStart::onEnter( SlopMemory& memory ) { in onEnter()
90 slop::SlopStartDrag::SlopStartDrag( glm::vec2 point ) { in SlopStartDrag()
[all …]
H A Dshader.cpp3 slop::Shader::Shader( std::string vert, std::string frag, bool file ) { in Shader()
82 slop::Shader::~Shader() { in ~Shader()
86 unsigned int slop::Shader::getProgram() { in getProgram()
90 void slop::Shader::bind() { in bind()
132 unsigned int slop::Shader::getUniformLocation( std::string name ) { in getUniformLocation()
137 bool slop::Shader::hasParameter( std::string name ) { in hasParameter()
142 void slop::Shader::setParameter( std::string name, int foo ) { in setParameter()
146 void slop::Shader::setParameter( std::string name, float foo ) { in setParameter()
154 void slop::Shader::setParameter( std::string name, glm::vec4 foo ) { in setParameter()
158 void slop::Shader::setParameter( std::string name, glm::vec2 foo ) { in setParameter()
[all …]
/dports/biology/bedtools/bedtools2-2.30.0/test/slop/
H A Dtest-slop.sh29 $BT slop -i a.bed -b 5 -g tiny.genome > obs
40 $BT slop -i a.bed -l 5 -r 5 -g tiny.genome > obs
51 $BT slop -i a.bed -l 5 -r 0 -g tiny.genome > obs
62 $BT slop -i a.bed -l 0 -r 5 -g tiny.genome > obs
73 $BT slop -i a.bed -l 5 -r 0 -s -g tiny.genome > obs
84 $BT slop -i a.bed -l 0 -r 5 -s -g tiny.genome > obs
95 $BT slop -i a.bed -b 5 -s -g tiny.genome > obs
106 $BT slop -i a.bed -b 200 -g tiny.genome > obs
117 $BT slop -i a.bed -l 0 -r 1000 -g tiny.genome > obs
128 $BT slop -i a.bed -b 2000 -g tiny.genome > obs
[all …]
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/query/
H A Dpositional.py48 def __init__(self, subqueries, slop=1, ordered=True, boost=1.0): argument
62 self.slop = slop
72 self.subqueries, self.slop,
76 h = hash(self.slop) ^ hash(self.boost)
85 self.slop, self.ordered, self.boost)
103 context, None, slop=self.slop,
139 self.slop = slop
147 and self.slop == other.slop
161 h = hash(self.fieldname) ^ hash(self.slop) ^ hash(self.boost)
195 return self.__class__(self.fieldname, words, slop=self.slop,
[all …]
H A Dspans.py392 self.slop = slop
403 and self.q == other.q and self.slop == other.slop
415 return self.__class__(fn(self.a), fn(self.b), slop=self.slop,
421 return SpanNear.SpanNearMatcher(ma, mb, slop=self.slop,
443 return make_binary_tree(cls, terms, slop=slop, ordered=ordered)
449 self.slop = slop
466 slop = self.slop
535 self.slop = slop
546 and self.qs == other.qs and self.slop == other.slop
583 self.slop = slop
[all …]
/dports/devel/simde/simde-0.7.2/test/
H A Dtest.h527 simde_float32 lo = a - slop;
531 simde_float32 hi = a + slop;
546 simde_float64 lo = a - slop; in simde_test_equal_f64()
550 simde_float64 hi = a + slop; in simde_test_equal_f64()
655 if (((a[i] + slop) < b[i]) || ((a[i] - slop) > b[i])) { \
667 if (((a + slop) < b) || ((a - slop) > b)) { \
669 filename, line, astr, bstr, slop, a, b); \
722 #define simde_assert_close_i8(a, b, slop) do { if (simde_assert_close_i8_(a, b, slop, __FILE__, __L… argument
723 #define simde_assert_close_i16(a, b, slop) do { if (simde_assert_close_i16_(a, b, slop, __FILE__, _… argument
726 #define simde_assert_close_u8(a, b, slop) do { if (simde_assert_close_u8_(a, b, slop, __FILE__, __L… argument
[all …]
/dports/biology/bedtools/bedtools2-2.30.0/docs/content/tools/
H A Dslop.rst4 *slop*
9 .. image:: ../images/tool-glyphs/slop-glyph.png
16 ``awk '{OFS="\t" print $1,$2-<slop>,$3+<slop>}'``,
17 ``bedtools slop`` will restrict the resizing to the size of the chromosome
73 $ bedtools slop -i A.bed -g my.genome -b 5
77 $ bedtools slop -i A.bed -g my.genome -l 2 -r 3
83 chromosome, ``bedtools slop`` will "clip" the feature accordingly.
94 $ bedtools slop -i A.bed -g my.genome -b 5000
116 $ bedtools slop -i A.bed -g my.genome -l 50 -r 80 -s
134 $ bedtools slop -i A.bed -g my.genome -b 0.5 -pct
[all …]
/dports/biology/bedtools/bedtools2-2.30.0/src/bedToIgv/
H A DbedToIgv.cpp34 bool collapse, bool useNames, string imageType, int slop);
36 bool collapse, bool useNames, string imageType, int slop);
49 int slop = 0; in bedtoigv_main() local
104 slop = atoi(argv[i + 1]); in bedtoigv_main()
132 if (slop < 0) { in bedtoigv_main()
195 bool collapse, bool useNames, string imageType, int slop) { in DetermineBedInput() argument
209 ProcessBed(cin, bed, path, sortType, session, collapse, useNames, imageType, slop); in DetermineBedInput()
215 bool collapse, bool useNames, string imageType, int slop) { in ProcessBed() argument
232 … = bedEntry.chrom + ":" + ToString(bedEntry.start - slop) + "-" + ToString(bedEntry.end + slop); in ProcessBed()
242 if (slop > 0) { in ProcessBed()
[all …]
/dports/graphics/urt/urt-3.1b1_12/tools/
H A DmallocNd.c131 unsigned int arrayBytesNeeded, tableBytesNeeded, dimProduct, slop; local
145 slop = (tableBytesNeeded % sizeofelt);
146 if (slop != 0)
147 slop = sizeofelt - slop;
154 ptr = malloc( tableBytesNeeded + slop + arrayBytesNeeded );
159 arrayBase = ptr + slop + tableBytesNeeded;
172 if (nextFreeTable != arrayBase - slop ||
173 nextFreeArray != ptr + tableBytesNeeded + slop + arrayBytesNeeded)
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/glx/
H A Dpacksingle.h123 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
125 if (slop) _XEatData(dpy,4-slop); \
130 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
132 if (slop) _XEatData(dpy,4-slop); \
138 GLint slop = (alen*__GLX_SIZE_INT16) & 3; \
140 if (slop) _XEatData(dpy,4-slop); \
/dports/lang/clover/mesa-21.3.6/src/glx/
H A Dpacksingle.h123 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
125 if (slop) _XEatData(dpy,4-slop); \
130 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
132 if (slop) _XEatData(dpy,4-slop); \
138 GLint slop = (alen*__GLX_SIZE_INT16) & 3; \
140 if (slop) _XEatData(dpy,4-slop); \
/dports/graphics/libosmesa/mesa-21.3.6/src/glx/
H A Dpacksingle.h123 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
125 if (slop) _XEatData(dpy,4-slop); \
130 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
132 if (slop) _XEatData(dpy,4-slop); \
138 GLint slop = (alen*__GLX_SIZE_INT16) & 3; \
140 if (slop) _XEatData(dpy,4-slop); \
/dports/graphics/mesa-libs/mesa-21.3.6/src/glx/
H A Dpacksingle.h123 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
125 if (slop) _XEatData(dpy,4-slop); \
130 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
132 if (slop) _XEatData(dpy,4-slop); \
138 GLint slop = (alen*__GLX_SIZE_INT16) & 3; \
140 if (slop) _XEatData(dpy,4-slop); \
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/glx/
H A Dpacksingle.h123 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
125 if (slop) _XEatData(dpy,4-slop); \
130 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
132 if (slop) _XEatData(dpy,4-slop); \
138 GLint slop = (alen*__GLX_SIZE_INT16) & 3; \
140 if (slop) _XEatData(dpy,4-slop); \
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/glx/
H A Dpacksingle.h123 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
125 if (slop) _XEatData(dpy,4-slop); \
130 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
132 if (slop) _XEatData(dpy,4-slop); \
138 GLint slop = (alen*__GLX_SIZE_INT16) & 3; \
140 if (slop) _XEatData(dpy,4-slop); \
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/glx/
H A Dpacksingle.h123 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
125 if (slop) _XEatData(dpy,4-slop); \
130 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
132 if (slop) _XEatData(dpy,4-slop); \
138 GLint slop = (alen*__GLX_SIZE_INT16) & 3; \
140 if (slop) _XEatData(dpy,4-slop); \
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/glx/
H A Dpacksingle.h123 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
125 if (slop) _XEatData(dpy,4-slop); \
130 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
132 if (slop) _XEatData(dpy,4-slop); \
138 GLint slop = (alen*__GLX_SIZE_INT16) & 3; \
140 if (slop) _XEatData(dpy,4-slop); \
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/glx/
H A Dpacksingle.h123 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
125 if (slop) _XEatData(dpy,4-slop); \
130 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
132 if (slop) _XEatData(dpy,4-slop); \
138 GLint slop = (alen*__GLX_SIZE_INT16) & 3; \
140 if (slop) _XEatData(dpy,4-slop); \
/dports/graphics/mesa-dri/mesa-21.3.6/src/glx/
H A Dpacksingle.h123 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
125 if (slop) _XEatData(dpy,4-slop); \
130 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
132 if (slop) _XEatData(dpy,4-slop); \
138 GLint slop = (alen*__GLX_SIZE_INT16) & 3; \
140 if (slop) _XEatData(dpy,4-slop); \
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/glx/
H A Dpacksingle.h123 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
125 if (slop) _XEatData(dpy,4-slop); \
130 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
132 if (slop) _XEatData(dpy,4-slop); \
138 GLint slop = (alen*__GLX_SIZE_INT16) & 3; \
140 if (slop) _XEatData(dpy,4-slop); \
/dports/devel/py-opengrok-tools/opengrok-1.3.16/suggester/src/main/java/org/opengrok/suggest/query/customized/
H A DCustomPhraseQuery.java53 private final int slop; field in CustomPhraseQuery
58 public CustomPhraseQuery(int slop, Term[] terms, int[] positions) { in CustomPhraseQuery() argument
62 if (slop < 0) { in CustomPhraseQuery()
81 this.slop = slop; in CustomPhraseQuery()
126 public CustomPhraseQuery(int slop, String field, String... terms) { in CustomPhraseQuery() argument
158 return slop; in getSlop()
171 slop == that.slop && in equals()
179 int result = Objects.hash(offset, slop, field); in hashCode()
225 if (slop != 0) { in toString()
227 buffer.append(slop); in toString()
[all …]
/dports/x11/swayr/swayr-v0.11.2/cargo-crates/clap-3.0.0-rc.5/examples/
H A Descaped_positional.md48 $ escaped_positional -f -p=bob -- sloppy slop slop
51 'slops' values: ["sloppy", "slop", "slop"]
56 $ escaped_positional -- -f -p=bob sloppy slop slop
59 'slops' values: ["-f", "-p=bob", "sloppy", "slop", "slop"]

12345678910>>...71