Home
last modified time | relevance | path

Searched +refs:shrink +refs:vector (Results 226 – 250 of 4459) sorted by relevance

12345678910>>...179

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Ddatalistimpl.h58 virtual void insert(const std::vector<element_t>& v);
70 virtual void shrink();
200 inline void DataListImpl<container_t, element_t>::insert(const std::vector<element_t>& v) in insert()
202 if (typeid(container_t) == typeid(std::vector<element_t>)) in insert()
204 std::vector<element_t>* vc = (std::vector<element_t>*) c; in insert()
266 void DataListImpl<container_t, element_t>::shrink() in shrink() function
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Ddatalistimpl.h58 virtual void insert(const std::vector<element_t>& v);
70 virtual void shrink();
200 inline void DataListImpl<container_t, element_t>::insert(const std::vector<element_t>& v) in insert()
202 if (typeid(container_t) == typeid(std::vector<element_t>)) in insert()
204 std::vector<element_t>* vc = (std::vector<element_t>*) c; in insert()
266 void DataListImpl<container_t, element_t>::shrink() in shrink() function
/dports/math/R-cran-labeling/labeling/man/
H A Drpretty.Rd6 min.n = n\%/\%3, shrink.sml = 0.75, high.u.bias = 1.5,
23 \item{shrink.sml}{positive numeric by a which a default
37 vector of axis label locations
/dports/math/geogram/geogram-1.7.7/src/tests/test_RVC/
H A Dmain.cpp160 vector<int> degree(M.vertices.nb(),0); in mesh_vertices_are_degree_3()
186 std::vector<std::string> filenames; in main()
204 double shrink = GEO::CmdLine::get_arg_double("shrink"); in main() local
261 if(shrink != 1.0) { in main()
262 shrink_mesh(clipped, shrink); in main()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Diwa_particlesengine.h85 std::vector<TLevelP> partLevel, float dpi,
86 int curr_frame, int shrink, double startx,
91 std::vector<TRasterFxPort *> part_ports,
94 std::vector<TLevelP> partLevel,
108 std::vector<std::vector<TPointD>> &myregions,
111 void normalize_array(std::vector<std::vector<TPointD>> &myregions,
113 std::vector<int> &myarray, std::vector<int> &lista,
114 std::vector<int> &listb, std::vector<int> & final);
117 std::vector<int> &lista, std::vector<int> &listb, int thres);
133 std::vector<TRasterFxPort *> part_ports,
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A DossimPolygon.h37 typedef std::vector<ossimPolygon> Vector;
39 ossimPolygon(const std::vector<ossimIpt>& polygon);
40 ossimPolygon(const std::vector<ossimDpt>& polygon);
41 ossimPolygon(const std::vector<ossimGpt>& polygon);
115 const std::vector<ossimDpt>& getVertexList()const;
120 bool clipToRect(std::vector<ossimPolygon>& result,
181 const ossimPolygon& operator= (const std::vector<ossimDpt>& vertexList);
182 const ossimPolygon& operator= (const std::vector<ossimGpt>& vertexList);
183 const ossimPolygon& operator= (const std::vector<ossimIpt>& vertexList);
232 bool shrink(ossimPolygon &dest, double inset) const;
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/delaunay/
H A Dperiodic_delaunay_3d.h84 vector<index_t> incident_tets_set;
121 vector<index_t>::const_iterator end() const { in end()
312 index_t compress(bool shrink=true);
397 vector<signed_index_t> cell_to_v_store_;
399 vector<index_t> cell_next_;
400 vector<thread_index_t> cell_thread_;
402 vector<index_t> reorder_;
403 vector<index_t> levels_;
425 vector<Numeric::uint32> vertex_instances_;
428 vector<index_t> periodic_v_to_cell_rowptr_;
[all …]
/dports/math/py-cryptominisat/cryptominisat-5.8.0/src/
H A Dwatcharray.h32 using std::vector;
41 vector<Lit> smudged_list;
42 vector<char> smudged;
51 const vector<Lit>& get_smudged_list() const { in get_smudged_list()
92 watches.shrink(watches.size()-new_size); in resize()
180 mem += watches.capacity()*sizeof(vector<Watched>); in mem_used_array()
/dports/math/cryptominisat/cryptominisat-5.8.0/src/
H A Dwatcharray.h32 using std::vector;
41 vector<Lit> smudged_list;
42 vector<char> smudged;
51 const vector<Lit>& get_smudged_list() const { in get_smudged_list()
92 watches.shrink(watches.size()-new_size); in resize()
180 mem += watches.capacity()*sizeof(vector<Watched>); in mem_used_array()
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/primitive-0.7.0.1/test/src/Test/QuickCheck/Classes/
H A DCommon.hs106 shrinking shrink x $ \x' ->
276 shrink x = map maybeToBottom (shrink (bottomToMaybe x)) function
389 shrink (LinearEquation a b) =
390 let xs = shrink (a,b)
411 shrink (QuadraticEquation a b c) =
412 let xs = shrink (a,b,c)
434 shrink (LinearEquationTwo a b) =
435 let xs = shrink (a,b)
447 xs <- vector n
449 shrink = map SmallList . shrink . getSmallList function
[all …]
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/primitive-0.7.0.1/test/src/Test/QuickCheck/Classes/
H A DCommon.hs106 shrinking shrink x $ \x' ->
276 shrink x = map maybeToBottom (shrink (bottomToMaybe x)) function
389 shrink (LinearEquation a b) =
390 let xs = shrink (a,b)
411 shrink (QuadraticEquation a b c) =
412 let xs = shrink (a,b,c)
434 shrink (LinearEquationTwo a b) =
435 let xs = shrink (a,b)
447 xs <- vector n
449 shrink = map SmallList . shrink . getSmallList function
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/primitive-0.7.0.1/test/src/Test/QuickCheck/Classes/
H A DCommon.hs106 shrinking shrink x $ \x' ->
276 shrink x = map maybeToBottom (shrink (bottomToMaybe x)) function
389 shrink (LinearEquation a b) =
390 let xs = shrink (a,b)
411 shrink (QuadraticEquation a b c) =
412 let xs = shrink (a,b,c)
434 shrink (LinearEquationTwo a b) =
435 let xs = shrink (a,b)
447 xs <- vector n
449 shrink = map SmallList . shrink . getSmallList function
[all …]
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/primitive-0.7.0.1/test/src/Test/QuickCheck/Classes/
H A DCommon.hs106 shrinking shrink x $ \x' ->
276 shrink x = map maybeToBottom (shrink (bottomToMaybe x)) function
389 shrink (LinearEquation a b) =
390 let xs = shrink (a,b)
411 shrink (QuadraticEquation a b c) =
412 let xs = shrink (a,b,c)
434 shrink (LinearEquationTwo a b) =
435 let xs = shrink (a,b)
447 xs <- vector n
449 shrink = map SmallList . shrink . getSmallList function
[all …]
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/primitive-0.7.0.1/test/src/Test/QuickCheck/Classes/
H A DCommon.hs106 shrinking shrink x $ \x' ->
276 shrink x = map maybeToBottom (shrink (bottomToMaybe x)) function
389 shrink (LinearEquation a b) =
390 let xs = shrink (a,b)
411 shrink (QuadraticEquation a b c) =
412 let xs = shrink (a,b,c)
434 shrink (LinearEquationTwo a b) =
435 let xs = shrink (a,b)
447 xs <- vector n
449 shrink = map SmallList . shrink . getSmallList function
[all …]
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/primitive-0.7.0.1/test/src/Test/QuickCheck/Classes/
H A DCommon.hs106 shrinking shrink x $ \x' ->
276 shrink x = map maybeToBottom (shrink (bottomToMaybe x)) function
389 shrink (LinearEquation a b) =
390 let xs = shrink (a,b)
411 shrink (QuadraticEquation a b c) =
412 let xs = shrink (a,b,c)
434 shrink (LinearEquationTwo a b) =
435 let xs = shrink (a,b)
447 xs <- vector n
449 shrink = map SmallList . shrink . getSmallList function
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/primitive-0.7.0.1/test/src/Test/QuickCheck/Classes/
H A DCommon.hs106 shrinking shrink x $ \x' ->
276 shrink x = map maybeToBottom (shrink (bottomToMaybe x)) function
389 shrink (LinearEquation a b) =
390 let xs = shrink (a,b)
411 shrink (QuadraticEquation a b c) =
412 let xs = shrink (a,b,c)
434 shrink (LinearEquationTwo a b) =
435 let xs = shrink (a,b)
447 xs <- vector n
449 shrink = map SmallList . shrink . getSmallList function
[all …]
/dports/devel/hs-profiteur/profiteur-0.4.6.0/_cabal_deps/primitive-0.7.0.1/test/src/Test/QuickCheck/Classes/
H A DCommon.hs106 shrinking shrink x $ \x' ->
276 shrink x = map maybeToBottom (shrink (bottomToMaybe x)) function
389 shrink (LinearEquation a b) =
390 let xs = shrink (a,b)
411 shrink (QuadraticEquation a b c) =
412 let xs = shrink (a,b,c)
434 shrink (LinearEquationTwo a b) =
435 let xs = shrink (a,b)
447 xs <- vector n
449 shrink = map SmallList . shrink . getSmallList function
[all …]
/dports/devel/hs-shake/shake-0.19.6/_cabal_deps/primitive-0.7.0.1/test/src/Test/QuickCheck/Classes/
H A DCommon.hs106 shrinking shrink x $ \x' ->
276 shrink x = map maybeToBottom (shrink (bottomToMaybe x)) function
389 shrink (LinearEquation a b) =
390 let xs = shrink (a,b)
411 shrink (QuadraticEquation a b c) =
412 let xs = shrink (a,b,c)
434 shrink (LinearEquationTwo a b) =
435 let xs = shrink (a,b)
447 xs <- vector n
449 shrink = map SmallList . shrink . getSmallList function
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/primitive-0.7.0.1/test/src/Test/QuickCheck/Classes/
H A DCommon.hs106 shrinking shrink x $ \x' ->
276 shrink x = map maybeToBottom (shrink (bottomToMaybe x)) function
389 shrink (LinearEquation a b) =
390 let xs = shrink (a,b)
411 shrink (QuadraticEquation a b c) =
412 let xs = shrink (a,b,c)
434 shrink (LinearEquationTwo a b) =
435 let xs = shrink (a,b)
447 xs <- vector n
449 shrink = map SmallList . shrink . getSmallList function
[all …]
/dports/sysutils/hs-cputype/cputype-ad3835a3a2d38aab86c03ed615058da0f1fbf244/_cabal_deps/primitive-0.7.0.1/test/src/Test/QuickCheck/Classes/
H A DCommon.hs106 shrinking shrink x $ \x' ->
276 shrink x = map maybeToBottom (shrink (bottomToMaybe x)) function
389 shrink (LinearEquation a b) =
390 let xs = shrink (a,b)
411 shrink (QuadraticEquation a b c) =
412 let xs = shrink (a,b,c)
434 shrink (LinearEquationTwo a b) =
435 let xs = shrink (a,b)
447 xs <- vector n
449 shrink = map SmallList . shrink . getSmallList function
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/primitive-0.7.0.1/test/src/Test/QuickCheck/Classes/
H A DCommon.hs106 shrinking shrink x $ \x' ->
276 shrink x = map maybeToBottom (shrink (bottomToMaybe x)) function
389 shrink (LinearEquation a b) =
390 let xs = shrink (a,b)
411 shrink (QuadraticEquation a b c) =
412 let xs = shrink (a,b,c)
434 shrink (LinearEquationTwo a b) =
435 let xs = shrink (a,b)
447 xs <- vector n
449 shrink = map SmallList . shrink . getSmallList function
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/primitive-0.7.0.1/test/src/Test/QuickCheck/Classes/
H A DCommon.hs106 shrinking shrink x $ \x' ->
276 shrink x = map maybeToBottom (shrink (bottomToMaybe x)) function
389 shrink (LinearEquation a b) =
390 let xs = shrink (a,b)
411 shrink (QuadraticEquation a b c) =
412 let xs = shrink (a,b,c)
434 shrink (LinearEquationTwo a b) =
435 let xs = shrink (a,b)
447 xs <- vector n
449 shrink = map SmallList . shrink . getSmallList function
[all …]
/dports/textproc/hs-yaml/yaml-0.11.5.0/_cabal_deps/primitive-0.7.0.1/test/src/Test/QuickCheck/Classes/
H A DCommon.hs106 shrinking shrink x $ \x' ->
276 shrink x = map maybeToBottom (shrink (bottomToMaybe x)) function
389 shrink (LinearEquation a b) =
390 let xs = shrink (a,b)
411 shrink (QuadraticEquation a b c) =
412 let xs = shrink (a,b,c)
434 shrink (LinearEquationTwo a b) =
435 let xs = shrink (a,b)
447 xs <- vector n
449 shrink = map SmallList . shrink . getSmallList function
[all …]
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/primitive-0.7.0.1/test/src/Test/QuickCheck/Classes/
H A DCommon.hs106 shrinking shrink x $ \x' ->
276 shrink x = map maybeToBottom (shrink (bottomToMaybe x)) function
389 shrink (LinearEquation a b) =
390 let xs = shrink (a,b)
411 shrink (QuadraticEquation a b c) =
412 let xs = shrink (a,b,c)
434 shrink (LinearEquationTwo a b) =
435 let xs = shrink (a,b)
447 xs <- vector n
449 shrink = map SmallList . shrink . getSmallList function
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/timage_io/
H A Dtimage_io.cpp143 void TImageReader::setShrink(int shrink) { m_shrink = shrink; } in setShrink() argument
204 int x0, int length, int shrink) { in copyLine() argument
213 int length, int shrink) { in copyLine() argument
222 int length, int shrink) { in copyLine() argument
234 int shrink) { in readRaster_copyLines() argument
238 int linesToSkip = shrink - 1; in readRaster_copyLines()
251 reader->readLine(lineBuffer, x0, x1, shrink); in readRaster_copyLines()
266 reader->readLine(lineBuffer, x0, x1, shrink); in readRaster_copyLines()
268 if ((y - y0) % shrink == 0) { in readRaster_copyLines()
288 if (shrink == 1) { in readRaster()
[all …]

12345678910>>...179