Home
last modified time | relevance | path

Searched refs:max_time (Results 1 – 25 of 1892) sorted by relevance

12345678910>>...76

/dports/security/opencryptoki/opencryptoki-3.11.0/testcases/misc_tests/
H A Dspeed.c132 max_time = 0; in do_RSA_PKCS_EncryptDecrypt()
171 max_time /= 1000; in do_RSA_PKCS_EncryptDecrypt()
182 max_time = 0; in do_RSA_PKCS_EncryptDecrypt()
385 max_time = 0; in do_RSA_PKCS_SignVerify()
431 max_time = 0; in do_RSA_PKCS_SignVerify()
551 max_time = 0; in do_DES3_EncrDecr()
598 max_time = 0; in do_DES3_EncrDecr()
725 max_time = 0; in do_AES_EncrDecr()
770 max_time = 0; in do_AES_EncrDecr()
871 max_time = 0; in do_SHA()
[all …]
/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_limiter.c38 if( max_time < RSB_TIME_MIN ) { errval = RSB_ERR_BADARGS;goto err; } in rsb_limiter_init()
39 if( max_time > RSB_TIME_MAX ) { errval = RSB_ERR_BADARGS;goto err; } in rsb_limiter_init()
43 lsp->max_time = max_time; in rsb_limiter_init()
44 if( lsp->max_time > RSB_TIME_ZERO ) in rsb_limiter_init()
67 lst.max_time = rsb__util_atof(tls); in rsb__limiter_init_from_str()
73 lst.max_time = RSB_TIME_ZERO; in rsb__limiter_init_from_str()
75 errval = rsb_limiter_init(lsp,lst.max_time,lst.max_times); in rsb__limiter_init_from_str()
89 if(lsp->max_time>RSB_TIME_ZERO) in rsb__limiter_step()
102 if( lsp->max_time > RSB_TIME_ZERO && (lsp->t1-lsp->t0) >= lsp->max_time ) goto err; in rsb__limiter_done()
103 if( lsp->max_times == RSB_TIMES_ZERO && lsp->max_time == RSB_TIME_ZERO ) goto err; in rsb__limiter_done()
[all …]
/dports/net/mpich2/mpich2-1.5/test/mpi/coll/
H A Dallgatherv4.c126 double rtime, max_time; in comm_tests() local
138 rtime = run_test(msg_size, comm, REGULAR, &max_time); in comm_tests()
144 rtime = run_test(msg_size, comm, BCAST, &max_time); in comm_tests()
146 dprintf("BCAST:\tAVG: %.3f\tMAX: %.3f\n", rtime, max_time); in comm_tests()
150 rtime = run_test(msg_size, comm, SPIKE, &max_time); in comm_tests()
152 dprintf("SPIKE:\tAVG: %.3f\tMAX: %.3f\n", rtime, max_time); in comm_tests()
156 rtime = run_test(msg_size, comm, HALF_FULL, &max_time); in comm_tests()
162 rtime = run_test(msg_size, comm, LINEAR_DECREASE, &max_time); in comm_tests()
168 rtime = run_test(msg_size, comm, BELL_CURVE, &max_time); in comm_tests()
177 double * max_time) in run_test() argument
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/coll/
H A Dallgatherv4.c132 double rtime, max_time; in comm_tests() local
144 rtime = run_test(msg_size, comm, REGULAR, &max_time); in comm_tests()
146 dprintf("REGULAR:\tAVG: %.3f\tMAX: %.3f\n", rtime, max_time); in comm_tests()
150 rtime = run_test(msg_size, comm, BCAST, &max_time); in comm_tests()
152 dprintf("BCAST:\tAVG: %.3f\tMAX: %.3f\n", rtime, max_time); in comm_tests()
156 rtime = run_test(msg_size, comm, SPIKE, &max_time); in comm_tests()
158 dprintf("SPIKE:\tAVG: %.3f\tMAX: %.3f\n", rtime, max_time); in comm_tests()
162 rtime = run_test(msg_size, comm, HALF_FULL, &max_time); in comm_tests()
168 rtime = run_test(msg_size, comm, LINEAR_DECREASE, &max_time); in comm_tests()
174 rtime = run_test(msg_size, comm, BELL_CURVE, &max_time); in comm_tests()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/ci/jenkins/
H A DJenkins_steps.groovy46 timeout(time: max_time, unit: 'MINUTES') {
53 timeout(time: max_time, unit: 'MINUTES') {
59 timeout(time: max_time, unit: 'MINUTES') {
68 timeout(time: max_time, unit: 'MINUTES') {
75 timeout(time: max_time, unit: 'MINUTES') {
81 timeout(time: max_time, unit: 'MINUTES') {
92 timeout(time: max_time, unit: 'MINUTES') {
106 timeout(time: max_time, unit: 'MINUTES') {
120 timeout(time: max_time, unit: 'MINUTES') {
134 timeout(time: max_time, unit: 'MINUTES') {
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/ci/jenkins/
H A DJenkins_steps.groovy46 timeout(time: max_time, unit: 'MINUTES') {
53 timeout(time: max_time, unit: 'MINUTES') {
59 timeout(time: max_time, unit: 'MINUTES') {
68 timeout(time: max_time, unit: 'MINUTES') {
75 timeout(time: max_time, unit: 'MINUTES') {
81 timeout(time: max_time, unit: 'MINUTES') {
92 timeout(time: max_time, unit: 'MINUTES') {
106 timeout(time: max_time, unit: 'MINUTES') {
120 timeout(time: max_time, unit: 'MINUTES') {
134 timeout(time: max_time, unit: 'MINUTES') {
[all …]
/dports/games/pentobi/pentobi-19.1/libboardgame_base/
H A DTimeIntervalChecker.cpp15 double max_time) in TimeIntervalChecker() argument
18 m_max_time(max_time), in TimeIntervalChecker()
24 double max_time) in TimeIntervalChecker() argument
25 : IntervalChecker(time_source, max_time > 1 ? 0.1 : 0.1 * max_time, in TimeIntervalChecker()
27 m_max_time(max_time), in TimeIntervalChecker()
/dports/astro/phd2/phd2-2.6.10/contributions/MPI_IS_gaussian_process/tests/gaussian_process/
H A Dgp_guider_test.cpp146 double max_time = 10*period_length; in TEST_F() local
188 double max_time = 5*period_length; in TEST_F() local
203 locations << max_time, max_time + prediction_length; in TEST_F()
268 double max_time = 5*period_length; in TEST_F() local
287 locations << max_time, max_time + prediction_length; in TEST_F()
301 double max_time = 3*period_length; in TEST_F() local
343 double max_time = 3*period_length; in TEST_F() local
471 double max_time = 2345; in TEST_F() local
494 double max_time = 20000; in TEST_F() local
499 timestamps << Eigen::VectorXd::LinSpaced(resolution/2, 0, max_time/6), in TEST_F()
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/internalguide/MPI_IS_gaussian_process/tests/gaussian_process/
H A Dgp_guider_test.cpp122 double max_time = 10*period_length; in TEST_F() local
164 double max_time = 5*period_length; in TEST_F() local
179 locations << max_time, max_time + prediction_length; in TEST_F()
244 double max_time = 5*period_length; in TEST_F() local
263 locations << max_time, max_time + prediction_length; in TEST_F()
277 double max_time = 3*period_length; in TEST_F() local
319 double max_time = 3*period_length; in TEST_F() local
447 double max_time = 2345; in TEST_F() local
470 double max_time = 20000; in TEST_F() local
475 timestamps << Eigen::VectorXd::LinSpaced(resolution/2, 0, max_time/6), in TEST_F()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/fclasses/
H A Dbug2692213 set max_time 0.5
15 set max_time 0.5
19 set max_time 0.5
21 set max_time 0.5
34 if { ${time_performance} > ${max_time} } {
35 puts "Elapsed time of data writing into the file is more than ${max_time} seconds - Faulty"
37 puts "Elapsed time of data writing into the file is less than ${max_time} seconds - OK"
/dports/benchmarks/sysbench/sysbench-1.0.20/src/
H A Dsb_timer.c56 t->max_time = 0; in sb_timer_reset()
149 return t->max_time; in sb_timer_max()
166 if (t1->max_time > t2->max_time) in sb_timer_merge()
167 t.max_time = t1->max_time; in sb_timer_merge()
169 t.max_time = t2->max_time; in sb_timer_merge()
/dports/devel/p5-VCP-autrijus/VCP-autrijus-snapshot-0.9-20050110/lib/VCP/Dest/
H A Dp4.pm460 if ( defined $max_time ) {
469 if ( defined $max_time ) {
579 $repl .= "Date:\t$max_time\n\n" if defined $max_time;
643 my $max_time;
695 $max_time = $r->time if ! defined $max_time || $r->time > $max_time ;
776 my $max_time;
800 $max_time = $r->time
801 if ! defined $max_time || $r->time > $max_time ;
809 $max_time,
939 my $max_time ;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/cpu/
H A Dumwait.c11 #define UMWAIT_CTRL_VAL(max_time, c02_disable) \ argument
12 (((max_time) & MSR_IA32_UMWAIT_CONTROL_TIME_MASK) | \
170 u32 max_time, ctrl; in max_time_store() local
173 ret = kstrtou32(buf, 0, &max_time); in max_time_store()
178 if (max_time & ~MSR_IA32_UMWAIT_CONTROL_TIME_MASK) in max_time_store()
184 if (max_time != umwait_ctrl_max_time(ctrl)) in max_time_store()
185 umwait_update_control(max_time, umwait_ctrl_c02_enabled(ctrl)); in max_time_store()
191 static DEVICE_ATTR_RW(max_time);
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/cpu/
H A Dumwait.c11 #define UMWAIT_CTRL_VAL(max_time, c02_disable) \ argument
12 (((max_time) & MSR_IA32_UMWAIT_CONTROL_TIME_MASK) | \
170 u32 max_time, ctrl; in max_time_store() local
173 ret = kstrtou32(buf, 0, &max_time); in max_time_store()
178 if (max_time & ~MSR_IA32_UMWAIT_CONTROL_TIME_MASK) in max_time_store()
184 if (max_time != umwait_ctrl_max_time(ctrl)) in max_time_store()
185 umwait_update_control(max_time, umwait_ctrl_c02_enabled(ctrl)); in max_time_store()
191 static DEVICE_ATTR_RW(max_time);
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/cpu/
H A Dumwait.c11 #define UMWAIT_CTRL_VAL(max_time, c02_disable) \ argument
12 (((max_time) & MSR_IA32_UMWAIT_CONTROL_TIME_MASK) | \
170 u32 max_time, ctrl; in max_time_store() local
173 ret = kstrtou32(buf, 0, &max_time); in max_time_store()
178 if (max_time & ~MSR_IA32_UMWAIT_CONTROL_TIME_MASK) in max_time_store()
184 if (max_time != umwait_ctrl_max_time(ctrl)) in max_time_store()
185 umwait_update_control(max_time, umwait_ctrl_c02_enabled(ctrl)); in max_time_store()
191 static DEVICE_ATTR_RW(max_time);
/dports/science/py-DendroPy/DendroPy-4.4.0/src/dendropy/model/
H A Dprotractedspeciation.py584 max_time=max_time,
611max_time=max_time if max_time is not None else lineage_data[phase_idx]["final_time"],
616max_time=max_time if max_time is not None else lineage_data[phase_idx]["final_time"],
681 if max_time and (current_time + waiting_time) > max_time:
835 max_time, argument
856 max_time=max_time,
866 max_time, argument
871 max_time=max_time,
878 max_time, argument
902 max_time=max_time,
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/nvector/
H A Dtest_nvector.c147 maxt = max_time(W, stop_time - start_time); in Test_N_VCloneVectorArray()
197 maxt = max_time(W, stop_time - start_time); in Test_N_VCloneEmptyVectorArray()
238 maxt = max_time(W, stop_time - start_time); in Test_N_VCloneEmpty()
291 maxt = max_time(W, stop_time - start_time); in Test_N_VClone()
339 maxt = max_time(W, stop_time - start_time); in Test_N_VGetArrayPointer()
388 maxt = max_time(W, stop_time - start_time); in Test_N_VSetArrayPointer()
491 maxt = max_time(X, stop_time - start_time); in Test_N_VLinearSum()
521 maxt = max_time(X, stop_time - start_time); in Test_N_VLinearSum()
551 maxt = max_time(X, stop_time - start_time); in Test_N_VLinearSum()
581 maxt = max_time(X, stop_time - start_time); in Test_N_VLinearSum()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_contrib_hawkesll.py35 max_time = nd.ones((N,)) * 100.0
38 mu, alpha, beta, states, lags, marks, valid_length, max_time
62 max_time = nd.ones((N,)) * 100.0
65 mu.tile((N, 1)), alpha, beta, states, lags, marks, valid_length, max_time
86 max_time = nd.ones((N,)) * 100.0
94 mu.tile((N, 1)), alpha, beta, states, lags, marks, valid_length, max_time
121 max_time = nd.ones((N,)).astype(_dtype) * 100
124 mu.tile((N, 1)), alpha, beta, states, lags, marks, valid_length, max_time
143 max_time = nd.ones((N,)).astype(_dtype) * 40
150 mu.tile((N, 1)), alpha, beta, states, lags, marks, valid_length, max_time
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_contrib_hawkesll.py35 max_time = nd.ones((N,)) * 100.0
38 mu, alpha, beta, states, lags, marks, valid_length, max_time
62 max_time = nd.ones((N,)) * 100.0
65 mu.tile((N, 1)), alpha, beta, states, lags, marks, valid_length, max_time
86 max_time = nd.ones((N,)) * 100.0
94 mu.tile((N, 1)), alpha, beta, states, lags, marks, valid_length, max_time
121 max_time = nd.ones((N,)).astype(_dtype) * 100
124 mu.tile((N, 1)), alpha, beta, states, lags, marks, valid_length, max_time
143 max_time = nd.ones((N,)).astype(_dtype) * 40
150 mu.tile((N, 1)), alpha, beta, states, lags, marks, valid_length, max_time
/dports/biology/clustal-omega/clustal-omega-1.2.4/src/kmpp/
H A DKMeans.cpp87 double start_time, double *min_time, double *max_time, in RunKMeansOnce() argument
119 if (*max_time < this_time) *max_time = this_time; in RunKMeansOnce()
125 double min_time, double max_time, double total_time, int num_attempts) { in LogMetaStats() argument
130 << " max=" << max_time << endl << endl); in LogMetaStats()
148 double min_time = -1, max_time = -1, total_time = 0; in RunKMeans() local
172 &min_time, &max_time, &total_time, ret_centers, ret_assignment); in RunKMeans()
174 LogMetaStats(min_cost, max_cost, total_cost, min_time, max_time, total_time, attempts); in RunKMeans()
196 double min_time = -1, max_time = -1, total_time = 0; in RunKMeansPlusPlus() local
207 &min_time, &max_time, &total_time, ret_centers, ret_assignment); in RunKMeansPlusPlus()
209 LogMetaStats(min_cost, max_cost, total_cost, min_time, max_time, total_time, attempts); in RunKMeansPlusPlus()
/dports/math/sundials/sundials-5.7.0/examples/nvector/
H A Dtest_nvector.c159 maxt = max_time(W, stop_time - start_time); in Test_N_VCloneVectorArray()
209 maxt = max_time(W, stop_time - start_time); in Test_N_VCloneEmptyVectorArray()
250 maxt = max_time(W, stop_time - start_time); in Test_N_VCloneEmpty()
309 maxt = max_time(W, stop_time - start_time); in Test_N_VClone()
364 maxt = max_time(W, stop_time - start_time); in Test_N_VGetArrayPointer()
420 maxt = max_time(W, stop_time - start_time); in Test_N_VSetArrayPointer()
530 maxt = max_time(X, stop_time - start_time); in Test_N_VLinearSum()
560 maxt = max_time(X, stop_time - start_time); in Test_N_VLinearSum()
590 maxt = max_time(X, stop_time - start_time); in Test_N_VLinearSum()
620 maxt = max_time(X, stop_time - start_time); in Test_N_VLinearSum()
[all …]
/dports/mail/cone/cone-1.1/libs/tcpd/
H A Dtcpremoteinfo.c29 time_t current_time, max_time; in tcpremoteinfo() local
57 max_time=current_time+30; in tcpremoteinfo()
65 if (s_connect(fd, addr, addrlen, max_time - current_time) < 0) in tcpremoteinfo()
77 if (current_time >= max_time) in tcpremoteinfo()
85 tv.tv_sec=max_time-current_time; in tcpremoteinfo()
114 if (current_time >= max_time) in tcpremoteinfo()
122 tv.tv_sec=max_time-current_time; in tcpremoteinfo()
/dports/mail/courier/courier-0.65.3/tcpd/
H A Dtcpremoteinfo.c30 time_t current_time, max_time; in tcpremoteinfo() local
58 max_time=current_time+30; in tcpremoteinfo()
66 if (s_connect(fd, addr, addrlen, max_time - current_time) < 0) in tcpremoteinfo()
78 if (current_time >= max_time) in tcpremoteinfo()
86 tv.tv_sec=max_time-current_time; in tcpremoteinfo()
115 if (current_time >= max_time) in tcpremoteinfo()
123 tv.tv_sec=max_time-current_time; in tcpremoteinfo()
/dports/mail/courier-imap/courier-imap-5.1.4/libs/tcpd/
H A Dtcpremoteinfo.c29 time_t current_time, max_time; in tcpremoteinfo() local
57 max_time=current_time+30; in tcpremoteinfo()
65 if (s_connect(fd, addr, addrlen, max_time - current_time) < 0) in tcpremoteinfo()
77 if (current_time >= max_time) in tcpremoteinfo()
85 tv.tv_sec=max_time-current_time; in tcpremoteinfo()
114 if (current_time >= max_time) in tcpremoteinfo()
122 tv.tv_sec=max_time-current_time; in tcpremoteinfo()
/dports/net-mgmt/promscale/promscale-0.6.2/pkg/migrations/sql/idempotent/
H A Dha.sql32 max_time TIMESTAMPTZ) RETURNS ha_leases
61 VALUES (cluster, writer, min_time, max_time + lease_timeout)
80 new_lease_timeout = max_time + lease_timeout;
92 IF leader <> writer OR lease_until <= max_time
105 max_time TIMESTAMPTZ) RETURNS ha_leases
121 lease_until = max_time + lease_timeout
123 AND lease_until <= max_time;

12345678910>>...76