Home
last modified time | relevance | path

Searched refs:update_cost (Results 1 – 25 of 76) sorted by relevance

1234

/dports/devel/py-traits/traits-6.3.2/examples/tutorials/doc_examples/examples/
H A Dwidget.py26 self.part1.on_trait_change(self.update_cost, "cost")
27 self.part2.on_trait_change(self.update_cost, "cost")
29 def update_cost(self): member in Widget
H A Ddynamic_notification.py30 self.part1.on_trait_change(self.update_cost, "cost")
31 self.part2.on_trait_change(self.update_cost, "cost")
33 def update_cost(self): member in Widget
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/brotli-3.3.2/src/enc/
H A Dir_interpret.rs15 …fn update_cost(&mut self, stride_prior: [u8;8], stride_byte_offset: usize, selected_bits:u8, cm_pr… in update_cost() method
46 … xself.update_cost(priors, (cur + 7) & 7, selected_bits, huffman_table_index, *literal); in push_base()
H A Dstride_eval.rs245 …fn update_cost(&mut self, stride_prior: [u8;8], stride_prior_offset: usize , selected_bits: u8, cm… in update_cost() method
/dports/security/suricata/suricata-6.0.4/rust/vendor/brotli/src/enc/
H A Dir_interpret.rs15 …fn update_cost(&mut self, stride_prior: [u8;8], stride_byte_offset: usize, selected_bits:u8, cm_pr… in update_cost() method
46 … xself.update_cost(priors, (cur + 7) & 7, selected_bits, huffman_table_index, *literal); in push_base()
H A Dstride_eval.rs245 …fn update_cost(&mut self, stride_prior: [u8;8], stride_prior_offset: usize , selected_bits: u8, cm… in update_cost() method
/dports/www/xh/xh-0.14.1/cargo-crates/brotli-3.3.2/src/enc/
H A Dir_interpret.rs15 …fn update_cost(&mut self, stride_prior: [u8;8], stride_byte_offset: usize, selected_bits:u8, cm_pr… in update_cost() method
46 … xself.update_cost(priors, (cur + 7) & 7, selected_bits, huffman_table_index, *literal); in push_base()
H A Dstride_eval.rs245 …fn update_cost(&mut self, stride_prior: [u8;8], stride_prior_offset: usize , selected_bits: u8, cm… in update_cost() method
/dports/devel/ncurses/ncurses-6.3/ncurses/tty/
H A Dhashmap.c139 update_cost(SCREEN *sp, NCURSES_CH_T *from, NCURSES_CH_T *to) in update_cost() function
191 : update_cost(sp, OLDTEXT(sp, to), NEWTEXT(sp, to))) in cost_effective()
192 + update_cost(sp, OLDTEXT(sp, new_from), NEWTEXT(sp, from))) in cost_effective()
194 : update_cost(sp, OLDTEXT(sp, new_from), NEWTEXT(sp, from))) in cost_effective()
195 + update_cost(sp, OLDTEXT(sp, from), NEWTEXT(sp, to)))) in cost_effective()
/dports/net/guacamole-server/guacamole-server-1.3.0/src/common/
H A Dsurface.c290 int combined_cost, dirty_cost, update_cost; in __guac_common_should_combine() local
303 update_cost = GUAC_SURFACE_BASE_COST + rect->width * rect->height; in __guac_common_should_combine()
307 update_cost /= GUAC_SURFACE_DATA_FACTOR; in __guac_common_should_combine()
310 if (combined_cost <= update_cost + dirty_cost) in __guac_common_should_combine()
317 if (combined_cost - update_cost <= update_cost / GUAC_SURFACE_NEGLIGIBLE_INCREASE) in __guac_common_should_combine()
322 if (combined_cost <= (dirty_cost + update_cost) * GUAC_SURFACE_FILL_PATTERN_FACTOR) in __guac_common_should_combine()
/dports/games/stockfish/Stockfish-sf_14/src/nnue/features/
H A Dhalf_ka_v2.h101 static int update_cost(StateInfo* st);
H A Dhalf_ka_v2.cpp73 int HalfKAv2::update_cost(StateInfo* st) { in update_cost() function in Stockfish::Eval::NNUE::Features::HalfKAv2
/dports/math/kktdirect/KKTDirect0.5/
H A Dkktmd.cpp23 virtual void update_cost(KKT_INT j) = 0;
137 update_cost(i); in do_the_ordering()
539 void update_cost(KKT_INT j) in update_cost() function
577 update_cost(j); in cheap_update_cost()
/dports/math/highs/HiGHS-cfe064e/src/ipm/ipx/src/
H A Dbasiclu_wrapper.cc251 double update_cost = xstore_[BASICLU_UPDATE_COST]; in _NeedFreshFactorization() local
253 return nforrest == dim || update_cost > 1.0; in _NeedFreshFactorization()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/ipm/ipx/src/
H A Dbasiclu_wrapper.cc252 double update_cost = xstore_[BASICLU_UPDATE_COST]; in _NeedFreshFactorization() local
254 return nforrest == dim || update_cost > 1.0; in _NeedFreshFactorization()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/recognition/include/pcl/recognition/3rdparty/metslib/
H A Dmodel.hh236 update_cost() in update_cost() function in mets::permutation_problem
274 p.update_cost(); in random_shuffle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/update_client/
H A Dcomponent.cc356 const base::TimeDelta update_cost(base::TimeTicks::Now() - update_begin_); in GetUpdateDuration() local
357 DCHECK_GE(update_cost, base::TimeDelta()); in GetUpdateDuration()
360 return std::min(update_cost, max_update_delay); in GetUpdateDuration()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/update_client/
H A Dcomponent.cc427 const base::TimeDelta update_cost(base::TimeTicks::Now() - update_begin_); in GetUpdateDuration() local
428 DCHECK_GE(update_cost, base::TimeDelta()); in GetUpdateDuration()
431 return std::min(update_cost, max_update_delay); in GetUpdateDuration()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DOptimal_transportation_reconstruction_2.h526 update_cost(hull.begin(), hull.end()); in reassign_samples_around_vertex()
564 update_cost(hull.begin(), hull.end()); in do_collapse()
711 void update_cost(Iterator begin, Iterator end) { in update_cost() function
718 m_dt.update_cost(edge); in update_cost()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dira-color.c1316 int update_cost, int update_conflict_cost) in update_allocno_cost() argument
1331 ALLOCNO_UPDATED_HARD_REG_COSTS (allocno)[i] += update_cost; in update_allocno_cost()
1365 int cost, update_cost, update_conflict_cost; in update_costs_from_allocno() local
1421 update_cost = cp->freq * cost / divisor; in update_costs_from_allocno()
1422 update_conflict_cost = update_cost; in update_costs_from_allocno()
1428 hard_regno, update_cost, update_conflict_cost); in update_costs_from_allocno()
1429 if (update_cost == 0) in update_costs_from_allocno()
1433 update_cost, update_conflict_cost)) in update_costs_from_allocno()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dira-color.c1316 int update_cost, int update_conflict_cost) in update_allocno_cost() argument
1331 ALLOCNO_UPDATED_HARD_REG_COSTS (allocno)[i] += update_cost; in update_allocno_cost()
1365 int cost, update_cost, update_conflict_cost; in update_costs_from_allocno() local
1421 update_cost = cp->freq * cost / divisor; in update_costs_from_allocno()
1422 update_conflict_cost = update_cost; in update_costs_from_allocno()
1428 hard_regno, update_cost, update_conflict_cost); in update_costs_from_allocno()
1429 if (update_cost == 0) in update_costs_from_allocno()
1433 update_cost, update_conflict_cost)) in update_costs_from_allocno()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dira-color.c1316 int update_cost, int update_conflict_cost) in update_allocno_cost() argument
1331 ALLOCNO_UPDATED_HARD_REG_COSTS (allocno)[i] += update_cost; in update_allocno_cost()
1365 int cost, update_cost, update_conflict_cost; in update_costs_from_allocno() local
1421 update_cost = cp->freq * cost / divisor; in update_costs_from_allocno()
1422 update_conflict_cost = update_cost; in update_costs_from_allocno()
1428 hard_regno, update_cost, update_conflict_cost); in update_costs_from_allocno()
1429 if (update_cost == 0) in update_costs_from_allocno()
1433 update_cost, update_conflict_cost)) in update_costs_from_allocno()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dira-color.c1316 int update_cost, int update_conflict_cost) in update_allocno_cost() argument
1331 ALLOCNO_UPDATED_HARD_REG_COSTS (allocno)[i] += update_cost; in update_allocno_cost()
1365 int cost, update_cost, update_conflict_cost; in update_costs_from_allocno() local
1421 update_cost = cp->freq * cost / divisor; in update_costs_from_allocno()
1422 update_conflict_cost = update_cost; in update_costs_from_allocno()
1428 hard_regno, update_cost, update_conflict_cost); in update_costs_from_allocno()
1429 if (update_cost == 0) in update_costs_from_allocno()
1433 update_cost, update_conflict_cost)) in update_costs_from_allocno()
/dports/devel/py-traits/traits-6.3.2/docs/source/traits_user_manual/
H A Dlistening.rst86 self.part1.on_trait_change(self.update_cost, 'cost')
87 self.part2.on_trait_change(self.update_cost, 'cost')
89 def update_cost(self):
100 change notification so that its update_cost() method is called whenever the
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dira-color.c1309 update_allocno_cost (ira_allocno_t allocno, int hard_regno, int update_cost) in update_allocno_cost() argument
1324 ALLOCNO_UPDATED_HARD_REG_COSTS (allocno)[i] += update_cost; in update_allocno_cost()
1325 ALLOCNO_UPDATED_CONFLICT_HARD_REG_COSTS (allocno)[i] += update_cost; in update_allocno_cost()
1337 int cost, update_cost; in update_costs_from_allocno() local
1378 update_cost = cp->freq * cost / divisor; in update_costs_from_allocno()
1379 if (update_cost == 0) in update_costs_from_allocno()
1382 if (! update_allocno_cost (another_allocno, hard_regno, update_cost)) in update_costs_from_allocno()

1234