Home
last modified time | relevance | path

Searched refs:randomize (Results 1 – 25 of 2282) sorted by relevance

12345678910>>...92

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DKnobs.cpp29 ServerKnobs::ServerKnobs(bool randomize, ClientKnobs* clientKnobs) { in ServerKnobs() argument
34randomize && BUGGIFY) MAX_READ_TRANSACTION_LIFE_VERSIONS = VERSIONS_PER_SECOND; else if (randomize in ServerKnobs()
100 bool buggifySmallShards = randomize && BUGGIFY; in ServerKnobs()
106 bool buggifySmallBandwidthSplit = randomize && BUGGIFY; in ServerKnobs()
235 bool longLeaderElection = randomize && BUGGIFY; in ServerKnobs()
280 bool fastBalancing = randomize && BUGGIFY; in ServerKnobs()
281 init( COMMIT_SLEEP_TIME, 0.0001 ); if( randomize && BUGGIFY ) COMMIT_SLEEP_TIME = 0; in ServerKnobs()
344 bool longReboots = randomize && BUGGIFY; in ServerKnobs()
351 bool slowRatekeeper = randomize && BUGGIFY; in ServerKnobs()
357 bool smallStorageTarget = randomize && BUGGIFY; in ServerKnobs()
[all …]
/dports/math/R-cran-FrF2/FrF2/tests/
H A DFrF2test.R6 FrF2(8,4,randomize=FALSE)
28 str.wover(FrF2(16,design="6-2.2",randomize=FALSE))
48 FrF2(32,6,blocks=4,randomize=FALSE)
52 FrF2(32,6,blocks="A",randomize=FALSE)
53 FrF2(32,6,blocks=c("ABC","DE"),randomize=FALSE) nameattr
56 FrF2(32,8,blocks=list(2,5,7),randomize=FALSE) nameattr
63 randomize=FALSE))
67 randomize=FALSE,alias.info=3))
71 randomize=FALSE))
77 FrF2(32,14,WPs=8,nfac.WP=4,randomize=FALSE)
[all …]
H A Dpbtest.R6 pb(8,randomize=FALSE)
7 pb(8,nfactors=4,randomize=FALSE)
17 pb(12,n12.taguchi=TRUE,randomize=FALSE)
19 pb(16,nfactors=12,randomize=FALSE)
20 pb(16,nfactors=13,randomize=FALSE)
21 pb(16,nfactors=15,randomize=FALSE)
23 pb(32, randomize=FALSE)
25 pb(28, randomize=FALSE)
26 pb(52, randomize=FALSE)
27 pb(76, randomize=FALSE)
[all …]
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/arcade/qml/ToxicWaste/1.1/animations/
H A DBackgroundAnimation.qml8 function randomize(min, max) {
35 x = randomize(0, toxicWasteMain.width - purpleBubble.width)
36 y = randomize(0, toxicWasteMain.height - purpleBubble.height)
49 px.duration = randomize(3000, 8000);
51 py.duration = randomize(3000, 8000);
86 x = randomize(0, toxicWasteMain.width - blueBubble.width)
87 y = randomize(0, toxicWasteMain.height - blueBubble.height)
100 bx.duration = randomize(3000, 8000);
102 by.duration = randomize(3000, 8000);
151 gx.duration = randomize(3000, 8000);
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/matrices/matrixserializer/
H A DClassTest.cpp156 randomize( src ); in testRandomMatrices()
162 randomize( src ); in testRandomMatrices()
168 randomize( src ); in testRandomMatrices()
174 randomize( src ); in testRandomMatrices()
185 randomize( src ); in testRandomMatrices()
191 randomize( src ); in testRandomMatrices()
197 randomize( src ); in testRandomMatrices()
203 randomize( src ); in testRandomMatrices()
214 randomize( src ); in testRandomMatrices()
220 randomize( src ); in testRandomMatrices()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DKnobs.cpp29 ClientKnobs::ClientKnobs(bool randomize) { in ClientKnobs() argument
39 …init( FAILURE_MIN_DELAY, 4.0 ); if( randomize && BUGGIFY ) FAILURE_MIN_DELAY… in ClientKnobs()
63 …init( MAX_BATCH_SIZE, 1000 ); if( randomize && BUGGIFY ) MAX_BATCH_SIZE = … in ClientKnobs()
64 …init( GRV_BATCH_TIMEOUT, 0.005 ); if( randomize && BUGGIFY ) GRV_BATCH_TIMEOUT… in ClientKnobs()
65 …init( BROADCAST_BATCH_SIZE, 20 ); if( randomize && BUGGIFY ) BROADCAST_BATCH_S… in ClientKnobs()
79 …init( KRM_GET_RANGE_LIMIT, 1e5 ); if( randomize && BUGGIFY ) KRM_GET_RANGE_LIM… in ClientKnobs()
84 …init( WATCH_POLLING_TIME, 1.0 ); if( randomize && BUGGIFY ) WATCH_POLLING_TIM… in ClientKnobs()
86 …init( FAST_WATCH_TIMEOUT, 20.0 ); if( randomize && BUGGIFY ) FAST_WATCH_TIMEOU… in ClientKnobs()
87 …init( WATCH_TIMEOUT, 900.0 ); if( randomize && BUGGIFY ) WATCH_TIMEOUT = 2… in ClientKnobs()
122 bool buggifyMapLimits = randomize && BUGGIFY; in ClientKnobs()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/vectors/vectorserializer/
H A DClassTest.cpp156 randomize( src ); in testRandomVectors()
162 randomize( src ); in testRandomVectors()
168 randomize( src ); in testRandomVectors()
174 randomize( src ); in testRandomVectors()
185 randomize( src ); in testRandomVectors()
191 randomize( src ); in testRandomVectors()
197 randomize( src ); in testRandomVectors()
203 randomize( src ); in testRandomVectors()
214 randomize( src ); in testRandomVectors()
220 randomize( src ); in testRandomVectors()
[all …]
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/arcade/qml/ToxicWaste/2.0/animations/
H A DBackgroundAnimation.qml9 function randomize(min, max) {
42 duration: randomize(3000, 8000)
51 startX: randomize(purpleBubble.width, toxicWasteMain.width - purpleBubble.width)
55 x: randomize(purpleBubble.width, toxicWasteMain.width - purpleBubble.width)
70 pPathAnim.duration = randomize(3000, 8000);
104 duration: randomize(3000, 8000)
113 startX: randomize(blueBubble.width, toxicWasteMain.width - blueBubble.width)
117 x: randomize(blueBubble.width, toxicWasteMain.width - blueBubble.width)
132 bPathAnim.duration = randomize(3000, 8000);
166 duration: randomize(3000, 8000)
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/lapack/
H A DSubstitutionTest.h152 randomize( b ); in testGetrs()
188 randomize( b ); in testGetrs()
224 randomize( b ); in testGetrs()
260 randomize( B ); in testGetrs()
296 randomize( B ); in testGetrs()
332 randomize( B ); in testGetrs()
373 randomize( b ); in testGetrs()
409 randomize( b ); in testGetrs()
445 randomize( b ); in testGetrs()
481 randomize( B ); in testGetrs()
[all …]
H A DSolverTest.h152 randomize( b ); in testGesv()
187 randomize( B ); in testGesv()
227 randomize( b ); in testGesv()
262 randomize( B ); in testGesv()
321 randomize( b ); in testSysv()
357 randomize( b ); in testSysv()
393 randomize( B ); in testSysv()
429 randomize( B ); in testSysv()
470 randomize( b ); in testSysv()
506 randomize( b ); in testSysv()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/blas/
H A DOperationTest.h134 randomize( x ); in testDotu()
137 randomize( y ); in testDotu()
178 randomize( x ); in testDotc()
181 randomize( y ); in testDotc()
222 randomize( x ); in testAxpy()
225 randomize( y ); in testAxpy()
276 randomize( A ); in testTrsm()
279 randomize( b ); in testTrsm()
305 randomize( A ); in testTrsm()
308 randomize( b ); in testTrsm()
[all …]
/dports/math/blaze/blaze-3.8/blaze/math/
H A DDynamicMatrix.h89 randomize( matrix ); in generate()
121 using blaze::randomize; in randomize()
146 using blaze::randomize; in randomize()
184 using blaze::randomize; in makeSymmetric()
194 randomize( matrix(i,j) ); in makeSymmetric()
197 randomize( matrix(i,i) ); in makeSymmetric()
222 using blaze::randomize; in makeSymmetric()
257 using blaze::randomize; in makeHermitian()
299 using blaze::randomize; in makeHermitian()
338 using blaze::randomize; in makePositiveDefinite()
[all …]
H A DStaticMatrix.h91 randomize( matrix ); in generate()
121 using blaze::randomize; in randomize()
143 using blaze::randomize; in randomize()
182 using blaze::randomize; in makeSymmetric()
188 randomize( matrix(i,j) ); in makeSymmetric()
191 randomize( matrix(i,i) ); in makeSymmetric()
220 using blaze::randomize; in makeSymmetric()
255 using blaze::randomize; in makeHermitian()
296 using blaze::randomize; in makeHermitian()
334 using blaze::randomize; in makePositiveDefinite()
[all …]
H A DCustomMatrix.h91 using blaze::randomize; in randomize()
116 using blaze::randomize; in randomize()
157 using blaze::randomize; in makeSymmetric()
167 randomize( matrix(i,j) ); in makeSymmetric()
170 randomize( matrix(i,i) ); in makeSymmetric()
198 using blaze::randomize; in makeSymmetric()
236 using blaze::randomize; in makeHermitian()
250 randomize( matrix(i,j) ); in makeHermitian()
281 using blaze::randomize; in makeHermitian()
323 using blaze::randomize; in makePositiveDefinite()
[all …]
H A DHybridMatrix.h92 randomize( matrix ); in generate()
122 using blaze::randomize; in randomize()
147 using blaze::randomize; in randomize()
189 using blaze::randomize; in makeSymmetric()
199 randomize( matrix(i,j) ); in makeSymmetric()
202 randomize( matrix(i,i) ); in makeSymmetric()
231 using blaze::randomize; in makeSymmetric()
270 using blaze::randomize; in makeHermitian()
316 using blaze::randomize; in makeHermitian()
359 using blaze::randomize; in makePositiveDefinite()
[all …]
H A DHermitianMatrix.h94 randomize( matrix ); in generate()
110 randomize( matrix ); in generate()
133 randomize( matrix, nonzeros ); in generate()
152 randomize( matrix, min, max ); in generate()
171 randomize( matrix, min, max ); in generate()
519 using blaze::randomize; in makeHermitian()
521 randomize( matrix ); in makeHermitian()
542 using blaze::randomize; in makeHermitian()
544 randomize( matrix, min, max ); in makeHermitian()
562 using blaze::randomize; in makePositiveDefinite()
[all …]
H A DSymmetricMatrix.h96 randomize( matrix ); in generate()
112 randomize( matrix ); in generate()
135 randomize( matrix, nonzeros ); in generate()
154 randomize( matrix, min, max ); in generate()
173 randomize( matrix, min, max ); in generate()
200 randomize( matrix, nonzeros, min, max ); in generate()
369 randomize( matrix, nonzeros ); in randomize()
447 using blaze::randomize; in makeSymmetric()
449 randomize( matrix ); in makeSymmetric()
470 using blaze::randomize; in makeSymmetric()
[all …]
/dports/databases/pgrouting/pgrouting-3.2.0/pgtap/tsp/TSPeuclidean/
H A Dillegal_values.sql16 randomize := false)$$,
24 randomize := false)$$,
32 randomize := false)$$,
40 randomize := false)$$,
48 randomize := false)$$,
56 randomize := false)$$,
64 randomize := false)$$,
72 randomize := false)$$,
80 randomize := false)$$,
/dports/math/R-cran-DoE.base/DoE.base/tests/
H A Dtest_cross.R4 oa12 <- oa.design(nlevels=c(2,6,2), factor.names=c("first","second","third"),randomize=FALSE) nameattr
5 oa4 <- oa.design(nlevels=c(2,2,2), factor.names=Letters[4:6],randomize=FALSE) nameattr
6 oa4rep <- oa.design(nlevels=c(2,2,2), factor.names=Letters[7:9], repl=3,randomize=FALSE) nameattr
7 …-oa.design(nlevels=c(2,2,2), repl=3, factor.names=Letters[10:12], repeat.only=TRUE,randomize=FALSE) nameattr
8 cross1 <- cross.design(oa12,oa4,oa4rep,randomize=FALSE)
11 cross2 <- cross.design(oa12,oa4rep,oa4,randomize=FALSE)
16 cross3 <- cross.design(oa12,oa4,altern,randomize=FALSE)
21 cross4 <- cross.design(oa12,oa4,alterc,randomize=FALSE)
25 cross5 <- cross.design(oa12,oa4,oa4reprepeat.only,randomize=FALSE)
28 cross6 <- cross.design(oa4rep,oa4reprepeat.only,randomize=FALSE)
/dports/math/xblas/xblas-1.0.248/testing/test-spmv/
H A DBLAS_spmv_testgen.c7 enum blas_uplo_type uplo, int n, int randomize, in BLAS_sspmv_testgen() argument
99 n, randomize, alpha, alpha_flag, beta, beta_flag, in BLAS_sspmv_testgen()
108 enum blas_uplo_type uplo, int n, int randomize, in BLAS_dspmv_testgen() argument
209 enum blas_uplo_type uplo, int n, int randomize, in BLAS_cspmv_testgen() argument
310 enum blas_uplo_type uplo, int n, int randomize, in BLAS_zspmv_testgen() argument
411 enum blas_uplo_type uplo, int n, int randomize, in BLAS_cspmv_s_s_testgen() argument
503 n, randomize, alpha, alpha_flag, beta, beta_flag, in BLAS_cspmv_s_s_testgen()
512 enum blas_uplo_type uplo, int n, int randomize, in BLAS_cspmv_s_c_testgen() argument
613 enum blas_uplo_type uplo, int n, int randomize, in BLAS_cspmv_c_s_testgen() argument
714 enum blas_uplo_type uplo, int n, int randomize, in BLAS_zspmv_d_d_testgen() argument
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/checkasm/
H A Daacpsdsp.c46 randomize((INTFLOAT *)src, BUF_SIZE * 2); in test_add_squares()
47 randomize(dst0, BUF_SIZE); in test_add_squares()
66 randomize((INTFLOAT *)src0, BUF_SIZE * 2); in test_mul_pair_single()
67 randomize(src1, BUF_SIZE); in test_mul_pair_single()
86 randomize((INTFLOAT *)in, 13 * 2); in test_hybrid_analysis()
87 randomize((INTFLOAT *)filter, N * 8 * 2); in test_hybrid_analysis()
109 randomize((INTFLOAT *)out0, 91 * 32 * 2); in test_hybrid_analysis_ileave()
146 randomize((INTFLOAT *)in, 91 * 32 * 2); in test_hybrid_synthesis_deint()
189 randomize((INTFLOAT *)l, BUF_SIZE * 2); in test_stereo_interpolate()
190 randomize((INTFLOAT *)r, BUF_SIZE * 2); in test_stereo_interpolate()
[all …]
H A Dsbrdsp.c57 randomize((INTFLOAT *)src, 256 * 2); in test_sum_square()
72 randomize((INTFLOAT *)dst0, 64); in test_neg_odd_64()
88 randomize((INTFLOAT *)dst0, 128); in test_qmf_pre_shuffle()
105 randomize((INTFLOAT *)src, 64); in test_qmf_post_shuffle()
121 randomize((INTFLOAT *)src, 64); in test_qmf_deint_neg()
141 randomize((INTFLOAT *)src0, 64); in test_qmf_deint_bfly()
142 randomize((INTFLOAT *)src1, 64); in test_qmf_deint_bfly()
161 randomize((INTFLOAT *)src, 80); in test_autocorrelate()
184 randomize((INTFLOAT *)alpha0, 2); in test_hf_gen()
185 randomize((INTFLOAT *)alpha1, 2); in test_hf_gen()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/flow/
H A DKnobs.cpp29 FlowKnobs::FlowKnobs(bool randomize, bool isSimulated) { in FlowKnobs() argument
37 …init( CLIENT_REQUEST_INTERVAL, 0.1 ); if( randomize && BUGGIFY ) CLIEN… in FlowKnobs()
38 …init( SERVER_REQUEST_INTERVAL, 0.1 ); if( randomize && BUGGIFY ) SERVE… in FlowKnobs()
55 …init( CONNECTION_MONITOR_LOOP_TIME, isSimulated ? 0.75 : 1.0 ); if( randomize && BUGGIFY ) CONNE… in FlowKnobs()
56 …init( CONNECTION_MONITOR_TIMEOUT, isSimulated ? 1.50 : 2.0 ); if( randomize && BUGGIFY ) CONNE… in FlowKnobs()
60 …init( CONNECTION_ID_TIMEOUT, 600.0 ); if( randomize && BUGGIFY ) CONNE… in FlowKnobs()
79 …init( MAX_EVICT_ATTEMPTS, 100 ); if( randomize && BUGGIFY ) MAX_E… in FlowKnobs()
80 …CTION, 0.1 ); if( randomize && BUGGIFY ) PAGE_CACHE_TRUNCATE_LOOKUP_FRACTION = 0.0… in FlowKnobs()
93 …init( MAX_DELIVER_DUPLICATE_DELAY, 1.0 ); if( randomize && BUGGIFY ) MAX_D… in FlowKnobs()
101 …init( MIN_COALESCE_DELAY, 10e-6 ); if( randomize && BUGGIFY ) MIN_C… in FlowKnobs()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/tests/checkasm/
H A Dsbrdsp.c61 randomize((INTFLOAT *)src, 256 * 2); in test_sum_square()
76 randomize((INTFLOAT *)dst0, 64); in test_neg_odd_64()
92 randomize((INTFLOAT *)dst0, 128); in test_qmf_pre_shuffle()
109 randomize((INTFLOAT *)src, 64); in test_qmf_post_shuffle()
125 randomize((INTFLOAT *)src, 64); in test_qmf_deint_neg()
145 randomize((INTFLOAT *)src0, 64); in test_qmf_deint_bfly()
146 randomize((INTFLOAT *)src1, 64); in test_qmf_deint_bfly()
165 randomize((INTFLOAT *)src, 80); in test_autocorrelate()
188 randomize((INTFLOAT *)alpha0, 2); in test_hf_gen()
189 randomize((INTFLOAT *)alpha1, 2); in test_hf_gen()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/checkasm/
H A Dsbrdsp.c59 randomize((INTFLOAT *)src, 256 * 2); in test_sum_square()
74 randomize((INTFLOAT *)dst0, 64); in test_neg_odd_64()
90 randomize((INTFLOAT *)dst0, 128); in test_qmf_pre_shuffle()
107 randomize((INTFLOAT *)src, 64); in test_qmf_post_shuffle()
123 randomize((INTFLOAT *)src, 64); in test_qmf_deint_neg()
143 randomize((INTFLOAT *)src0, 64); in test_qmf_deint_bfly()
144 randomize((INTFLOAT *)src1, 64); in test_qmf_deint_bfly()
163 randomize((INTFLOAT *)src, 80); in test_autocorrelate()
186 randomize((INTFLOAT *)alpha0, 2); in test_hf_gen()
187 randomize((INTFLOAT *)alpha1, 2); in test_hf_gen()
[all …]

12345678910>>...92