Home
last modified time | relevance | path

Searched refs:ux_ (Results 1 – 25 of 42) sorted by relevance

12

/dports/cad/openroad/OpenROAD-2.0/src/replace/src/
H A DplacerBase.cpp111 ux_ = ux; in Instance()
119 ux_ = uy_ = 0; in ~Instance()
163 ux_ = x + (ux_ - lx_); in setLocation()
181 ux_ = x + halfX; in setCenterLocation()
230 return ux_; in ux()
240 return (lx_ + ux_)/2; in cx()
250 return (ux_ - lx_); in dx()
523 return ux_; in ux()
545 ux_ = INT_MIN; in updateBox()
551 ux_ = std::max(box->xMax(), ux_); in updateBox()
[all …]
H A DnesterovBase.h142 int ux_; variable
170 return ux_; in ux()
180 return (lx_ + ux_)/2; in cx()
190 return ux_ - lx_; in dx()
301 int ux_; variable
359 return ux_; in ux()
576 int ux_; variable
612 return ux_; in ux()
622 return (ux_ + lx_)/2; in cx()
632 return (ux_ - lx_); in dx()
[all …]
H A DnesterovBase.cpp149 ux_ = lx + (ux_ - lx_); in setLocation()
166 ux_ = cx + halfDx; in setCenterLocation()
182 ux_ = centerX + dx/2; in setSize()
322 ux_ = uy_ = INT_MIN; in updateBox()
327 ux_ = std::max(gPin->cx(), ux_); in updateBox()
468 ux_(0), uy_(0), in Bin()
482 ux_ = ux; in Bin()
576 ux_ = die->coreUx(); in setCorePoints()
624 return ux_; in ux()
644 return (ux_ - lx_); in dx()
[all …]
H A DrouteBase.h97 int ux_; variable
129 return ux_; in ux()
139 return static_cast<int64_t>(ux_ - lx_) * static_cast<int64_t>(uy_ - ly_); in area()
H A DplacerBase.h119 int ux_; variable
227 int ux_; variable
H A DrouteBase.cpp62 ux_(0), in Tile()
75 ux_ = ux; in Tile()
86 x_ = y_ = lx_ = ly_ = ux_ = uy_ = 0; in reset()
/dports/math/cgal/CGAL-5.3/include/CGAL/Segment_Delaunay_graph_Linf_2/
H A DVoronoi_vertex_ring_C2.h554 ux_ = pp.hx(); in compute_pss()
661 ux_ = v.hx(); in compute_pss_side_p_known()
704 ux_ = v.hx(); in compute_pss_ortho_wedge()
757 ux_ = xp + x; in compute_pss_x_consecutive()
788 ux_ = xp + xs; in compute_pss_y_consecutive()
794 ux_ = xp + xs; in compute_pss_y_consecutive()
825 ux_ = v.hx(); in compute_pss_corner_and_pt()
1012 ux_ = vv.hx(); in compute_pss_bisectors()
1505 ux_ = vv.hx(); in compute_pps_bisectors()
1619 ux_ = vv.hx(); in compute_sss_bisectors_old()
[all …]
H A DVoronoi_vertex_sqrt_field_new_C2.h1342 RT ux_, uy_, uz_; in compute_pss_both_hv() local
1343 RT & upar = is_q_hor ? ux_ : uy_; in compute_pss_both_hv()
1344 RT & uort = is_q_hor ? uy_ : ux_; in compute_pss_both_hv()
1350 vv = Point_2(ux_, uy_, uz_); in compute_pss_both_hv()
1371 RT ux_, uy_, uz_; in compute_pss_both_hv_nonpar() local
1372 RT & upar = is_touched_hor ? ux_ : uy_; in compute_pss_both_hv_nonpar()
1373 RT & uort = is_touched_hor ? uy_ : ux_; in compute_pss_both_hv_nonpar()
1391 vv = Point_2(ux_, uy_, uz_); in compute_pss_both_hv_nonpar()
1421 RT ux_, uy_, uz_; in compute_pss_both_hv_nonpar_nonendp() local
1423 ux_ = is_q_hor ? r_coord + p_coord_r : q_coord + p_coord_q; in compute_pss_both_hv_nonpar_nonendp()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/mpl/include/mpl/
H A DMacroPlacer.h208 double lx_, ly_, ux_, uy_; variable
227 double ux() const { return ux_; } in ux()
236 double lx_, ly_, ux_, uy_;
/dports/cad/openroad/OpenROAD-2.0/src/mpl/src/
H A DMacroPlacer.cpp95 ux_(0), in MacroPlacer()
136 ux_ = ux; in setFenceRegion()
208 Layout layout(lx_, ly_, ux_, uy_); in placeMacrosCornerMinWL()
210 PartClass::ALL, lx_, ly_, ux_ - lx_, uy_ - ly_, this, logger_); in placeMacrosCornerMinWL()
274 Layout layout(lx_, ly_, ux_, uy_); in placeMacrosCornerMaxWl()
860 double width = ux_ - lx_; in getWeightedWL()
928 Layout::Layout() : lx_(0), ly_(0), ux_(0), uy_(0) in Layout()
933 : lx_(lx), ly_(ly), ux_(ux), uy_(uy) in Layout()
940 ux_(part.lx + part.width), in Layout()
957 ux_ = ux; in setUx()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/step/trustregion/
H A DROL_ColemanLiModel.hpp68 Ptr<Vector<Real>> lx_, ux_; // Temporary vectors for bound computation member in ROL::ColemanLiModel
213 ux_ = x.clone(); in initialize()
558 ux_->set(*TrustRegionModel<Real>::getBoundConstraint()->getUpperBound()); in computeAlpha()
559 ux_->axpy(-one, *xc); in computeAlpha()
560 ux_->applyBinary(SafeDivide(ROL_INF<Real>()), d); in computeAlpha()
563 lx_->applyBinary(Elementwise::Max<Real>(),*ux_); in computeAlpha()
/dports/cad/openroad/OpenROAD-2.0/src/mpl2/src/
H A Dblock_placement.h124 float ux_ = 0.0; member
131 ux_ = ux; in Region()
H A Dblock_placement.cpp627 float region_ux = region->ux_; in CalculateMacroBlockagePenalty()
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/00_basics/environment/
H A Dhpux.cf27 "expected[flavor]" string => ifelse("hpux", "hp-ux_.+",
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/00_basics/environment/
H A Dhpux.cf27 "expected[flavor]" string => ifelse("hpux", "hp-ux_.+",
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/acceptance/00_basics/environment/
H A Dhpux.cf27 "expected[flavor]" string => ifelse("hpux", "hp-ux_.+",
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/00_basics/environment/
H A Dhpux.cf27 "expected[flavor]" string => ifelse("hpux", "hp-ux_.+",
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/acceptance/00_basics/environment/
H A Dhpux.cf27 "expected[flavor]" string => ifelse("hpux", "hp-ux_.+",
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/acceptance/00_basics/environment/
H A Dhpux.cf27 "expected[flavor]" string => ifelse("hpux", "hp-ux_.+",
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/share/langmodels/
H A Dfrench.lm296 ux_ 109
/dports/mail/spamassassin-devel/spamassassin-1ea352210/lm/
H A Dfr.lm296 ux_ 109
/dports/textproc/libtextcat/libtextcat-2.2/langclass/LM/
H A Dfrench.lm296 ux_ 109
/dports/textproc/libexttextcat/libexttextcat-3.4.6/langclass/LM/
H A Dfr.lm296 ux_ 109
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/data/typing/
H A Dtyping_model_godan-hiragana.tsv34197 ux_ 1305
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/data/typing/
H A Dtyping_model_godan-hiragana.tsv34197 ux_ 1305

12