Home
last modified time | relevance | path

Searched refs:n_transforms (Results 1 – 25 of 36) sorted by relevance

12

/dports/science/code_saturne/code_saturne-7.1.0/src/fvm/
H A Dfvm_periodicity.c541 period->n_transforms = 0; in fvm_periodicity_create()
572 for (i = 0; i < this_periodicity->n_transforms; i++) in fvm_periodicity_destroy()
598 retval = this_periodicity->n_transforms; in fvm_periodicity_get_n_transforms()
687 this_periodicity->n_transforms + 2, in fvm_periodicity_add_by_matrix()
709 this_periodicity->n_transforms += 1; in fvm_periodicity_add_by_matrix()
762 return this_periodicity->n_transforms - 2; in fvm_periodicity_add_by_matrix()
1214 n_level_0 = this_periodicity->n_transforms; in fvm_periodicity_combine()
1221 tr_count = this_periodicity->n_transforms; in fvm_periodicity_combine()
1313 this_periodicity->n_transforms = tr_count; in fvm_periodicity_combine()
1320 this_periodicity->n_transforms, in fvm_periodicity_combine()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/propgui/
H A Dgimppropgui-recursive-transform.c123 gint n_transforms) in transform_grids_callback() argument
133 for (i = 0; i < n_transforms; i++) in transform_grids_callback()
167 gint n_transforms; in config_notify() local
184 for (n_transforms = 0; transform_strs[n_transforms]; n_transforms++); in config_notify()
186 transforms = g_new (GimpMatrix3, n_transforms); in config_notify()
188 for (i = 0; i < n_transforms; i++) in config_notify()
194 set_func (set_data, area, transforms, n_transforms); in config_notify()
199 gtk_widget_set_sensitive (add_button, n_transforms < MAX_N_TRANSFORMS); in config_notify()
200 gtk_widget_set_sensitive (duplicate_button, n_transforms < MAX_N_TRANSFORMS); in config_notify()
201 gtk_widget_set_sensitive (remove_button, n_transforms > 1); in config_notify()
H A Dpropgui-types.h109 gint n_transforms);
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_halo_perio.c477 if (cs_glob_mesh->n_transforms != halo->n_transforms) in _test_halo_compatibility()
481 halo->n_transforms, (int)(cs_glob_mesh->n_transforms)); in _test_halo_compatibility()
510 const int n_transforms = halo->n_transforms; in cs_halo_perio_sync_coords() local
522 for (t_id = 0; t_id < n_transforms; t_id++) { in cs_halo_perio_sync_coords()
578 const int n_transforms = halo->n_transforms; in cs_halo_perio_sync_var_vect() local
591 for (t_id = 0; t_id < n_transforms; t_id++) { in cs_halo_perio_sync_var_vect()
647 const int n_transforms = halo->n_transforms; in cs_halo_perio_sync_var_tens() local
659 for (t_id = 0; t_id < n_transforms; t_id++) { in cs_halo_perio_sync_var_tens()
716 const int n_transforms = halo->n_transforms; in cs_halo_perio_sync_var_sym_tens() local
728 for (t_id = 0; t_id < n_transforms; t_id++) { in cs_halo_perio_sync_var_sym_tens()
[all …]
H A Dcs_halo.c509 halo->n_transforms = 0; in cs_halo_create()
586 halo->n_transforms = fvm_periodicity_get_n_transforms(halo->periodicity); in cs_halo_create()
588 for (i = 0; i < halo->n_transforms; i++) { in cs_halo_create()
598 perio_lst_size = 2*halo->n_transforms * 2*halo->n_c_domains; in cs_halo_create()
706 halo->n_transforms = ref->n_transforms; in cs_halo_create_from_ref()
730 if (halo->n_transforms > 0) { in cs_halo_create_from_ref()
732 cs_lnum_t perio_lst_size = 2*halo->n_transforms * 2*halo->n_c_domains; in cs_halo_create_from_ref()
798 halo->n_transforms = 0; in cs_halo_create_from_rank_neighbors()
2044 halo->n_transforms, halo->n_c_domains, in cs_halo_dump()
2087 if (halo->n_transforms > 0) { in cs_halo_dump()
[all …]
H A Dcs_halo.h80 int n_transforms; /* Number of periodic transformations */ member
H A Dcs_renumber.c397 int n_transforms = mesh->halo->n_transforms; in _reorder_halo_cells() local
398 int stride = 2*n_transforms + 2; in _reorder_halo_cells()
416 for (int t_id = 0; t_id < n_transforms; t_id++) { in _reorder_halo_cells()
425 keys[j*2] = i*stride + n_transforms + 1; in _reorder_halo_cells()
429 for (int t_id = 0; t_id < n_transforms; t_id++) { in _reorder_halo_cells()
434 keys[j*2] = i*stride + n_transforms + t_id + 2; in _reorder_halo_cells()
1269 int n_transforms = mesh->halo->n_transforms; in _classify_halo_cells() local
1270 int stride = n_transforms + 2; in _classify_halo_cells()
1279 for (int t_id = 0; t_id < n_transforms; t_id++) { in _classify_halo_cells()
/dports/graphics/gegl/gegl-0.4.34/operations/common/
H A Drecursive-transform.c211 gint n_transforms;
213 for (n_transforms = 0;
214 n_transforms < MAX_TRANSFORMS && matrix_strs[n_transforms];
215 n_transforms++);
223 for (j = 0; j < n_transforms; j++)
230 gegl_node_link (iters[i + 1].over_nodes[n_transforms - 1],
280 … iters[i].over_nodes[n_transforms - 1], ! o->paste_below ? "aux" :
285 g_object_set (iters[i].over_nodes[n_transforms - 1],
294 … iters[i].over_nodes[n_transforms - 1], ! o->paste_below ? "input" :
299 gegl_node_link (iters[0].over_nodes[n_transforms - 1], output);
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcsstransformvalue.c64 guint n_transforms; member
356 n = MIN (value1->n_transforms, value2->n_transforms); in gtk_css_value_transform_equal()
363 larger = value1->n_transforms > value2->n_transforms ? value1 : value2; in gtk_css_value_transform_equal()
365 for (; i < larger->n_transforms; i++) in gtk_css_value_transform_equal()
615 n = MIN (start->n_transforms, end->n_transforms); in gtk_css_value_transform_transition()
640 result = gtk_css_transform_value_alloc (MAX (start->n_transforms, end->n_transforms)); in gtk_css_value_transform_transition()
651 for (; i < start->n_transforms; i++) in gtk_css_value_transform_transition()
663 for (; i < end->n_transforms; i++) in gtk_css_value_transform_transition()
676 g_assert (i == MAX (start->n_transforms, end->n_transforms)); in gtk_css_value_transform_transition()
795 result->n_transforms = n_transforms; in gtk_css_transform_value_alloc()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/mesh/
H A Dcs_mesh_halo.c256 vtx_lookup->n_transforms = n_transforms; in _vtx_lookup_create()
351 if (n_transforms > 0) { in _vtx_lookup_create()
407 const cs_lnum_t n_transforms = vtx_lookup->n_transforms; in _update_vtx_checker() local
495 const cs_lnum_t n_transforms = mesh->n_transforms; in _count_halo_elements() local
552 const cs_lnum_t n_transforms = mesh->n_transforms; in _build_halo_index() local
653 const cs_lnum_t n_transforms = mesh->n_transforms; in _add_halo_elements() local
1064 const cs_lnum_t n_transforms = mesh->n_transforms; in _get_n_par_ghost_cells() local
1117 const cs_lnum_t n_transforms = mesh->n_transforms; in _fill_halo() local
2718 const cs_lnum_t n_transforms = mesh->n_transforms;
2737 if (n_transforms > 0)
[all …]
H A Dcs_mesh.c738 BFT_MALLOC(tr_id, halo->n_transforms, int); in _get_halo_perio_num()
739 for (i = 0; i < halo->n_transforms; i++) in _get_halo_perio_num()
744 for (i = 0; i < halo->n_transforms; i++) { in _get_halo_perio_num()
2114 mesh->n_transforms = 0; in cs_mesh_create()
2478 const cs_lnum_t n_transforms = halo->n_transforms; in cs_mesh_g_face_vertices_sizes() local
2484 for (t_id = 0; t_id < n_transforms; t_id++) { in cs_mesh_g_face_vertices_sizes()
3450 const cs_lnum_t n_transforms = halo->n_transforms; in cs_mesh_get_cell_gnum() local
3453 for (t_id = 0; t_id < n_transforms; t_id++) { in cs_mesh_get_cell_gnum()
3832 const cs_lnum_t n_transforms = mesh->n_transforms; in cs_mesh_dump() local
3838 for (int i = 0; i < n_transforms; i++) in cs_mesh_dump()
[all …]
H A Dcs_mesh.h140 int n_transforms; /*!< number of transformations */ member
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcsstransformvalue.c78 guint n_transforms; member
428 n = MIN (value1->n_transforms, value2->n_transforms); in gtk_css_value_transform_equal()
435 larger = value1->n_transforms > value2->n_transforms ? value1 : value2; in gtk_css_value_transform_equal()
563 n = MIN (start->n_transforms, end->n_transforms); in gtk_css_value_transform_transition()
592 result = gtk_css_transform_value_alloc (MAX (start->n_transforms, end->n_transforms)); in gtk_css_value_transform_transition()
603 for (; i < start->n_transforms; i++) in gtk_css_value_transform_transition()
625 for (; i < end->n_transforms; i++) in gtk_css_value_transform_transition()
648 g_assert (i == MAX (start->n_transforms, end->n_transforms)); in gtk_css_value_transform_transition()
813 result->n_transforms = n_transforms; in gtk_css_transform_value_alloc()
827 return value->n_transforms == 0; in gtk_css_transform_value_is_none()
[all …]
/dports/multimedia/schroedinger/schroedinger-1.0.11/testsuite/
H A Dwavelet_noise_2d.c35 generate_noise (SchroFrame *frame, int n_transforms, double *weights) in generate_noise() argument
49 for(l=0;l<1+3*n_transforms;l++){ in generate_noise()
52 w = comp->width >> (n_transforms - SCHRO_SUBBAND_SHIFT(pos)); in generate_noise()
53 h = comp->height >> (n_transforms - SCHRO_SUBBAND_SHIFT(pos)); in generate_noise()
54 y_skip = 1<<(n_transforms - SCHRO_SUBBAND_SHIFT(pos)); in generate_noise()
/dports/science/minc2/minc-release-2.2.00/volume_io/MNI_formats/
H A Dgen_xfs.c395 return( transform->n_transforms ); in get_n_concated_transforms()
598 for( trans = transform->n_transforms-1; trans >= 0; --trans ) in transform_or_invert_point()
607 for_less( trans, 0, transform->n_transforms ) in transform_or_invert_point()
768 ALLOC( copy->transforms, copy->n_transforms ); in copy_and_invert_transform()
769 for_less( trans, 0, copy->n_transforms ) in copy_and_invert_transform()
911 result_ptr->n_transforms = ABS( first_end - first_start ) + 1 + in concat_general_transforms()
918 --result_ptr->n_transforms; in concat_general_transforms()
924 if( result_ptr->n_transforms == 1 ) in concat_general_transforms()
929 ALLOC( result_ptr->transforms, result_ptr->n_transforms ); in concat_general_transforms()
1043 for_less( trans, 0, transform->n_transforms ) in delete_general_transform()
[all …]
H A Dgen_xf_io.c611 int n_transforms; in input_transform() local
641 n_transforms = 0; in input_transform()
644 if( n_transforms == 0 ) in input_transform()
653 ++n_transforms; in input_transform()
661 else if( n_transforms == 0 ) in input_transform()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/volume_io/MNI_formats/
H A Dgen_xfs.c419 return( transform->n_transforms ); in get_n_concated_transforms()
638 for( trans = transform->n_transforms-1; trans >= 0; --trans ) in transform_or_invert_point_with_input_steps()
648 for_less( trans, 0, transform->n_transforms ) in transform_or_invert_point_with_input_steps()
893 ALLOC( copy->transforms, copy->n_transforms ); in copy_and_invert_transform()
894 for_less( trans, 0, copy->n_transforms ) in copy_and_invert_transform()
1036 result_ptr->n_transforms = VIO_ABS( first_end - first_start ) + 1 + in concat_general_transforms()
1043 --result_ptr->n_transforms; in concat_general_transforms()
1049 if( result_ptr->n_transforms == 1 ) in concat_general_transforms()
1054 ALLOC( result_ptr->transforms, result_ptr->n_transforms ); in concat_general_transforms()
1173 for_less( trans, 0, transform->n_transforms ) in delete_general_transform()
[all …]
H A Dgen_xf_io.c629 int n_transforms; in input_transform() local
659 n_transforms = 0; in input_transform()
662 if( n_transforms == 0 ) in input_transform()
671 ++n_transforms; in input_transform()
679 else if( n_transforms == 0 ) in input_transform()
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpfiltertool-widgets.c92 … gint n_transforms);
646 gint n_transforms) in gimp_filter_tool_set_transform_grids() argument
686 if (n_transforms > gimp_container_get_n_children (grids)) in gimp_filter_tool_set_transform_grids()
690 for (i = gimp_container_get_n_children (grids); i < n_transforms; i++) in gimp_filter_tool_set_transform_grids()
736 while (gimp_container_get_n_children (grids) > n_transforms) in gimp_filter_tool_set_transform_grids()
740 for (i = 0; i < n_transforms; i++) in gimp_filter_tool_set_transform_grids()
771 gint n_transforms; in gimp_filter_tool_transform_grids_changed() local
782 n_transforms = gimp_container_get_n_children (grids); in gimp_filter_tool_transform_grids_changed()
783 transforms = g_new (GimpMatrix3, n_transforms); in gimp_filter_tool_transform_grids_changed()
785 for (i = 0; i < n_transforms; i++) in gimp_filter_tool_transform_grids_changed()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_grid.c855 if (halo->n_transforms > 0) { in _exchange_halo_coarsening()
953 if (f_halo->n_transforms == 0) in _coarsen_halo()
1039 if (f_halo->n_transforms == 0) in _coarsen_halo()
1341 if (h->n_transforms > 0) { in _rebuild_halo_send_lists()
1623 if (h->n_transforms > 0) { in _merge_halo_data()
1649 if (h->n_transforms > 0) in _merge_halo_data()
1686 const int n_transforms = h->n_transforms; in _append_halos() local
1735 if (n_transforms > 0) { in _append_halos()
1783 if (n_transforms > 0) { in _append_halos()
1815 if (n_transforms > 0) in _append_halos()
[all …]
/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/
H A Dschroquantiser.c209 int n_transforms; in schro_encoder_calculate_subband_weights() local
211 n_transforms = n_levels - SCHRO_SUBBAND_SHIFT (position); in schro_encoder_calculate_subband_weights()
213 hi[i] = (n_transforms - 1) * 2; in schro_encoder_calculate_subband_weights()
215 hi[i] = (n_transforms - 1) * 2 + 1; in schro_encoder_calculate_subband_weights()
218 vi[i] = (n_transforms - 1) * 2; in schro_encoder_calculate_subband_weights()
220 vi[i] = (n_transforms - 1) * 2 + 1; in schro_encoder_calculate_subband_weights()
266 int n_transforms; in schro_encoder_calculate_subband_weights() local
269 n_transforms = n_levels - SCHRO_SUBBAND_SHIFT (position); in schro_encoder_calculate_subband_weights()
270 size = (1.0 / CURVE_SIZE) * (1 << n_transforms); in schro_encoder_calculate_subband_weights()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/volume_io/Include/volume_io/
H A Dtransforms.h85 int n_transforms; member
/dports/science/minc2/minc-release-2.2.00/volume_io/Include/volume_io/
H A Dtransforms.h81 int n_transforms; member
/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Dtransform.c261 static const size_t n_transforms = variable
330 for (size_t i = 0; i < n_transforms; i++) in Open()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/
H A Dascent_main_runtime.cpp615 const conduit::Node &n_transforms = registered_filter_types()["transforms"]; in ConvertPipelineToFlow() local
617 if(n_transforms.has_child(type)) in ConvertPipelineToFlow()
619 filter_name = n_transforms[type].as_string(); in ConvertPipelineToFlow()

12