Home
last modified time | relevance | path

Searched refs:temp_cell (Results 1 – 5 of 5) sorted by relevance

/dports/databases/grass7/grass-7.8.6/raster/r.spread/
H A Dinsert2Ha.c22 struct cell_ptrHa *temp_cell, *temp_cell2; in insert2Ha() local
24 temp_cell = (struct cell_ptrHa *)(G_malloc(sizeof(struct cell_ptrHa))); in insert2Ha()
26 temp_cell->angle = angle; in insert2Ha()
27 temp_cell->row = row; in insert2Ha()
28 temp_cell->col = col; in insert2Ha()
31 *front_cell = temp_cell; in insert2Ha()
32 *rear_cell = temp_cell; in insert2Ha()
33 temp_cell->next = NULL; in insert2Ha()
37 temp_cell2->next = temp_cell; in insert2Ha()
38 *rear_cell = temp_cell; in insert2Ha()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.clump/
H A Dclump.c41 CELL *temp_cell, *temp_clump; in do_renumber() local
154 temp_cell = out_cell; in do_renumber()
158 if (*temp_cell == 0) { in do_renumber()
159 Rast_set_c_null_value(temp_cell, 1); in do_renumber()
162 temp_cell++; in do_renumber()
181 CELL *temp_cell, *temp_clump; in clump() local
269 temp_cell = prev_in + col + 1; in clump()
271 if (X == *temp_cell) { in clump()
281 temp_cell--; in clump()
351 temp_cell = cur_in; in clump()
[all …]
/dports/graphics/grafx2/grafx2/src/
H A Dshade.c449 word temp_cell; in Menu_shade() local
768 temp_cell=Shade_list[Shade_current].List[temp]; in Menu_shade()
770 Shade_list[Shade_current].List[temp2]=temp_cell; in Menu_shade()
779 temp_cell=Wait_click_in_shade_table(); in Menu_shade()
780 if (temp_cell<512) in Menu_shade()
788 … temp=(temp_cell+selection_end-selection_start<512)?selection_end+1-selection_start:512-temp_cell; in Menu_shade()
789 Swap_shade(selection_start,temp_cell,temp); in Menu_shade()
793 … temp=(temp_cell+selection_start-selection_end<512)?selection_start+1-selection_end:512-temp_cell; in Menu_shade()
794 Swap_shade(selection_end,temp_cell,temp); in Menu_shade()
797 selection_start=temp_cell; in Menu_shade()
/dports/math/plplot/plplot-5.15.0/bindings/octave/
H A Dplplot_octave.i1050 Cell temp_cell; variable
1077 temp_cell = $input.cell_value();
1093 if ( temp_cell.elem( i ).is_string() )
1095 str = temp_cell.elem( i ).string_value();
1168 Cell temp_cell; variable
1193 temp_cell = $input.cell_value();
1209 if ( temp_cell.elem( i ).is_string() )
1211 str = temp_cell.elem( i ).string_value();
/dports/math/plplot-ada/plplot-5.15.0/bindings/octave/
H A Dplplot_octave.i1050 Cell temp_cell;
1077 temp_cell = $input.cell_value();
1093 if ( temp_cell.elem( i ).is_string() )
1095 str = temp_cell.elem( i ).string_value();
1168 Cell temp_cell;
1193 temp_cell = $input.cell_value();
1209 if ( temp_cell.elem( i ).is_string() )
1211 str = temp_cell.elem( i ).string_value();