Home
last modified time | relevance | path

Searched refs:new_c (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/dports/graphics/jgraph/jgraph-8.3_1/
H A Djgraph.c63 Curve new_c; local
67 new_c->num = num;
73 new_c->clip = 0;
87 new_c->npts = 0;
100 new_c->poly = 0;
112 return new_c;
119 Curve new_c; local
123 return new_c;
131 Curve new_c; local
132 for(new_c = last(c); new_c != nil(c) && new_c->num > num; new_c = prev(new_c));
[all …]
/dports/graphics/xfig/xfig-3.2.8a/src/
H A De_placelib.c79 new_c = copy_compound(cur_c); in put_selected()
81 add_compound_depth(new_c); in put_selected()
133 rotate_compound(new_c, x, y); in transform_lib_obj()
137 rotate_compound(new_c, x, y); in transform_lib_obj()
192 redisplay_compound(new_c); in put_draw()
194 redisplay_objects(new_c); in put_draw()
206 translate_compound(new_c,-new_c->nwcorner.x,-new_c->nwcorner.y); in change_draw_mode()
232 add_compound(new_c); in place_lib_object_orig()
234 redisplay_compound(new_c); in place_lib_object_orig()
256 add_compound(new_c); in place_lib_object()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/include/asm/
H A Dalternative-macros.h17 .macro ALT_NEW_CONTENT vendor_id, errata_id, enable = 1, new_c : vararg
24 \new_c
32 .macro __ALTERNATIVE_CFG old_c, new_c, vendor_id, errata_id, enable
36 ALT_NEW_CONTENT \vendor_id, \errata_id, \enable, \new_c
39 #define _ALTERNATIVE_CFG(old_c, new_c, vendor_id, errata_id, CONFIG_k) \ argument
54 #define ALT_NEW_CONSTENT(vendor_id, errata_id, enable, new_c) \
61 new_c "\n" \
68 #define __ALTERNATIVE_CFG(old_c, new_c, vendor_id, errata_id, enable) \
72 ALT_NEW_CONSTENT(vendor_id, errata_id, enable, new_c)
74 #define _ALTERNATIVE_CFG(old_c, new_c, vendor_id, errata_id, CONFIG_k) \
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/include/asm/
H A Dalternative-macros.h17 .macro ALT_NEW_CONTENT vendor_id, errata_id, enable = 1, new_c : vararg
24 \new_c
32 .macro __ALTERNATIVE_CFG old_c, new_c, vendor_id, errata_id, enable
36 ALT_NEW_CONTENT \vendor_id, \errata_id, \enable, \new_c
39 #define _ALTERNATIVE_CFG(old_c, new_c, vendor_id, errata_id, CONFIG_k) \ argument
54 #define ALT_NEW_CONSTENT(vendor_id, errata_id, enable, new_c) \
61 new_c "\n" \
68 #define __ALTERNATIVE_CFG(old_c, new_c, vendor_id, errata_id, enable) \
72 ALT_NEW_CONSTENT(vendor_id, errata_id, enable, new_c)
74 #define _ALTERNATIVE_CFG(old_c, new_c, vendor_id, errata_id, CONFIG_k) \
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/include/asm/
H A Dalternative-macros.h17 .macro ALT_NEW_CONTENT vendor_id, errata_id, enable = 1, new_c : vararg
24 \new_c
32 .macro __ALTERNATIVE_CFG old_c, new_c, vendor_id, errata_id, enable
36 ALT_NEW_CONTENT \vendor_id, \errata_id, \enable, \new_c
39 #define _ALTERNATIVE_CFG(old_c, new_c, vendor_id, errata_id, CONFIG_k) \ argument
54 #define ALT_NEW_CONSTENT(vendor_id, errata_id, enable, new_c) \
61 new_c "\n" \
68 #define __ALTERNATIVE_CFG(old_c, new_c, vendor_id, errata_id, enable) \
72 ALT_NEW_CONSTENT(vendor_id, errata_id, enable, new_c)
74 #define _ALTERNATIVE_CFG(old_c, new_c, vendor_id, errata_id, CONFIG_k) \
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dparray.h275 cell * new_c = mk(ROOT); in mk() local
384 inc_ref(new_c); in set()
398 new_c->m_idx = i; in set()
400 new_c->m_elem = v; in set()
402 r.m_ref = new_c; in set()
438 inc_ref(new_c); in push_back()
452 new_c->m_elem = v; in push_back()
488 inc_ref(new_c); in pop_back()
504 r.m_ref = new_c; in pop_back()
523 new_c->m_size = get_values(c, new_c->m_values); in unshare()
[all …]
/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dparray.h275 cell * new_c = mk(ROOT); in mk() local
384 inc_ref(new_c); in set()
398 new_c->m_idx = i; in set()
400 new_c->m_elem = v; in set()
402 r.m_ref = new_c; in set()
438 inc_ref(new_c); in push_back()
452 new_c->m_elem = v; in push_back()
488 inc_ref(new_c); in pop_back()
504 r.m_ref = new_c; in pop_back()
523 new_c->m_size = get_values(c, new_c->m_values); in unshare()
[all …]
/dports/devel/p5-String-Diff/String-Diff-0.07/lib/String/
H A DDiff.pm154 my $new_c = 0;
164 while (scalar(@{ $old_diff }) > $old_c && scalar(@{ $new_diff }) > $new_c) {
166 my $new_str = $escape ? $escape->($new_diff->[$new_c]->[1]) : $new_diff->[$new_c]->[1];
168 if ($old_diff->[$old_c]->[0] eq 'u' && $new_diff->[$new_c]->[0] eq 'u') {
171 $new_c++;
172 } elsif ($old_diff->[$old_c]->[0] eq '-' && $new_diff->[$new_c]->[0] eq '+') {
178 $new_c++;
179 } elsif ($old_diff->[$old_c]->[0] eq 'u' && $new_diff->[$new_c]->[0] eq '+') {
181 $new_c++;
182 } elsif ($old_diff->[$old_c]->[0] eq '-' && $new_diff->[$new_c]->[0] eq 'u') {
[all …]
/dports/games/mangband/mangband-1.5.3/src/common/
H A Dnet-imps.c131 struct caller_type *new_c; in add_caller() local
154 memcpy (&(new_c->addr.sin_addr), hp->h_addr, sizeof(new_c->addr.sin_addr)); in add_caller()
156 new_c->port = port; in add_caller()
157 new_c->connect_cb = conn_cb; in add_caller()
158 new_c->failure_cb = fail_cb; in add_caller()
227 new_c->conn_fd = fd; in add_connection()
228 new_c->receive_cb = read; in add_connection()
229 new_c->send_cb = NULL; in add_connection()
230 new_c->close_cb = close; in add_connection()
231 new_c->close = 0; in add_connection()
[all …]
/dports/devel/p5-Alzabo/Alzabo-0.92/lib/Alzabo/
H A DRDBMSRules.pm499 foreach my $new_c ( $p{new}->columns )
501 $changed_name{ $new_c->former_name } = 1
502 if defined $new_c->former_name && $new_c->former_name ne $new_c->name;
516 foreach my $new_c ( $p{new}->columns )
521 if ( defined $new_c->former_name )
523 $old_c = eval { $p{old}->column( $new_c->former_name ) };
526 $old_c ||= eval { $p{old}->column( $new_c->name ) };
530 if ( $old_c->name ne $new_c->name )
534 push @sql, $self->alter_column_name_sql($new_c);
544 push @sql, $self->column_sql_diff( new => $new_c,
[all …]
/dports/irc/epic5/epic5-2.1.6/source/
H A Dnames.c160 new_c->prev = new_c->next = NULL; in create_channel()
163 new_c->waiting = 0; in create_channel()
164 new_c->winref = -1; in create_channel()
165 new_c->claimable = 0; in create_channel()
167 new_c->nicks.max_alloc = new_c->nicks.max = 0; in create_channel()
177 new_c->limit = 0; in create_channel()
178 new_c->key = NULL; in create_channel()
179 new_c->chop = 0; in create_channel()
180 new_c->voice = 0; in create_channel()
187 return new_c; in create_channel()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.watershed/ram/
H A Dsplit_str.c4 split_stream(int row, int col, int new_r[], int new_c[], int ct, in split_stream() argument
16 splitdir[ctr] = drain[row - new_r[ctr] + 1][col - new_c[ctr] + 1]; in split_stream()
72 easting = window.west + (new_c[r] + .5) * window.ew_res; in split_stream()
75 (int)basin_num, old_basin, new_r[r], new_c[r], easting, in split_stream()
78 if (new_r[r] != row && new_c[r] != col) in split_stream()
80 def_basin(new_r[r], new_c[r], basin_num, diag, new_elev); in split_stream()
83 def_basin(new_r[r], new_c[r], basin_num, window.ns_res, in split_stream()
87 def_basin(new_r[r], new_c[r], basin_num, window.ew_res, in split_stream()
H A Ddef_basin.c6 int r, rr, c, cc, ct, new_r[9], new_c[9]; in def_basin() local
26 new_c[ct] = c; in def_basin()
37 basin_num = split_stream(row, col, new_r, new_c, ct, in def_basin()
41 oldupdir = drain[row - new_r[1] + 1][col - new_c[1] + 1]; in def_basin()
75 if (new_r[1] != row && new_c[1] != col) in def_basin()
96 if (new_c[1] != col) in def_basin()
103 col = new_c[1]; in def_basin()
/dports/databases/grass7/grass-7.8.6/raster/r.watershed/seg/
H A Dsplit_str.c4 split_stream(int row, int col, int new_r[], int new_c[], int ct, in split_stream() argument
19 splitdir[ctr] = drain[row - new_r[ctr] + 1][col - new_c[ctr] + 1]; in split_stream()
79 easting = window.west + (new_c[r] + .5) * window.ew_res; in split_stream()
82 (int)basin_num, old_basin, new_r[r], new_c[r], easting, in split_stream()
85 if (new_r[r] != row && new_c[r] != col) in split_stream()
87 def_basin(new_r[r], new_c[r], basin_num, diag, new_elev); in split_stream()
90 def_basin(new_r[r], new_c[r], basin_num, window.ns_res, in split_stream()
94 def_basin(new_r[r], new_c[r], basin_num, window.ew_res, in split_stream()
H A Ddef_basin.c7 int r, rr, c, cc, ct, new_r[9], new_c[9]; in def_basin() local
28 new_c[ct] = c; in def_basin()
39 basin_num = split_stream(row, col, new_r, new_c, ct, in def_basin()
43 oldupdir = drain[row - new_r[1] + 1][col - new_c[1] + 1]; in def_basin()
84 if (new_r[1] != row && new_c[1] != col) in def_basin()
105 if (new_c[1] != col) in def_basin()
113 col = new_c[1]; in def_basin()
/dports/irc/epic4/epic4-2.10.9/source/
H A Dnames.c193 new_c->prev = new_c->next = NULL; in create_channel()
199 new_c->bound = 0; in create_channel()
201 new_c->nicks.max_alloc = new_c->nicks.max = 0; in create_channel()
206 new_c->mode = 0; in create_channel()
207 new_c->i_mode = 0; in create_channel()
209 new_c->limit = 0; in create_channel()
210 new_c->key = NULL; in create_channel()
211 new_c->chop = 0; in create_channel()
212 new_c->voice = 0; in create_channel()
219 return new_c; in create_channel()
[all …]
/dports/textproc/py-orange3-text/orange3-text-1.3.1/orangecontrib/text/tests/
H A Dtest_corpus.py93 self.assertEqual(new_c.X.shape, (len(c), 3))
96 new_c = new_c.extend_attributes(X, ['1', '2', '4'])
97 self.assertEqual(new_c.X.shape, (len(c), 6))
105 new_c = new_c.extend_attributes(csr_matrix(X), ['1', '2', '3'])
106 self.assertEqual(new_c.X.shape, (len(c), 9))
107 self.assertTrue(issparse(new_c.X))
123 self.assertEqual(new_c.X.shape, (len(c), 3))
126 new_c = new_c.extend_attributes(
129 self.assertEqual(new_c.X.shape, (len(c), 6))
145 self.assertEqual(new_c.X.shape, (len(c), 2))
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pamtosvg/
H A Dvector.c139 float_coord new_c; in Vadd_point() local
141 new_c.x = c.x + v.dx; in Vadd_point()
142 new_c.y = c.y + v.dy; in Vadd_point()
143 new_c.z = c.z + v.dz; in Vadd_point()
145 return new_c; in Vadd_point()
154 float_coord new_c; in Vsubtract_point() local
156 new_c.x = c.x - v.dx; in Vsubtract_point()
157 new_c.y = c.y - v.dy; in Vsubtract_point()
158 new_c.z = c.z - v.dz; in Vsubtract_point()
160 return new_c; in Vsubtract_point()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/selection-to-path/
H A Dvector.c129 real_coordinate_type new_c; in Vadd_point() local
131 new_c.x = c.x + v.dx; in Vadd_point()
132 new_c.y = c.y + v.dy; in Vadd_point()
133 return new_c; in Vadd_point()
140 real_coordinate_type new_c; in Vsubtract_point() local
142 new_c.x = c.x - v.dx; in Vsubtract_point()
143 new_c.y = c.y - v.dy; in Vsubtract_point()
144 return new_c; in Vsubtract_point()
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dvector.c136 at_real_coord new_c; in Vadd_point() local
138 new_c.x = c.x + v.dx; in Vadd_point()
139 new_c.y = c.y + v.dy; in Vadd_point()
140 new_c.z = c.z + v.dz; in Vadd_point()
141 return new_c; in Vadd_point()
148 at_real_coord new_c; in Vsubtract_point() local
150 new_c.x = c.x - v.dx; in Vsubtract_point()
151 new_c.y = c.y - v.dy; in Vsubtract_point()
152 new_c.z = c.z - v.dz; in Vsubtract_point()
153 return new_c; in Vsubtract_point()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/autotrace/
H A Dvector.c110 at_real_coord new_c; in Vadd_point() local
112 new_c.x = c.x + v.dx; in Vadd_point()
113 new_c.y = c.y + v.dy; in Vadd_point()
114 new_c.z = c.z + v.dz; in Vadd_point()
115 return new_c; in Vadd_point()
120 at_real_coord new_c; in Vsubtract_point() local
122 new_c.x = c.x - v.dx; in Vsubtract_point()
123 new_c.y = c.y - v.dy; in Vsubtract_point()
124 new_c.z = c.z - v.dz; in Vsubtract_point()
125 return new_c; in Vsubtract_point()
/dports/devel/py-chainmap/chainmap-1.0.3/test/
H A Dtest_chainmap.py76 new_c = cc.parents
77 assert c is not new_c
78 assert len(new_c) == 2
79 assert new_c['one'] == c['one']
80 assert new_c['two'] == c['two']
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/testing/
H A Ddepth_to_space.py42 new_c = int(in_c / (block_size * block_size))
45 expanded = np.reshape(data, newshape=[in_n, block_size, block_size, new_c, in_h, in_w])
48 expanded = np.reshape(data, newshape=(in_n, new_c, block_size, block_size, in_h, in_w))
50 newshape = [in_n, new_c, new_h, new_w]
/dports/math/fplll/fplll-5.4.1/fplll/pruner/
H A Dpruner_optimize.cpp11 FT old_c0, old_c1, new_c, min_c; in optimize_coefficients_cost_vary_prob() local
73 new_c = target_function(b); in optimize_coefficients_cost_vary_prob()
74 if (new_c < min_c) in optimize_coefficients_cost_vary_prob()
76 min_c = new_c; in optimize_coefficients_cost_vary_prob()
84 cerr << "# [Stage fo] all_enum_cost = " << new_c << endl; in optimize_coefficients_cost_vary_prob()
90 if (new_c / old_c0 > 0.995 and tours > NUM_OPTIMIZATION_TOURS) in optimize_coefficients_cost_vary_prob()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/lib/ext/wocky/wocky/
H A Dwocky-jingle-media-rtp.c634 new_c->id, new_c->name); in codec_update_coherent()
642 new_c->id, old_c->name, new_c->name); in codec_update_coherent()
650 new_c->id, new_c->name, old_c->clockrate, new_c->clockrate); in codec_update_coherent()
659 new_c->id, new_c->name, new_c->channels, old_c->channels); in codec_update_coherent()
673 WockyJingleCodec *old_c, *new_c; in update_remote_media_description() local
691 new_c = l->data; in update_remote_media_description()
703 new_c = l->data; in update_remote_media_description()
708 new_c->params = params; in update_remote_media_description()
1200 WockyJingleCodec *old_c, *new_c; in jingle_media_rtp_compare_codecs() local
1206 new_c = l->data; in jingle_media_rtp_compare_codecs()
[all …]

12345678910>>...18