Home
last modified time | relevance | path

Searched refs:y2_ (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-utils/
H A Drect.h23 : x1_(_x1), y1_(_y1), x2_(_x2), y2_(_y2) {} in x1_()
35 y2_ = height + y1_; in setSize()
52 y2_ = pos; in setBottom()
61 tmp.y2_ = std::min(y2_, rect.y2_); in intersected()
62 if (tmp.x1_ < tmp.x2_ && tmp.y1_ < tmp.y2_) { in intersected()
93 } else if (y > y2_) { in distance()
94 dy = y - y2_; in distance()
102 inline int bottom() const noexcept { return y2_; } in bottom()
105 inline int height() const noexcept { return y2_ - y1_; } in height()
109 y2_ == other.y2_;
[all …]
/dports/science/nest/nest-simulator-3.1/models/
H A Diaf_psc_exp_ps.cpp86 , y2_( 0.0 ) in State_()
203 y2_ -= p.E_L_; in set()
207 y2_ -= delta_EL; in set()
292 if ( S_.y2_ >= P_.U_th_ ) in update()
313 V_.y2_before_ = S_.y2_; in update()
329 S_.y2_ = in update()
333 S_.y2_ = ( S_.y2_ < P_.U_min_ ? P_.U_min_ : S_.y2_ ); in update()
345 if ( S_.y2_ >= P_.U_th_ ) in update()
481 S_.y2_ = in propagate_()
507 S_.y2_ = P_.U_reset_; in emit_spike_()
[all …]
H A Diaf_psc_exp_ps_lossless.cpp89 , y2_( 0.0 ) in State_()
230 y2_ -= p.E_L_; in set()
234 y2_ -= delta_EL; in set()
333 if ( S_.y2_ >= P_.U_th_ ) in update()
354 V_.y2_before_ = S_.y2_; in update()
371 + S_.y2_ * V_.exp_tau_m_; in update()
374 S_.y2_ = ( S_.y2_ < P_.U_min_ ? P_.U_min_ : S_.y2_ ); in update()
446 V_.y2_before_ = S_.y2_; in update()
525 S_.y2_ = in propagate_()
550 S_.y2_ = P_.U_reset_; in emit_spike_()
[all …]
H A Diaf_psc_alpha_canon.cpp85 , y2_( 0.0 ) in State_()
198 def< double >( d, names::y2, y2_ ); // y2 state in get()
215 updateValue< double >( d, names::y2, y2_ ); in set()
332 V_.y2_before_ = S_.y2_; in update()
349 …V_.P30_ * ( P_.I_e_ + S_.y0_ ) + V_.P31_ * S_.y1_ + V_.P32_ * S_.y2_ + V_.expm1_tau_m_ * S_.y3_ + … in update()
356 …S_.y2_ = V_.expm1_tau_syn_ * V_.h_ms_ * S_.y1_ + V_.expm1_tau_syn_ * S_.y2_ + V_.h_ms_ * S_.y1_ + … in update()
405 V_.y2_before_ = S_.y2_; in update()
486 …S_.y3_ = ps_P30 * ( P_.I_e_ + S_.y0_ ) + ps_P31 * S_.y1_ + ps_P32 * S_.y2_ + ps_e_Tau * S_.y3_ + S… in propagate_()
493 S_.y2_ = ps_e_TauSyn * dt * S_.y1_ + ps_e_TauSyn * S_.y2_ + dt * S_.y1_ + S_.y2_; in propagate_()
607 const double deriv_t2 = -S_.y3_ / P_.tau_m_ + ( P_.I_e_ + S_.y0_ + S_.y2_ ) / P_.c_m_; in thresh_find3_()
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWLineF.C14 : x1_(0), y1_(0), x2_(0), y2_(0) in WLineF()
18 : x1_(p1.x()), y1_(p1.y()), x2_(p2.x()), y2_(p2.y()) in WLineF()
22 : x1_(x1), y1_(y1), x2_(x2), y2_(y2) in WLineF()
32 return WPointF(x2_, y2_); in p2()
40 && (y2_ == other.y2_);
/dports/misc/vxl/vxl-3.3.2/core/vgl/
H A Dvgl_window_scan_iterator.h29 inline void set_window_corners(T x1_, T y1_, T x2_, T y2_) in set_window_corners() argument
36 if (y1_ <= y2_) { in set_window_corners()
38 y2 = (int) std::floor(y2_); in set_window_corners()
41 y2 = (int) std::ceil (y2_); in set_window_corners()
58 inline vgl_window_scan_iterator(T x1_, T y1_, T x2_, T y2_) in vgl_window_scan_iterator() argument
59 { set_window_corners(x1_, y1_, x2_, y2_); } in vgl_window_scan_iterator()
/dports/science/octopus/octopus-10.5/src/species/
H A Dspline.h54 y2_.resize(n); in fit()
60 spline(x, y, n, yp1, ypn, &y2_[0]); in fit()
65 splint(&x_[0], &y_[0], &y2_[0], x_.size(), x, &y); in value()
70 splintd(&x_[0], &y_[0], &y2_[0], x_.size(), x, &y, &dy); in derivative()
76 std::vector<double> y2_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dlinear_gradient_attributes.h38 y2_(MakeGarbageCollected<SVGLength>(SVGLengthMode::kHeight)), in LinearGradientAttributes()
49 SVGLength* Y2() const { return y2_.Get(); } in Y2()
64 y2_ = value; in SetY2()
77 visitor->Trace(y2_); in Trace()
85 Member<SVGLength> y2_; member
H A Dsvg_line_element.cc48 y2_(MakeGarbageCollected<SVGAnimatedLength>( in SVGLineElement()
56 AddToPropertyMap(y2_); in SVGLineElement()
63 visitor->Trace(y2_); in Trace()
95 x2_->CurrentValue()->IsRelative() || y2_->CurrentValue()->IsRelative(); in SelfHasRelativeLengths()
H A Dsvg_linear_gradient_element.cc55 y2_(MakeGarbageCollected<SVGAnimatedLength>( in SVGLinearGradientElement()
63 AddToPropertyMap(y2_); in SVGLinearGradientElement()
70 visitor->Trace(y2_); in Trace()
140 x2_->CurrentValue()->IsRelative() || y2_->CurrentValue()->IsRelative(); in SelfHasRelativeLengths()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dlinear_gradient_attributes.h38 y2_(MakeGarbageCollected<SVGLength>(SVGLengthMode::kHeight)), in LinearGradientAttributes()
49 SVGLength* Y2() const { return y2_.Get(); } in Y2()
64 y2_ = value; in SetY2()
77 visitor->Trace(y2_); in Trace()
85 Member<SVGLength> y2_; member
H A Dsvg_line_element.cc46 y2_(MakeGarbageCollected<SVGAnimatedLength>( in SVGLineElement()
54 AddToPropertyMap(y2_); in SVGLineElement()
61 visitor->Trace(y2_); in Trace()
91 x2_->CurrentValue()->IsRelative() || y2_->CurrentValue()->IsRelative(); in SelfHasRelativeLengths()
H A Dsvg_linear_gradient_element.cc54 y2_(MakeGarbageCollected<SVGAnimatedLength>( in SVGLinearGradientElement()
62 AddToPropertyMap(y2_); in SVGLinearGradientElement()
69 visitor->Trace(y2_); in Trace()
139 x2_->CurrentValue()->IsRelative() || y2_->CurrentValue()->IsRelative(); in SelfHasRelativeLengths()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/include/pcl/visualization/
H A Dpoint_picking_event.h86 …PointPickingEvent (int idx) : idx_ (idx), idx2_ (-1), x_ (), y_ (), z_ (), x2_ (), y2_ (), z2_ () … in PointPickingEvent()
87 …at x, float y, float z) : idx_ (idx), idx2_ (-1), x_ (x), y_ (y), z_ (z), x2_ (), y2_ (), z2_ () {} in PointPickingEvent()
90 idx_ (idx1), idx2_ (idx2), x_ (x1), y_ (y1), z_ (z1), x2_ (x2), y2_ (y2), z2_ (z2) in PointPickingEvent()
132 x2 = x2_; y2 = y2_; z2 = z2_; in getPoints()
160 float x2_, y2_, z2_; variable
/dports/games/construo/construo-0.2.3/src/
H A Drect.hpp41 const T& y2_) in Rect() argument
43 y1 (Math::min(y1_, y2_)), in Rect()
45 y2 (Math::max(y1_, y2_)) in Rect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_timing_function_value.cc35 ", " + String::Number(x2_) + ", " + String::Number(y2_) + ")"; in CustomCSSText()
41 y2_ == other.y2_; in Equals()
H A Dcss_timing_function_value.h45 y2_(y2) {} in CSSCubicBezierTimingFunctionValue()
52 double Y2() const { return y2_; } in Y2()
64 double y2_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_timing_function_value.cc35 ", " + String::Number(x2_) + ", " + String::Number(y2_) + ")"; in CustomCSSText()
41 y2_ == other.y2_; in Equals()
H A Dcss_timing_function_value.h45 y2_(y2) {} in CSSCubicBezierTimingFunctionValue()
52 double Y2() const { return y2_; } in Y2()
64 double y2_; variable
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_line_aa_basics.pas56 constructor Construct(x1_ ,y1_ ,x2_ ,y2_ ,len_ : int ); overload;
115 constructor line_parameters.Construct(x1_ ,y1_ ,x2_ ,y2_ ,len_ : int );
120 y2:=y2_;
122 dy:=Abs(y2_ - y1_ );
129 if y2_ > y1_ then
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_line_aa_basics.pas56 constructor Construct(x1_ ,y1_ ,x2_ ,y2_ ,len_ : int ); overload;
115 constructor line_parameters.Construct(x1_ ,y1_ ,x2_ ,y2_ ,len_ : int );
120 y2:=y2_;
122 dy:=Abs(y2_ - y1_ );
129 if y2_ > y1_ then
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_line_aa_basics.pas56 constructor Construct(x1_ ,y1_ ,x2_ ,y2_ ,len_ : int ); overload;
115 constructor line_parameters.Construct(x1_ ,y1_ ,x2_ ,y2_ ,len_ : int );
120 y2:=y2_;
122 dy:=Abs(y2_ - y1_ );
129 if y2_ > y1_ then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_line_aa_basics.pas56 constructor Construct(x1_ ,y1_ ,x2_ ,y2_ ,len_ : int ); overload;
115 constructor line_parameters.Construct(x1_ ,y1_ ,x2_ ,y2_ ,len_ : int );
120 y2:=y2_;
122 dy:=Abs(y2_ - y1_ );
129 if y2_ > y1_ then
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DCUIDrawUtil.cpp22 y2_ = Value(lr.y); in FindIsoscelesTriangleVertices()
30 y2_ = Value(ul.y); in FindIsoscelesTriangleVertices()
38 y2_ = Value(ul.y); in FindIsoscelesTriangleVertices()
48 y2_ = Value(lr.y); in FindIsoscelesTriangleVertices()
314 double x1_, y1_, x2_, y2_, x3_, y3_; in IsoscelesTriangle() local
315 FindIsoscelesTriangleVertices(ul, lr, orientation, x1_, y1_, x2_, y2_, x3_, y3_); in IsoscelesTriangle()
316 Triangle(x1_, y1_, x2_, y2_, x3_, y3_, color, border); in IsoscelesTriangle()
320 double x1_, y1_, x2_, y2_, x3_, y3_; in BufferStoreIsoscelesTriangle() local
323 buffer.store(x2_, y2_); in BufferStoreIsoscelesTriangle()
330 double x1_, y1_, x2_, y2_, x3_, y3_; in InIsoscelesTriangle() local
[all …]
/dports/graphics/agg/agg-2.5/include/
H A Dagg_line_aa_basics.h95 line_parameters(int x1_, int y1_, int x2_, int y2_, int len_) : in line_parameters()
96 x1(x1_), y1(y1_), x2(x2_), y2(y2_), in line_parameters()
98 dy(abs(y2_ - y1_)), in line_parameters()
100 sy((y2_ > y1_) ? 1 : -1), in line_parameters()

12345678910