Home
last modified time | relevance | path

Searched refs:update_max (Results 26 – 50 of 122) sorted by relevance

12345

/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dinsert_fn_imps.hpp61 update_max(p_nd); in push()
87 update_max(p_nd); in make_root_and_link()
251 update_max(p_nd); in modify()
275 update_max(node_pointer p_nd) in update_max() function in PB_DS_CLASS_C_DEC
H A Dthin_heap_.hpp175 update_max(node_pointer);
/dports/sysutils/s-tui/s-tui-1.0.0-2-gfb91ef6/s_tui/sturwid/
H A Dbar_graph_vector.py182 update_max = False
185 update_max = True
189 update_max = True
225 if update_max:
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/orphan-code/
H A Dredblacktree.cpp184 update_max(root); in insert()
368 update_max(root); in erase()
505 void RedBlackTree::update_max(RedBlack* x){ in update_max() function in Geom::RedBlackTree
508 update_max(x->left); in update_max()
509 update_max(x->right); in update_max()
/dports/math/lib2geom/lib2geom-1.1/src/2geom/orphan-code/
H A Dredblacktree.cpp184 update_max(root); in insert()
368 update_max(root); in erase()
505 void RedBlackTree::update_max(RedBlack* x){ in update_max() function in Geom::RedBlackTree
508 update_max(x->left); in update_max()
509 update_max(x->right); in update_max()
/dports/databases/grass7/grass-7.8.6/misc/m.transform/
H A Dmain.c60 static void update_max(struct Max *m, int n, double k) in update_max() function
71 update_max(&st->x, n, dx); in update_stats()
72 update_max(&st->y, n, dy); in update_stats()
73 update_max(&st->g, n, dg); in update_stats()
/dports/net/krill/krill-0.9.4/cargo-crates/intervaltree-0.2.6/src/
H A Dlib.rs63 Self::update_max(&mut nodes); in from_iter()
111 fn update_max(nodes: &mut [Node<K, V>]) -> K { in update_max() method
118 rest[0].max = cmp::max(rest[0].max.clone(), Self::update_max(left)); in update_max()
125 rest[i].max = cmp::max(rest[i].max.clone(), Self::update_max(right)); in update_max()
/dports/databases/grass7/grass-7.8.6/raster/r.in.xyz/
H A Dlocal_proto.h47 int update_max(void *, int, int, int, RASTER_MAP_TYPE, double);
H A Dsupport.c89 int update_max(void *array, int cols, int row, int col, in update_max() function
/dports/databases/grass7/grass-7.8.6/imagery/i.ortho.photo/i.ortho.transform/
H A Dmain.c125 static void update_max(struct Max *m, int n, double k) in update_max() function
136 update_max(&st->x, n, dx); in update_stats()
137 update_max(&st->y, n, dy); in update_stats()
138 update_max(&st->g, n, dg); in update_stats()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/api/
H A Dreduce.h79 void update_max(int row);
/dports/math/highs/HiGHS-cfe064e/src/ipm/ipx/src/
H A Dcrossover.cc388 auto update_max = [&](Int p, double pivot) { in PrimalRatioTest() local
410 for_each_nonzero(ftran, update_max); in PrimalRatioTest()
446 auto update_max = [&](Int j, double pivot) { in DualRatioTest() local
459 for_each_nonzero(row, update_max); in DualRatioTest()
H A Dbasis.cc705 auto update_max = [&](Int p, double f) { in PivotFreeVariablesIntoBasis() local
718 for_each_nonzero(ftran, update_max); in PivotFreeVariablesIntoBasis()
817 auto update_max = [&](Int j, double r) { in PivotFixedVariablesOutOfBasis() local
833 for_each_nonzero(row, update_max); in PivotFixedVariablesOutOfBasis()
873 auto update_max = [&](Int j, double r) { in PivotFixedVariablesOutOfBasis() local
881 for_each_nonzero(row, update_max); in PivotFixedVariablesOutOfBasis()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/ipm/ipx/src/
H A Dcrossover.cc388 auto update_max = [&](Int p, double pivot) { in PrimalRatioTest() local
410 for_each_nonzero(ftran, update_max); in PrimalRatioTest()
446 auto update_max = [&](Int j, double pivot) { in DualRatioTest() local
459 for_each_nonzero(row, update_max); in DualRatioTest()
H A Dbasis.cc707 auto update_max = [&](Int p, double f) { in PivotFreeVariablesIntoBasis() local
720 for_each_nonzero(ftran, update_max); in PivotFreeVariablesIntoBasis()
819 auto update_max = [&](Int j, double r) { in PivotFixedVariablesOutOfBasis() local
835 for_each_nonzero(row, update_max); in PivotFixedVariablesOutOfBasis()
875 auto update_max = [&](Int j, double r) { in PivotFixedVariablesOutOfBasis() local
883 for_each_nonzero(row, update_max); in PivotFixedVariablesOutOfBasis()
/dports/databases/grass7/grass-7.8.6/raster/r.in.lidar/
H A Dlocal_proto.h59 int update_max(void *, int, int, int, RASTER_MAP_TYPE, double);
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/orphan-code/
H A Dredblacktree.h101 void update_max(RedBlack* x);
/dports/math/lib2geom/lib2geom-1.1/include/2geom/orphan-code/
H A Dredblacktree.h101 void update_max(RedBlack* x);
/dports/math/cgal/CGAL-5.3/include/CGAL/OTR_2/
H A DCost.h86 void update_max(const Cost& cost) in update_max() function
H A DReconstruction_triangulation_2.h406 sum.update_max(cost); in compute_total_cost()
424 outer.update_max(cost); in compute_cost_around_vertex()
429 inner.update_max(cost); in compute_cost_around_vertex()
434 inner.update_max(cost); in compute_cost_around_vertex()
442 sum.update_max(inner); in compute_cost_around_vertex()
443 sum.update_max(outer); in compute_cost_around_vertex()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/ServiceRegistration/
H A Dsrp-gw.h112 size_t update_max; member
/dports/sysutils/vector/vector-0.10.0/cargo-crates/hdrhistogram-6.3.4/src/
H A Dlib.rs491 self.update_max(mx); in add()
1630 fn update_max(&mut self, value: u64) { in update_max() method
1652 self.update_max(value); in update_min_max()
1728 h.update_max(max); in update_histogram()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp175 update_max(node_pointer);
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp175 update_max(node_pointer);
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp175 update_max(node_pointer);

12345