Home
last modified time | relevance | path

Searched refs:n_steps (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/volume_io/Prog_utils/
H A Dprogress.c64 int n_steps, in initialize_progress_report() argument
70 progress->n_steps = n_steps; in initialize_progress_report()
114 if( current_step > progress->n_steps ) in update_progress_report()
115 current_step = progress->n_steps; in update_progress_report()
131 if( progress->next_check_step > progress->n_steps ) in update_progress_report()
132 progress->next_check_step = progress->n_steps; in update_progress_report()
144 est_total_time = (VIO_Real) progress->n_steps * constant; in update_progress_report()
148 est_total_time = time_so_far * (VIO_Real) progress->n_steps / in update_progress_report()
252 (VIO_Real) progress->n_steps ); in show_multi_line_progress()
258 progress->title, percent_done, current_step, progress->n_steps, in show_multi_line_progress()
[all …]
/dports/science/minc2/minc-release-2.2.00/volume_io/Prog_utils/
H A Dprogress.c64 int n_steps, in initialize_progress_report() argument
70 progress->n_steps = n_steps; in initialize_progress_report()
114 if( current_step > progress->n_steps ) in update_progress_report()
115 current_step = progress->n_steps; in update_progress_report()
131 if( progress->next_check_step > progress->n_steps ) in update_progress_report()
132 progress->next_check_step = progress->n_steps; in update_progress_report()
144 est_total_time = (Real) progress->n_steps * constant; in update_progress_report()
148 est_total_time = time_so_far * (Real) progress->n_steps / in update_progress_report()
202 n_dots = ROUND( (Real) current_step / (Real) progress->n_steps * in show_one_line_progress()
252 (Real) progress->n_steps ); in show_multi_line_progress()
[all …]
/dports/graphics/libart_lgpl/libart_lgpl-2.3.21/
H A Dart_render_svp.c68 if (n_steps > 0) in art_render_svp_callback()
78 for (i = 0; i < n_steps - 1; i++) in art_render_svp_callback()
92 running_sum += steps[n_steps - 1].delta; in art_render_svp_callback()
136 if (n_steps > 0) in art_render_svp_callback_span()
148 for (i = 0; i < n_steps - 1; i++) in art_render_svp_callback_span()
164 running_sum += steps[n_steps - 1].delta; in art_render_svp_callback_span()
217 if (n_steps > 0) in art_render_svp_callback_opacity()
228 for (i = 0; i < n_steps - 1; i++) in art_render_svp_callback_opacity()
243 running_sum += steps[n_steps - 1].delta; in art_render_svp_callback_opacity()
292 if (n_steps > 0) in art_render_svp_callback_opacity_span()
[all …]
H A Dart_svp_render_aa.c154 if (n_steps == 0 || steps[n_steps - 1].x < xpos) \
156 sx = n_steps; \
159 n_steps++; \
168 sx = n_steps; \
179 (n_steps - sx) * sizeof(steps[0])); \
182 n_steps++; \
205 int n_steps; in art_svp_render_aa_iter_step() local
244 n_steps = 0; in art_svp_render_aa_iter_step()
382 *p_n_steps = n_steps; in art_svp_render_aa_iter_step()
444 ArtSVPRenderAAStep *steps, int n_steps), in art_svp_render_aa() argument
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/src/rl_addons/renderPM/libart_lgpl/
H A Dart_render_svp.c68 if (n_steps > 0) in art_render_svp_callback()
78 for (i = 0; i < n_steps - 1; i++) in art_render_svp_callback()
92 running_sum += steps[n_steps - 1].delta; in art_render_svp_callback()
136 if (n_steps > 0) in art_render_svp_callback_span()
148 for (i = 0; i < n_steps - 1; i++) in art_render_svp_callback_span()
164 running_sum += steps[n_steps - 1].delta; in art_render_svp_callback_span()
217 if (n_steps > 0) in art_render_svp_callback_opacity()
228 for (i = 0; i < n_steps - 1; i++) in art_render_svp_callback_opacity()
243 running_sum += steps[n_steps - 1].delta; in art_render_svp_callback_opacity()
292 if (n_steps > 0) in art_render_svp_callback_opacity_span()
[all …]
H A Dart_svp_render_aa.c154 if (n_steps == 0 || steps[n_steps - 1].x < xpos) \
156 sx = n_steps; \
159 n_steps++; \
168 sx = n_steps; \
179 (n_steps - sx) * sizeof(steps[0])); \
182 n_steps++; \
205 int n_steps; in art_svp_render_aa_iter_step() local
244 n_steps = 0; in art_svp_render_aa_iter_step()
382 *p_n_steps = n_steps; in art_svp_render_aa_iter_step()
444 ArtSVPRenderAAStep *steps, int n_steps), in art_svp_render_aa() argument
[all …]
/dports/math/py-chaospy/chaospy-4.3.3/chaospy/descriptives/correlation/
H A Dauto_correlation.py7 def Acf(poly, dist, n_steps=None, **kws): argument
32 n_steps = int(len(poly)/2+1) if n_steps is None else n_steps
35 for idx in range(n_steps)])
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/stepseq.lv2/misc/
H A Dswinger.c37 static void draw_swinger (cairo_t* cr, int w, int h, int n_steps) { in draw_swinger() argument
57 const int nsm1 = n_steps - 1; in draw_swinger()
58 for (i = 0; i < n_steps; ++i) { in draw_swinger()
65 float vh = h * i / (n_steps - 1.f); in draw_swinger()
99 int n_steps = 31; in main() local
101 cairo_surface_t* cs = cairo_image_surface_create (CAIRO_FORMAT_ARGB32, n_steps * w, h); in main()
104 draw_swinger (cr, w, h, n_steps); in main()
/dports/math/py-theano/Theano-1.0.5/theano/scan_module/
H A Dscan_checkpoints.py8 name="checkpointscan_fn", n_steps=None, save_every_N=10, argument
102 if n_steps is None:
103 n_steps = sequences[0].shape[0]
106 o_n_steps = theano.tensor.cast(theano.tensor.ceil(n_steps / save_every_N),
111 mod = n_steps % save_every_N
147 n_steps=i_sequences[-1])
162 n_steps=o_n_steps, allow_gc=True)
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/plugins/prt/
H A Dresults_mpl.py174 n_stop, n_steps = stopresults.get_dimensions()
177 time = np.arange(n_steps, dtype=np.float32)*t_step
231 n_stop, n_steps = stopresults.get_dimensions()
234 time = np.arange(n_steps, dtype=np.float32)*t_step
260 n_stop, n_steps = stopresults.get_dimensions()
284 n_stop, n_steps = stopresults.get_dimensions()
311 n_stop, n_steps = stopresults.get_dimensions()
348 n_stop, n_steps = stopresults.get_dimensions()
359 time = np.arange(-n_steps+1, n_steps, dtype=np.float32)*t_step
379 n_stop, n_steps = stopresults.get_dimensions()
[all …]
/dports/math/R-cran-dimRed/dimRed/tests/testthat/
H A Dtest_autoencoder.R50 expect_error(embed(iris_data, "AutoEncoder", n_steps = -1),
65 n_steps = 100))
81 n_steps = 100))
99 n_steps = 100))
118 n_steps = 100))
130 n_steps = 100))
149 ndim = x, n_steps = 1))
153 autoencoder = x, n_steps = 1000))
184 n_steps = 2))
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/auxiliary/
H A Dbase.py314 return self.n_steps
471 if step >= self.n_steps or step < 0:
505 for i in range(self.n_steps+1):
541 while step < self.n_steps-1:
585 stop = (i.stop if i.stop == self.n_steps
587 else self.n_steps)
601 i = i + self.n_steps
602 if i < 0 or i >= self.n_steps:
695 def n_steps(self): member in AuxReader
725 if i >= self.n_steps:
[all …]
/dports/biology/bwa/bwa-0.7.17/
H A Dkthread.c80 int n_workers, n_steps; member
90 while (w->step < p->n_steps) { in ktp_worker()
111 w->step = w->step == p->n_steps - 1 || w->data? (w->step + 1) % p->n_steps : p->n_steps; in ktp_worker()
119 void kt_pipeline(int n_threads, void *(*func)(void*, int, void*), void *shared_data, int n_steps) in kt_pipeline() argument
127 aux.n_steps = n_steps; in kt_pipeline()
/dports/biology/bfc/bfc-69ab176e/
H A Dkthread.c80 int n_workers, n_steps; member
90 while (w->step < p->n_steps) { in ktp_worker()
111 w->step = w->step == p->n_steps - 1 || w->data? (w->step + 1) % p->n_steps : p->n_steps; in ktp_worker()
119 void kt_pipeline(int n_threads, void *(*func)(void*, int, void*), void *shared_data, int n_steps) in kt_pipeline() argument
127 aux.n_steps = n_steps; in kt_pipeline()
/dports/www/h2o-devel/h2o-dcc7134/deps/klib/
H A Dkthread.c77 int n_workers, n_steps; member
87 while (w->step < p->n_steps) { in ktp_worker()
109 w->step = w->step == p->n_steps - 1 || w->data? (w->step + 1) % p->n_steps : p->n_steps; in ktp_worker()
117 void kt_pipeline(int n_threads, void *(*func)(void*, int, void*), void *shared_data, int n_steps) in kt_pipeline() argument
125 aux.n_steps = n_steps; in kt_pipeline()
/dports/biology/trimadap/trimadap-0.1-3-gddfef21/
H A Dkthread.c80 int n_workers, n_steps; member
90 while (w->step < p->n_steps) { in ktp_worker()
111 w->step = w->step == p->n_steps - 1 || w->data? (w->step + 1) % p->n_steps : p->n_steps; in ktp_worker()
119 void kt_pipeline(int n_threads, void *(*func)(void*, int, void*), void *shared_data, int n_steps) in kt_pipeline() argument
127 aux.n_steps = n_steps; in kt_pipeline()
/dports/science/py-ase/ase-3.22.0/ase/test/md/
H A Dtest_langevin_switching.py15 n_steps = 500
39 n_eq=n_steps, n_switch=n_steps) as dyn_forward:
47 n_eq=n_steps, n_switch=n_steps) as dyn_backward:
/dports/databases/mariadb104-client/mariadb-10.4.24/unittest/json_lib/
H A Djson_lib-t.c35 int n_steps; member
52 result->n_steps++; in parse_json()
96 ok(r.n_steps == 1 && r.n_values == 1, "simple value"); in test_json_parsing()
98 ok(r.n_steps == 5 && r.n_values == 3 && r.n_arrays == 1, "array"); in test_json_parsing()
100 ok(r.n_steps == 5 && r.n_keys == 2 && r.n_objects == 1 && r.keyname_csum == 3, in test_json_parsing()
103 ok(r.n_steps == 12 && r.n_keys == 3 && r.n_objects == 2 && in test_json_parsing()
/dports/databases/mariadb104-server/mariadb-10.4.24/unittest/json_lib/
H A Djson_lib-t.c35 int n_steps; member
52 result->n_steps++; in parse_json()
96 ok(r.n_steps == 1 && r.n_values == 1, "simple value"); in test_json_parsing()
98 ok(r.n_steps == 5 && r.n_values == 3 && r.n_arrays == 1, "array"); in test_json_parsing()
100 ok(r.n_steps == 5 && r.n_keys == 2 && r.n_objects == 1 && r.keyname_csum == 3, in test_json_parsing()
103 ok(r.n_steps == 12 && r.n_keys == 3 && r.n_objects == 2 && in test_json_parsing()
/dports/databases/mariadb105-client/mariadb-10.5.15/unittest/json_lib/
H A Djson_lib-t.c35 int n_steps; member
52 result->n_steps++; in parse_json()
96 ok(r.n_steps == 1 && r.n_values == 1, "simple value"); in test_json_parsing()
98 ok(r.n_steps == 5 && r.n_values == 3 && r.n_arrays == 1, "array"); in test_json_parsing()
100 ok(r.n_steps == 5 && r.n_keys == 2 && r.n_objects == 1 && r.keyname_csum == 3, in test_json_parsing()
103 ok(r.n_steps == 12 && r.n_keys == 3 && r.n_objects == 2 && in test_json_parsing()
/dports/databases/mariadb103-server/mariadb-10.3.34/unittest/json_lib/
H A Djson_lib-t.c35 int n_steps; member
52 result->n_steps++; in parse_json()
96 ok(r.n_steps == 1 && r.n_values == 1, "simple value"); in test_json_parsing()
98 ok(r.n_steps == 5 && r.n_values == 3 && r.n_arrays == 1, "array"); in test_json_parsing()
100 ok(r.n_steps == 5 && r.n_keys == 2 && r.n_objects == 1 && r.keyname_csum == 3, in test_json_parsing()
103 ok(r.n_steps == 12 && r.n_keys == 3 && r.n_objects == 2 && in test_json_parsing()
/dports/databases/mariadb103-client/mariadb-10.3.34/unittest/json_lib/
H A Djson_lib-t.c35 int n_steps; member
52 result->n_steps++; in parse_json()
96 ok(r.n_steps == 1 && r.n_values == 1, "simple value"); in test_json_parsing()
98 ok(r.n_steps == 5 && r.n_values == 3 && r.n_arrays == 1, "array"); in test_json_parsing()
100 ok(r.n_steps == 5 && r.n_keys == 2 && r.n_objects == 1 && r.keyname_csum == 3, in test_json_parsing()
103 ok(r.n_steps == 12 && r.n_keys == 3 && r.n_objects == 2 && in test_json_parsing()
/dports/databases/mariadb105-server/mariadb-10.5.15/unittest/json_lib/
H A Djson_lib-t.c35 int n_steps; member
52 result->n_steps++; in parse_json()
96 ok(r.n_steps == 1 && r.n_values == 1, "simple value"); in test_json_parsing()
98 ok(r.n_steps == 5 && r.n_values == 3 && r.n_arrays == 1, "array"); in test_json_parsing()
100 ok(r.n_steps == 5 && r.n_keys == 2 && r.n_objects == 1 && r.keyname_csum == 3, in test_json_parsing()
103 ok(r.n_steps == 12 && r.n_keys == 3 && r.n_objects == 2 && in test_json_parsing()
/dports/finance/weberp/webERP/includes/phplot/contrib/
H A Dcolor_range.php46 function color_range($color_a, $color_b, $n_steps) argument
48 if ($n_steps < 2) $n_steps = 2;
49 $nc = $n_steps - 1;
/dports/graphics/phplot/phplot-6.2.0/contrib/
H A Dcolor_range.php46 function color_range($color_a, $color_b, $n_steps) argument
48 if ($n_steps < 2) $n_steps = 2;
49 $nc = $n_steps - 1;

12345678910>>...12