Home
last modified time | relevance | path

Searched refs:gap_ (Results 1 – 25 of 74) sorted by relevance

123

/dports/games/warzone2100/warzone2100/lib/widget/
H A Dmultibutform.cpp37 , gap_(3) in MultibuttonWidget()
49 int s = width() - gap_; in geometryChanged()
59 width_of_all_buttons += gap_; in geometryChanged()
65 s = width() - gap_ - ((width() - width_of_all_buttons) / 2); in geometryChanged()
73 s -= i->first->width() + gap_; in geometryChanged()
79 label->setGeometry(gap_, 0, s - gap_, height()); in geometryChanged()
141 if (gap == gap_) in setGap()
146 gap_ = gap; in setGap()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/common/
H A Dreservoir_sampling.hpp94 gap_ = std::floor(std::log(uniform(rng_)) / std::log(1 - W_)); in ReservoirSamplingFast()
116 else if (gap_ == 0) { in add()
125 --gap_; in add()
144 size_t gap_; member in thrill::common::ReservoirSamplingFast
158 gap_ = std::log(uniform(rng_)) / std::log(1 - W_); in calc_next_gap()
191 << "gap_" << gap_; in add()
241 gap_ = calc_next_gap(); in add()
244 else if (gap_ == 0) { in add()
250 gap_ = calc_next_gap(); in add()
253 --gap_; in add()
[all …]
/dports/math/qwtplot3d/qwtplot3d-438c855d/src/
H A Dqwt3d_label.cpp33 gap_ = 0; in init()
153 gap_ = gap; in adjust()
165 beg_ = ViewPort2World(start - Triple(width() + gap_, 0, 0)); in convert2screen()
168 beg_ = ViewPort2World(start - Triple(width() / 2, -gap_, 0)); in convert2screen()
171 beg_ = ViewPort2World(start - Triple(width() + gap_, height(), 0)); in convert2screen()
174 beg_ = ViewPort2World(start - Triple(-gap_, height(), 0)); in convert2screen()
177 beg_ = ViewPort2World(start - Triple(width() / 2, height() + gap_, 0)); in convert2screen()
180 beg_ = ViewPort2World(start - Triple(-gap_, height() / 2, 0)); in convert2screen()
183 beg_ = ViewPort2World(start - Triple(width() + gap_, height() / 2, 0)); in convert2screen()
223 gap_); in draw()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/src/
H A Dqwt3d_label.cpp35 gap_ = 0; in init()
182 gap_ = gap; in adjust()
195 beg_ = ViewPort2World(start - Triple(width() + gap_, 0, 0)); in convert2screen()
198 beg_ = ViewPort2World(start - Triple(width() / 2, -gap_, 0)); in convert2screen()
201 beg_ = ViewPort2World(start - Triple(width() + gap_, height(), 0)); in convert2screen()
204 beg_ = ViewPort2World(start - Triple(-gap_, height(), 0)); in convert2screen()
207 beg_ = ViewPort2World(start - Triple(width() / 2, height() + gap_, 0)); in convert2screen()
210 beg_ = ViewPort2World(start - Triple(-gap_, height() / 2, 0)); in convert2screen()
213 beg_ = ViewPort2World(start - Triple(width() + gap_, height() / 2, 0)); in convert2screen()
286 …drawDeviceText(QWT3DLOCAL8BIT(text_), fontname(), font_.pointSize(), pos_, color, anchor_, gap_, a… in draw()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_vertex.cxx192 gap_ = 0; in begin_complex_polygon()
199 while (n>gap_+2 && p[n-1].x == p[gap_].x && p[n-1].y == p[gap_].y) n--; in gap()
200 if (n > gap_+2) { in gap()
201 transformed_vertex((COORD_T)p[gap_].x, (COORD_T)p[gap_].y); in gap()
203 counts[numcount++] = n-gap_; in gap()
205 gap_ = n; in gap()
207 n = gap_; in gap()
H A DFl_PostScript.cxx630 gap_=1; in reset()
1213 gap_=1; in begin_points()
1221 gap_=1; in begin_line()
1229 gap_=1; in begin_loop()
1237 gap_=1; in begin_polygon()
1260 gap_=0; in curve()
1283 gap_=0; in arc()
1323 gap_=1; in end_points()
1331 gap_=1; in end_line()
1338 gap_=1; in end_loop()
[all …]
/dports/x11-toolkits/ntk/ntk/src/
H A Dfl_vertex.cxx203 gap_ = 0; in begin_complex_polygon()
210 while (n>gap_+2 && p[n-1].x == p[gap_].x && p[n-1].y == p[gap_].y) n--; in gap()
211 if (n > gap_+2) { in gap()
212 fl_transformed_vertex((COORD_T)p[gap_].x, (COORD_T)p[gap_].y); in gap()
214 counts[numcount++] = n-gap_; in gap()
216 gap_ = n; in gap()
218 n = gap_; in gap()
H A DFl_PostScript.cxx603 gap_=1; in reset()
1182 gap_=1; in begin_points()
1190 gap_=1; in begin_line()
1198 gap_=1; in begin_loop()
1206 gap_=1; in begin_polygon()
1229 gap_=0; in curve()
1252 gap_=0; in arc()
1292 gap_=1; in end_points()
1300 gap_=1; in end_line()
1307 gap_=1; in end_loop()
[all …]
/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_vertex.cxx203 gap_ = 0; in begin_complex_polygon()
210 while (n>gap_+2 && p[n-1].x == p[gap_].x && p[n-1].y == p[gap_].y) n--; in gap()
211 if (n > gap_+2) { in gap()
212 fl_transformed_vertex((COORD_T)p[gap_].x, (COORD_T)p[gap_].y); in gap()
214 counts[numcount++] = n-gap_; in gap()
216 gap_ = n; in gap()
218 n = gap_; in gap()
H A DFl_PostScript.cxx611 gap_=1; in reset()
1195 gap_=1; in begin_points()
1203 gap_=1; in begin_line()
1211 gap_=1; in begin_loop()
1219 gap_=1; in begin_polygon()
1242 gap_=0; in curve()
1265 gap_=0; in arc()
1305 gap_=1; in end_points()
1313 gap_=1; in end_line()
1320 gap_=1; in end_loop()
[all …]
/dports/biology/bbmap/bbmap/current/bloom/
H A DKCountArray.java24 public static KCountArray makeNew(long cells_, int cbits_, int gap_){ in makeNew() argument
25 return makeNew(cells_+1, cells_, cbits_, gap_, 1); in makeNew()
28 public static KCountArray makeNew(long keys_, long cells_, int cbits_, int gap_, int hashes_){ in makeNew() argument
29 return makeNew(keys_, cells_, cbits_, gap_, hashes_, null, 0); in makeNew()
44 …public static KCountArray makeNew(long keys_, long cells_, int cbits_, int gap_, int hashes_, KCou… in makeNew() argument
49 kca=new KCountArray3(cells_, cbits_, gap_); in makeNew()
62 …kca=new KCountArray7MTA(cells_, cbits_, gap_, hashes_, prefilter, prefilterLimit_); //Like 4MT but… in makeNew()
79 protected KCountArray(final long cells_, int cbits_, int gap_){ in KCountArray() argument
80 gap=gap_; in KCountArray()
109 protected KCountArray(final long cells_, int cbits_, int gap_, int arrays_){ in KCountArray() argument
[all …]
H A DKCountArray3.java15 public KCountArray3(long cells_, int bits_, int gap_){ in KCountArray3() argument
16 super(cells_, bits_, gap_); in KCountArray3()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/examples/GUI examples/
H A DTwoMultiSlidersInOne.scd25 .gap_(4)
33 .gap_(4)
42 .gap_(4)
50 .gap_(4)
/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/volatility/
H A Dkahalesmilesection.cpp35 : SmileSection(*source), source_(source), moneynessGrid_(moneynessGrid), gap_(gap), in KahaleSmileSection()
94 k1 - shift() + gap_ / 2.0, Option::Call, 1.0, gap_); in compute()
112 1.0, gap_); in compute()
193 k0 - shift() - gap_ / 2.0, Option::Call, 1.0, gap_); in compute()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Djson-stringifier.cc149 DCHECK_NULL(gap_); in InitializeGap()
166 gap_ = NewArray<uc16>(gap_length + 1); in InitializeGap()
167 String::WriteToFlat(*gap_string, gap_, 0, gap_length); in InitializeGap()
169 if (gap_[i] > String::kMaxOneByteCharCode) { in InitializeGap()
174 gap_[gap_length] = '\0'; in InitializeGap()
180 gap_ = NewArray<uc16>(gap_length + 1); in InitializeGap()
181 for (int i = 0; i < gap_length; i++) gap_[i] = ' '; in InitializeGap()
182 gap_[gap_length] = '\0'; in InitializeGap()
689 if (gap_ == nullptr) return; in NewLine()
691 for (int i = 0; i < indent_; i++) builder_.AppendCString(gap_); in NewLine()
[all …]
H A Djson-stringifier.h18 ~JsonStringifier() { DeleteArray(gap_); } in ~JsonStringifier()
115 uc16* gap_; variable
/dports/finance/quantlib/QuantLib-1.20/ql/cashflows/
H A Dreplication.hpp49 Real gap() const { return gap_;}; in gap()
51 Real gap_; member in QuantLib::DigitalReplication
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/
H A Dsdet_symbolic_edge_linker_params.cxx22 …InitParams(dp.nrad_, dp.gap_, dp.badap_uncer_, dp.dx_, dp.dt_, dp.curve_model_type_, dp.token_len_… in sdet_symbolic_edge_linker_params()
56 gap_ = gap; in InitParams()
118 << "Maximum pixel distance to complete: " << dp.gap_ << std::endl in operator <<()
H A Dsdet_curvelet_map.h45 double gap_; variable
70 gap_(gap), in C_type()
/dports/lang/v8/v8-9.6.180.12/src/json/
H A Djson-stringifier.cc27 ~JsonStringifier() { DeleteArray(gap_); } in ~JsonStringifier()
131 base::uc16* gap_; member in v8::internal::JsonStringifier
218 gap_(nullptr), in JsonStringifier()
289 DCHECK_NULL(gap_); in InitializeGap()
307 gap_ = NewArray<base::uc16>(gap_length + 1); in InitializeGap()
310 if (gap_[i] > String::kMaxOneByteCharCode) { in InitializeGap()
315 gap_[gap_length] = '\0'; in InitializeGap()
321 gap_ = NewArray<base::uc16>(gap_length + 1); in InitializeGap()
323 gap_[gap_length] = '\0'; in InitializeGap()
1012 if (gap_ == nullptr) return; in NewLine()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/json/
H A Djson-stringifier.cc26 ~JsonStringifier() { DeleteArray(gap_); } in ~JsonStringifier()
130 uc16* gap_; member in v8::internal::JsonStringifier
217 gap_(nullptr), in JsonStringifier()
288 DCHECK_NULL(gap_); in InitializeGap()
306 gap_ = NewArray<uc16>(gap_length + 1); in InitializeGap()
309 if (gap_[i] > String::kMaxOneByteCharCode) { in InitializeGap()
314 gap_[gap_length] = '\0'; in InitializeGap()
320 gap_ = NewArray<uc16>(gap_length + 1); in InitializeGap()
322 gap_[gap_length] = '\0'; in InitializeGap()
1008 if (gap_ == nullptr) return; in NewLine()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/json/
H A Djson-stringifier.cc26 ~JsonStringifier() { DeleteArray(gap_); } in ~JsonStringifier()
130 uc16* gap_; member in v8::internal::JsonStringifier
217 gap_(nullptr), in JsonStringifier()
288 DCHECK_NULL(gap_); in InitializeGap()
306 gap_ = NewArray<uc16>(gap_length + 1); in InitializeGap()
309 if (gap_[i] > String::kMaxOneByteCharCode) { in InitializeGap()
314 gap_[gap_length] = '\0'; in InitializeGap()
320 gap_ = NewArray<uc16>(gap_length + 1); in InitializeGap()
322 gap_[gap_length] = '\0'; in InitializeGap()
1010 if (gap_ == nullptr) return; in NewLine()
[all …]
/dports/math/giacxcas/giac-1.6.0/src/
H A DFl_PS_Printer.cxx366 gap_=1; in reset()
1015 gap_=1; in begin_points()
1023 gap_=1; in begin_line()
1031 gap_=1; in begin_loop()
1039 gap_=1; in begin_polygon()
1046 gap_=1; in vertex()
1089 gap_=0; in arc()
1098 gap_=1; in end_points()
1106 gap_=1; in end_line()
1113 gap_=1; in end_loop()
[all …]
/dports/math/qwtplot3d/qwtplot3d-438c855d/include/
H A Dqwt3d_label.h28 double gap() const { return gap_; } //!< Returns the gap caused by adjust(); in gap()
72 int gap_; variable
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/include/
H A Dqwt3d_label.h32 double gap() const {return gap_;} //!< Returns the gap caused by adjust(); in gap()
76 int gap_; variable

123