Home
last modified time | relevance | path

Searched refs:maxB (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/geom/
H A DOctagonalEnvelope.java55 private double maxB; field in OctagonalEnvelope
157 maxB = oct.maxB; in expandToInclude()
167 if (oct.maxB > maxB) maxB = oct.maxB; in expandToInclude()
199 maxB = B; in expandToInclude()
209 if (B > maxB) maxB = B; in expandToInclude()
227 maxB += diagonalDistance; in expandBy()
244 && minB <= maxB; in isValid()
257 if (minB > other.maxB) return false; in intersects()
258 if (maxB < other.minB) return false; in intersects()
274 if (maxB < B) return false; in intersects()
[all …]
/dports/security/vault/aws-sdk-go-v2-1.5.0/aws/retry/
H A Djitter_backoff_test.go12 maxB := 1 - 1/float64(1<<53)
28 RandFloat: func() (float64, error) { return maxB, nil },
30 Expect: timeconv.FloatSecondsDur(maxB * float64(2)),
40 RandFloat: func() (float64, error) { return maxB, nil },
42 Expect: timeconv.FloatSecondsDur(maxB * math.Exp2(math.Log2(20))),
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/aws/retry/
H A Djitter_backoff_test.go12 maxB := 1 - 1/float64(1<<53)
28 RandFloat: func() (float64, error) { return maxB, nil },
30 Expect: timeconv.FloatSecondsDur(maxB * float64(2)),
40 RandFloat: func() (float64, error) { return maxB, nil },
42 Expect: timeconv.FloatSecondsDur(maxB * math.Exp2(math.Log2(20))),
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/aws/retry/
H A Djitter_backoff_test.go12 maxB := 1 - 1/float64(1<<53)
28 RandFloat: func() (float64, error) { return maxB, nil },
30 Expect: timeconv.FloatSecondsDur(maxB * float64(2)),
40 RandFloat: func() (float64, error) { return maxB, nil },
42 Expect: timeconv.FloatSecondsDur(maxB * math.Exp2(math.Log2(20))),
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/aws/retry/
H A Djitter_backoff_test.go12 maxB := 1 - 1/float64(1<<53)
28 RandFloat: func() (float64, error) { return maxB, nil },
30 Expect: timeconv.FloatSecondsDur(maxB * float64(2)),
40 RandFloat: func() (float64, error) { return maxB, nil },
42 Expect: timeconv.FloatSecondsDur(maxB * math.Exp2(math.Log2(20))),
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/aws/retry/
H A Djitter_backoff_test.go12 maxB := 1 - 1/float64(1<<53)
28 RandFloat: func() (float64, error) { return maxB, nil },
30 Expect: timeconv.FloatSecondsDur(maxB * float64(2)),
40 RandFloat: func() (float64, error) { return maxB, nil },
42 Expect: timeconv.FloatSecondsDur(maxB * math.Exp2(math.Log2(20))),
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/aws/retry/
H A Djitter_backoff_test.go12 maxB := 1 - 1/float64(1<<53)
28 RandFloat: func() (float64, error) { return maxB, nil },
30 Expect: timeconv.FloatSecondsDur(maxB * float64(2)),
40 RandFloat: func() (float64, error) { return maxB, nil },
42 Expect: timeconv.FloatSecondsDur(maxB * math.Exp2(math.Log2(20))),
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/aws/retry/
H A Djitter_backoff_test.go12 maxB := 1 - 1/float64(1<<53)
28 RandFloat: func() (float64, error) { return maxB, nil },
30 Expect: timeconv.FloatSecondsDur(maxB * float64(2)),
40 RandFloat: func() (float64, error) { return maxB, nil },
42 Expect: timeconv.FloatSecondsDur(maxB * math.Exp2(math.Log2(20))),
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/aws/retry/
H A Djitter_backoff_test.go12 maxB := 1 - 1/float64(1<<53)
28 RandFloat: func() (float64, error) { return maxB, nil },
30 Expect: timeconv.FloatSecondsDur(maxB * float64(2)),
40 RandFloat: func() (float64, error) { return maxB, nil },
42 Expect: timeconv.FloatSecondsDur(maxB * math.Exp2(math.Log2(20))),
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Dtcp_htcp.c43 u32 maxB; member
134 ca->minB = ca->maxB = ca->Bi = cur_Bi; in measure_achieved_throughput()
137 if (ca->Bi > ca->maxB) in measure_achieved_throughput()
138 ca->maxB = ca->Bi; in measure_achieved_throughput()
139 if (ca->minB > ca->maxB) in measure_achieved_throughput()
140 ca->minB = ca->maxB; in measure_achieved_throughput()
150 u32 maxB = ca->maxB; in htcp_beta_update() local
153 ca->old_maxB = ca->maxB; in htcp_beta_update()
154 if (!between(5 * maxB, 4 * old_maxB, 6 * old_maxB)) { in htcp_beta_update()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Dtcp_htcp.c43 u32 maxB; member
134 ca->minB = ca->maxB = ca->Bi = cur_Bi; in measure_achieved_throughput()
137 if (ca->Bi > ca->maxB) in measure_achieved_throughput()
138 ca->maxB = ca->Bi; in measure_achieved_throughput()
139 if (ca->minB > ca->maxB) in measure_achieved_throughput()
140 ca->minB = ca->maxB; in measure_achieved_throughput()
150 u32 maxB = ca->maxB; in htcp_beta_update() local
153 ca->old_maxB = ca->maxB; in htcp_beta_update()
154 if (!between(5 * maxB, 4 * old_maxB, 6 * old_maxB)) { in htcp_beta_update()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Dtcp_htcp.c43 u32 maxB; member
134 ca->minB = ca->maxB = ca->Bi = cur_Bi; in measure_achieved_throughput()
137 if (ca->Bi > ca->maxB) in measure_achieved_throughput()
138 ca->maxB = ca->Bi; in measure_achieved_throughput()
139 if (ca->minB > ca->maxB) in measure_achieved_throughput()
140 ca->minB = ca->maxB; in measure_achieved_throughput()
150 u32 maxB = ca->maxB; in htcp_beta_update() local
153 ca->old_maxB = ca->maxB; in htcp_beta_update()
154 if (!between(5 * maxB, 4 * old_maxB, 6 * old_maxB)) { in htcp_beta_update()
/dports/graphics/pfstools/pfstools-2.1.0/src/tmo/durand02/
H A Dtmo_durand02.cpp120 float maxB,minB; in tmo_durand02() local
121 findMaxMinPercentile(BASE, 0.01f, minB, 0.99f, maxB); in tmo_durand02()
123 DEBUG_STR << "Base contrast: " << "maxB=" << maxB << " minB=" << minB in tmo_durand02()
124 << " c=" << maxB-minB << std::endl; in tmo_durand02()
126 float compressionfactor = baseContrast / (maxB-minB); in tmo_durand02()
128 DEBUG_STR << "Base contrast (compressed): " << "maxB=" << maxB*compressionfactor in tmo_durand02()
130 << " c=" << (maxB-minB)*compressionfactor << std::endl; in tmo_durand02()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/smhasher/src/
H A DAvalancheTest.h111 …sh hash, const int keybit, const int reps, double & maxBias, int & maxA, int & maxB, bool verbose ) in BicTest() argument
178 maxB = out2; in BicTest()
205 int maxB = 0; in BicTest() local
221 maxB = b; in BicTest()
225 printf("Max bias %f - (%3d : %3d,%3d)\n",maxBias,maxK,maxA,maxB); in BicTest()
252 int maxB = 0; variable
314 maxB = out2;
338 printf("Max bias %f - (%3d : %3d,%3d)\n",maxBias,maxK,maxA,maxB);
359 int maxB = 0; variable
402 maxB = out2;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/smhasher/src/
H A DAvalancheTest.h111 …sh hash, const int keybit, const int reps, double & maxBias, int & maxA, int & maxB, bool verbose ) in BicTest() argument
178 maxB = out2; in BicTest()
205 int maxB = 0; in BicTest() local
221 maxB = b; in BicTest()
225 printf("Max bias %f - (%3d : %3d,%3d)\n",maxBias,maxK,maxA,maxB); in BicTest()
252 int maxB = 0; variable
314 maxB = out2;
338 printf("Max bias %f - (%3d : %3d,%3d)\n",maxBias,maxK,maxA,maxB);
359 int maxB = 0; variable
402 maxB = out2;
[all …]
/dports/benchmarks/smhasher/smhasher-1.0/
H A DAvalancheTest.h111 …sh hash, const int keybit, const int reps, double & maxBias, int & maxA, int & maxB, bool verbose ) in BicTest() argument
178 maxB = out2; in BicTest()
205 int maxB = 0; in BicTest() local
221 maxB = b; in BicTest()
225 printf("Max bias %f - (%3d : %3d,%3d)\n",maxBias,maxK,maxA,maxB); in BicTest()
252 int maxB = 0; variable
314 maxB = out2;
338 printf("Max bias %f - (%3d : %3d,%3d)\n",maxBias,maxK,maxA,maxB);
359 int maxB = 0; variable
402 maxB = out2;
[all …]
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/utils/altivec/
H A Dsad_00.c64 vector unsigned char maxA, maxB; in sad_00_altivec() local
119 maxB = vec_max(blk1B, blk2B); in sad_00_altivec()
127 difB = vec_sub(maxB, minB); in sad_00_altivec()
167 maxB = vec_max(blk1B, blk2B); in sad_00_altivec()
173 difB = vec_sub(maxB, minB); in sad_00_altivec()
186 maxB = vec_max(blk1B, blk2B); in sad_00_altivec()
188 difB = vec_sub(maxB, minB); in sad_00_altivec()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/upgrade/ledis-upgrade-ttl/
H A Dmain.go85 maxB := make([]byte, 11)
86 maxB[0] = index
87 maxB[1] = ledis.ObsoleteExpTimeType
88 maxB[2] = 255
90 return minB, maxB
/dports/science/plumed/plumed2-2.7.2/user-doc/tutorials/old_tutorials/belfast-8/second/convergence/
H A D1_analize_FES.sh14 maxB=$5
21 … && $1<maxB)totB+=exp(-$2/kbt)}END{print -kbt*log(totB)}' minB=${minB} maxB=${maxB} kbt=${kbt} fes…
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/polynomial-matrix/
H A Dmatpoly-mult-fft-multiprecision.inl79 integer maxA,maxB; local
80 maxA=maxB=_maxnorm;
83 maxB=1;maxB<<=uint64_t(logmax(b));
97 integer maxA,maxB; local
98 maxA=maxB=_maxnorm;
101 maxB=1;maxB<<=uint64_t(logmax(b));
131 // mul_crtla(c2,a2,b2,maxA,maxB,bound);
196 ADD_MEM(n_tb* (maxB.bitsize()/16 + (maxB.bitsize()%16?1:0)) *8); // needed by RNS init
197 DEL_MEM(n_tb* (maxB.bitsize()/16 + (maxB.bitsize()%16?1:0)) *8);
492 ADD_MEM(n_tb* (maxB.bitsize()/16 + (maxB.bitsize()%16?1:0)) *8); // needed by RNS init
[all …]
/dports/devel/p5-JQuery/JQuery-1.06/lib/JQuery/
H A DSplitter.pm183 …my $maxB = (defined $panel2Params->{maxB} and $panel2Params->{maxB} =~ /\S/) ? qq[maxB: $panel2Par…
185 my @items = ($type,$minA,$initA,$maxA,$minB,$initB,$maxB,$accessKey) ;
/dports/science/plumed/plumed2-2.7.2/user-doc/tutorials/old_tutorials/cambridge-2/first/
H A Danalyze_FES.sh10 maxB=$5
19 …n && $1<max)tot+=exp(-$2/kbt)}END{print -kbt*log(tot)}' min=${minB} max=${maxB} kbt=${kbt} fes_${i…
/dports/science/plumed/plumed2-2.7.2/user-doc/tutorials/old_tutorials/belfast-6/Exercise_3/
H A Danalyze_FES.sh10 maxB=$5
19 …n && $1<max)tot+=exp(-$2/kbt)}END{print -kbt*log(tot)}' min=${minB} max=${maxB} kbt=${kbt} fes_${i…
/dports/science/plumed/plumed2-2.7.2/user-doc/tutorials/old_tutorials/belfast-7/Exercise_2/
H A Danalyze_FES.sh10 maxB=$5
19 …n && $1<max)tot+=exp(-$2/kbt)}END{print -kbt*log(tot)}' min=${minB} max=${maxB} kbt=${kbt} fes_${i…
/dports/science/plumed/plumed2-2.7.2/user-doc/tutorials/old_tutorials/belfast-7/Exercise_1/
H A Danalyze_FES.sh10 maxB=$5
19 …n && $1<max)tot+=exp(-$2/kbt)}END{print -kbt*log(tot)}' min=${minB} max=${maxB} kbt=${kbt} fes_${i…

12345678910