Home
last modified time | relevance | path

Searched refs:growthRate (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/
H A DByteStack.cs21 private int growthRate; field in System.Xml.ByteStack
25 public ByteStack(int growthRate) { in ByteStack() argument
26 this.growthRate = growthRate; in ByteStack()
28 stack = new byte[growthRate]; in ByteStack()
29 size = growthRate; in ByteStack()
34 byte[] newstack = new byte[size + growthRate]; in Push()
39 size += growthRate; in Push()
H A DHWStack.cs24 this.growthRate = GrowthRate; in HWStack()
36 Object[] newstack = new Object[this.size + this.growthRate]; in Push()
41 this.size += this.growthRate; in Push()
93 private HWStack(object[] stack, int growthRate, int used, int size) { in HWStack() argument
95 this.growthRate = growthRate; in HWStack()
101 … return new HWStack((object[]) this.stack.Clone(), this.growthRate, this.used, this.size); in Clone()
105 private int growthRate; field in System.Xml.HWStack
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DSparseGridDriver.hpp251 short growthRate; member in Pecos::SparseGridDriver
317 IntegrationDriver(BaseConstructor()), growthRate(growth_rate), in SparseGridDriver()
441 { growthRate = growth_rate; } in growth_rate()
445 { return growthRate; } in growth_rate()
480 level_to_order_exp_open_interp(level, growthRate) : in level_to_order()
481 webbur::level_to_order_exp_gp(level, growthRate); break; in level_to_order()
484 level_to_order_exp_hgk_interp(level, growthRate) : in level_to_order()
485 webbur::level_to_order_exp_hgk(level, growthRate); break; in level_to_order()
488 level_to_order_exp_closed_interp(level, growthRate) : in level_to_order()
489 webbur::level_to_order_exp_cc(level, growthRate); break; in level_to_order()
[all …]
H A DCombinedSparseGridDriver.cpp383 growthRate, &levelGrowthToOrder[0]) : in grid_size()
633 growthRate, &levelGrowthToOrder[0]); in compute_unique_points_weights()
636 duplicateTol, num_colloc_pts, num_total_pts, growthRate, in compute_unique_points_weights()
639 &unique_index_map[0], growthRate, &levelGrowthToOrder[0], in compute_unique_points_weights()
642 sparse_order, sparse_index, growthRate, &levelGrowthToOrder[0], in compute_unique_points_weights()
646 num_colloc_pts, num_total_pts, &unique_index_map[0], growthRate, in compute_unique_points_weights()
654 num_colloc_pts, num_total_pts, &unique_index_map[0], growthRate, in compute_unique_points_weights()
668 growthRate, &levelGrowthToOrder[0], &unique_index_map[0]); in compute_unique_points_weights()
674 growthRate, &levelGrowthToOrder[0], var_sets.values()); in compute_unique_points_weights()
678 &unique_index_map[0], growthRate, &levelGrowthToOrder[0], in compute_unique_points_weights()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/
H A DByteStack.cs23 public ByteStack(int growthRate) in ByteStack() argument
25 _growthRate = growthRate; in ByteStack()
27 _stack = new byte[growthRate]; in ByteStack()
28 _size = growthRate; in ByteStack()
H A DHWStack.cs109 private HWStack(object[] stack, int growthRate, int used, int size) in HWStack() argument
112 _growthRate = growthRate; in HWStack()
/dports/www/R-cran-shiny/shiny/R/
H A Drender-cached-plot.R206 sizePolicy = sizeGrowthRatio(width = 400, height = 400, growthRate = 1.2), argument
265 sizeGrowthRatio <- function(width = 400, height = 400, growthRate = 1.2) { argument
276 round_dim_up(dims[1], width, growthRate),
277 round_dim_up(dims[2], height, growthRate)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dmgcpacer_test.go31 growthRate: constant(2.0).sum(ramp(-1.0, 12)),
58 growthRate: constant(2.0).sum(ramp(-1.0, 12)),
87 growthRate: constant(2.0).sum(ramp(-1.0, 12)),
116 growthRate: constant(2.0).sum(ramp(-1.0, 12)),
138 growthRate: constant(2.0).sum(ramp(-1.0, 12)),
160 growthRate: constant(2.0).sum(ramp(-1.0, 12)),
224 growthRate: constant(2.0).sum(ramp(-1.0, 12)),
252 growthRate: constant(2.0).sum(ramp(-1.0, 12), random(0.01, 0xe)),
475 growthRate float64Stream // > 0 member
491 growthRate: e.growthRate.min(minRate)(),
[all …]
/dports/www/R-cran-shiny/shiny/man/
H A DsizeGrowthRatio.Rd7 sizeGrowthRatio(width = 400, height = 400, growthRate = 1.2)
12 \item{growthRate}{Growth rate multiplier.}
17 possible widths are the base width times the growthRate to any integer power.
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/mapstuff/spawner/
H A DVegetableGrower.java59 final int maxRipeness, final int growthRate) { in VegetableGrower() argument
60 …/grower/" + name + "_grower", "items/grower/" + name + " grower", "Pick", maxRipeness, growthRate); in VegetableGrower()
H A DGrowingPassiveEntityRespawnPoint.java109 final String actionName, final int maxRipeness, final int growthRate) { in GrowingPassiveEntityRespawnPoint() argument
110 super(object, itemName, growthRate); in GrowingPassiveEntityRespawnPoint()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/dfi/
H A Ddfi.cpp59 TFloat growthRate; member
69 growthRate = 0; in DFIOptions()
142 TFloat growthRate; member
146 growthRate = _growthRate * ((TFloat) ds[1] / (TFloat) (ds[2] - ds[1]) DFI_MINUS_EPSILON); in PredEmerging()
151 return (TFloat)entry.freq[0] >= (TFloat)entry.freq[1] * growthRate; in operator ()()
784 getOptionValue(options.growthRate, parser, "growth"); in extractOptions()
843 …unsigned char> (getArgumentValues(parser, 0), options.minSupp, options.growthRate, options.maximal… in main()
844 …ng, AminoAcid> (getArgumentValues(parser, 0), options.minSupp, options.growthRate, options.maximal… in main()
845 …Emerging, Dna> (getArgumentValues(parser, 0), options.minSupp, options.growthRate, options.maximal… in main()
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DMemFile.cpp29 CMemFile::CMemFile(unsigned int growthRate)
34 m_growthRate = growthRate;
H A DMemFile.h69 CMemFile(unsigned int growthRate = 1024);
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DMemFile.cpp29 CMemFile::CMemFile(unsigned int growthRate) in CMemFile() argument
34 m_growthRate = growthRate; in CMemFile()
H A DMemFile.h69 CMemFile(unsigned int growthRate = 1024);
/dports/sysutils/htop/htop-3.1.2/
H A DVector.h23 int growthRate; member
H A DVector.c26 this->growthRate = size; in Vector_new()
193 this->arraySize = this->items + this->growthRate; in Vector_checkArraySize()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/streamconv/converters/
H A DmozTXTToHTMLConv.cpp21 const double growthRate = 1.2; variable
1121 tempString.SetCapacity(uint32_t((uint32_t(i) - start) * growthRate)); in ScanHTML()
1194 outString.SetCapacity(uint32_t(inLength * growthRate)); in ScanTXT()
1210 outString.SetCapacity(uint32_t(inString.Length() * growthRate)); in ScanHTML()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/streamconv/converters/
H A DmozTXTToHTMLConv.cpp21 const double growthRate = 1.2; variable
1310 tempString.SetCapacity(uint32_t((uint32_t(i) - start) * growthRate)); in ScanHTML()
1390 outString.SetCapacity(uint32_t(inLength * growthRate)); in ScanTXT()
1406 outString.SetCapacity(uint32_t(inString.Length() * growthRate)); in ScanHTML()
/dports/biology/seqan1/seqan-1.3.1/apps/dfi/
H A Ddfi.cpp106 double growthRate; member
110 growthRate = _growthRate * ((double) ds[1] / (double) (ds[2] - ds[1]) - DFI_EPSILON); in PredEmerging()
115 return (double)entry.freq[0] >= (double)entry.freq[1] * growthRate; in operator ()()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/streamconv/converters/
H A DmozTXTToHTMLConv.cpp26 const double growthRate = 1.2; variable
967 if (!aOutString.SetCapacity(uint32_t(aInString.Length() * growthRate), in ScanTXT()
1112 if (!aOutString.SetCapacity(uint32_t(aInString.Length() * growthRate), in ScanHTML()
1206 tempString.SetCapacity(uint32_t((uint32_t(i) - start) * growthRate)); in ScanHTML()
/dports/www/firefox/firefox-99.0/netwerk/streamconv/converters/
H A DmozTXTToHTMLConv.cpp33 const double growthRate = 1.2; variable
969 if (!aOutString.SetCapacity(uint32_t(aInString.Length() * growthRate), in ScanTXT()
1110 if (!aOutString.SetCapacity(uint32_t(aInString.Length() * growthRate), in ScanHTML()
1204 tempString.SetCapacity(uint32_t((uint32_t(i) - start) * growthRate)); in ScanHTML()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/streamconv/converters/
H A DmozTXTToHTMLConv.cpp26 const double growthRate = 1.2; variable
967 if (!aOutString.SetCapacity(uint32_t(aInString.Length() * growthRate), in ScanTXT()
1112 if (!aOutString.SetCapacity(uint32_t(aInString.Length() * growthRate), in ScanHTML()
1206 tempString.SetCapacity(uint32_t((uint32_t(i) - start) * growthRate)); in ScanHTML()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/streamconv/converters/
H A DmozTXTToHTMLConv.cpp26 const double growthRate = 1.2; variable
958 if (!aOutString.SetCapacity(uint32_t(aInString.Length() * growthRate), in ScanTXT()
1103 if (!aOutString.SetCapacity(uint32_t(aInString.Length() * growthRate), in ScanHTML()
1191 tempString.SetCapacity(uint32_t((uint32_t(i) - start) * growthRate)); in ScanHTML()

12