Home
last modified time | relevance | path

Searched refs:c_pos (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/devel/py-arpeggio/Arpeggio-1.10.2/arpeggio/
H A D__init__.py249 c_pos = parser.position
300 self._result_cache[c_pos] = (NOMATCH_MARKER, c_pos)
355 c_pos = parser.position
396 c_pos = parser.position
448 c_pos = parser.position
554 c_pos = parser.position
639 c_pos = parser.position
646 parser.position = c_pos
655 c_pos = parser.position
699 c_pos = parser.position
[all …]
/dports/audio/festival/speech_tools/ling_class/
H A DEST_relation_track.cc59 int c_pos = FALSE; in track_to_label() local
64 c_pos = TRUE; in track_to_label()
66 c_pos = FALSE; in track_to_label()
68 if (c_pos == p_pos) in track_to_label()
70 p_pos = c_pos; in track_to_label()
76 if (c_pos == TRUE) in track_to_label()
83 p_pos = c_pos; in track_to_label()
87 if (c_pos) in track_to_label()
/dports/math/polymake/polymake-4.5/lib/core/include/
H A DHeap.h159 Int c_pos; in sift_down() local
160 while ((c_pos = 2*pos+1) < end) { in sift_down()
161 if (c_pos+1 < end && in sift_down()
162 cmp(this->key(queue[c_pos+1]), this->key(queue[c_pos])) < 0) ++c_pos; in sift_down()
163 if (cmp(k, this->key(queue[c_pos])) <= 0) break; in sift_down()
164 this->update_position(queue[pos]=queue[c_pos], c_pos, pos); in sift_down()
165 pos = c_pos; in sift_down()
/dports/graphics/krita/krita-4.4.8/libs/pigment/
H A DKoCmykColorSpaceTraits.h53 return d[c_pos]; in C()
58 d[c_pos] = nv; in setC()
108 case c_pos: in normalisedChannelValueText()
130 case c_pos: in normalisedChannelsValue()
155 case c_pos: in fromNormalisedChannelsValue()
183 case c_pos: in normalisedChannelValueText()
205 case c_pos: in normalisedChannelsValue()
230 case c_pos: in fromNormalisedChannelsValue()
256 case c_pos: in normalisedChannelValueText()
278 case c_pos: in normalisedChannelsValue()
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/riscos/
H A Dtextarea.c920 unsigned int c_pos; in ro_textarea_key_press() local
936 c_pos = ro_textarea_get_caret((uintptr_t)ta); in ro_textarea_key_press()
938 ro_textarea_set_caret((uintptr_t)ta, ++c_pos); in ro_textarea_key_press()
946 c_pos = ro_textarea_get_caret((uintptr_t)ta); in ro_textarea_key_press()
947 if (c_pos > 0) { in ro_textarea_key_press()
949 c_pos - 1, c_pos, ""); in ro_textarea_key_press()
961 if (os_version < RISCOS5 && c_pos > 0) { in ro_textarea_key_press()
963 c_pos - 1, c_pos, ""); in ro_textarea_key_press()
967 c_pos + 1, ""); in ro_textarea_key_press()
974 if (c_pos > 0) in ro_textarea_key_press()
[all …]
/dports/benchmarks/iorate/iorate-3.05/
H A Dior_mach.c154 cfg->c_pos = -1; /* be sure no valid position */ in ior_close_dev()
187 (long)( cfg->c_pos / 1024L ), in ior_read()
188 (long)(( cfg->c_pos + io_size - 1 ) / 1024L)); in ior_read()
234 cfg->c_pos = -1; /* force seek for next I/O */ in ior_read()
237 cfg->c_pos += io_size; /* update our position */ in ior_read()
269 (long)( cfg->c_pos / 1024L ), in ior_write()
270 (long)(( cfg->c_pos + io_size ) / 1024L)); in ior_write()
308 cfg->c_pos = -1; /* force seek for next I/O */ in ior_write()
311 cfg->c_pos += io_size; /* update our position */ in ior_write()
382 cfg->c_pos = -1; /* force seek for next I/O */ in ior_seek()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/base/
H A Dwatchdog_posix.cc59 size_t c_pos = 0; in ReadProcStat() local
60 while (c_pos < sizeof(c) - 1) { in ReadProcStat()
61 ssize_t rd = PERFETTO_EINTR(read(fd, c + c_pos, sizeof(c) - c_pos)); in ReadProcStat()
68 c_pos += static_cast<size_t>(rd); in ReadProcStat()
70 PERFETTO_CHECK(c_pos < sizeof(c)); in ReadProcStat()
71 c[c_pos] = '\0'; in ReadProcStat()
/dports/science/chrono/chrono-7.0.1/src/tests/unit_tests/collision/
H A Dutest_COLL_narrow_mpr.cpp408 real3 c_pos(c_hlen, 0, 0); in TEST() local
423 …new ConvexShapeCustom(ChCollisionShape::Type::CYLINDER, c_pos, c_rot, real3(c_rad, c_hlen, c_rad)); in TEST()
440 …new ConvexShapeCustom(ChCollisionShape::Type::CYLINDER, c_pos, c_rot, real3(c_rad, c_hlen, c_rad)); in TEST()
456 …new ConvexShapeCustom(ChCollisionShape::Type::CYLINDER, c_pos, c_rot, real3(c_rad, c_hlen, c_rad)); in TEST()
564 real3 c_pos(c_hlen, 0, 0); in TEST() local
578 …ConvexShapeCustom* shapeA = new ConvexShapeCustom(ChCollisionShape::Type::ROUNDEDCYL, c_pos, c_rot, in TEST()
594 …ConvexShapeCustom* shapeA = new ConvexShapeCustom(ChCollisionShape::Type::ROUNDEDCYL, c_pos, c_rot, in TEST()
609 …ConvexShapeCustom* shapeA = new ConvexShapeCustom(ChCollisionShape::Type::ROUNDEDCYL, c_pos, c_rot, in TEST()
629 …ConvexShapeCustom* shapeA = new ConvexShapeCustom(ChCollisionShape::Type::ROUNDEDCYL, c_pos, c_rot, in TEST()
644 …ConvexShapeCustom* shapeA = new ConvexShapeCustom(ChCollisionShape::Type::ROUNDEDCYL, c_pos, c_rot, in TEST()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/camera/
H A Dcamera.cpp63 c_pos = vmd_zero_vector; in reset()
168 c_pos = *in_position; in set_position()
169 pos_x.set(c_pos.xyz.x); in set_position()
170 pos_y.set(c_pos.xyz.y); in set_position()
171 pos_z.set(c_pos.xyz.z); in set_position()
307 c_pos = vmd_zero_vector; in get_info()
348 c_pos = pt; in get_info()
359 *position = c_pos; in get_info()
468 c_pos = *in_pos; in set_position()
502 vm_vec_add2( &c_pos, &delta_pos ); in do_frame()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/camera/
H A Dcamera.cpp79 c_pos = vmd_zero_vector; in reset()
184 c_pos = *in_position; in set_position()
185 pos_x.set(c_pos.xyz.x); in set_position()
186 pos_y.set(c_pos.xyz.y); in set_position()
187 pos_z.set(c_pos.xyz.z); in set_position()
311 c_pos = vmd_zero_vector; in get_info()
360 c_pos = pt; in get_info()
371 *position = c_pos; in get_info()
486 c_pos = *in_pos; in set_position()
520 vm_vec_add2( &c_pos, &delta_pos ); in do_frame()
[all …]
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/
H A Ddtd.pxi447 c_pos = c_elem.attributes
448 if not c_pos:
455 if not _isDtdNsDecl(c_pos):
457 c_attr.nexth = c_pos
459 while c_pos != c_attr and c_pos.nexth and _isDtdNsDecl(c_pos.nexth):
460 c_pos = c_pos.nexth
463 while c_pos != c_attr and c_pos.nexth:
464 c_pos = c_pos.nexth
465 if c_pos == c_attr:
467 c_attr.nexth = c_pos.nexth
[all …]
/dports/math/py-or-tools/or-tools-9.2/examples/flatzinc/
H A Dnchange.fzn20 array [1..4] of var 0..1: c_pos :: output_array([1..4]);
27 constraint int_eq_reif(c_pos[1], 1, BOOL____00002);
28 constraint int_eq_reif(c_pos[2], 1, BOOL____00004);
29 constraint int_eq_reif(c_pos[3], 1, BOOL____00006);
30 constraint int_eq_reif(c_pos[4], 1, BOOL____00008);
H A Dn_change.fzn20 array [1..4] of var 0..1: c_pos :: output_array([1..4]);
27 constraint int_eq_reif(c_pos[1], 1, BOOL____00002);
28 constraint int_eq_reif(c_pos[2], 1, BOOL____00004);
29 constraint int_eq_reif(c_pos[3], 1, BOOL____00006);
30 constraint int_eq_reif(c_pos[4], 1, BOOL____00008);
/dports/games/battletanks/btanks-0.9.8083/engine/src/
H A Dspecial_zone.cpp235 v2<int> c_pos(position.x, position.y); in onTick() local
236 c_pos += size / 2; in onTick()
241 if (right_pos.x >= c_pos.x && o_z != (position.z + 1) && vel.x > 0) in onTick()
243 if (right_pos.x < c_pos.x && o_z != position.z && vel.x < 0) in onTick()
246 if (left_pos.x < c_pos.x && o_z != (position.z + 1) && vel.x < 0) in onTick()
248 if (left_pos.x >= c_pos.x && o_z != position.z && vel.x > 0) in onTick()
/dports/science/chrono/chrono-7.0.1/src/demos/vehicle/tracked_models/
H A Ddemo_VEH_TrackedJSON_Band.cpp338 const ChVector<>& c_pos = vehicle.GetVehiclePos(); in main() local
342 csv << vehicle.GetSystem()->GetChTime() << c_pos.x() << c_pos.y() << c_pos.z() << endl; in main()
349 … cout << " chassis: " << c_pos.x() << " " << c_pos.y() << " " << c_pos.z() << endl; in main()
H A Ddemo_VEH_M113_Band.cpp350 const ChVector<>& c_pos = vehicle.GetVehiclePos(); in main() local
354 csv << vehicle.GetSystem()->GetChTime() << c_pos.x() << c_pos.y() << c_pos.z() << endl; in main()
361 … cout << " chassis: " << c_pos.x() << " " << c_pos.y() << " " << c_pos.z() << endl; in main()
/dports/math/pdal/PDAL-2.3.0/filters/private/csf/
H A DParticle.h55 int c_pos; variable
79 c_pos = 0; in Particle()
95 c_pos = 0; in Particle()
H A DCloth.cpp181 ptc_left->c_pos = sum - 1; in movableFilter()
183 neibor.push_back(ptc_left->c_pos); in movableFilter()
198 ptc_right->c_pos = sum - 1; in movableFilter()
200 neibor.push_back(ptc_right->c_pos); in movableFilter()
215 ptc_bottom->c_pos = sum - 1; in movableFilter()
217 neibor.push_back(ptc_bottom->c_pos); in movableFilter()
232 ptc_top->c_pos = sum - 1; in movableFilter()
234 neibor.push_back(ptc_top->c_pos); in movableFilter()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/plot/
H A DPositionalAsymmetryAlgorithm.java95 float[] c_pos = {0,0,0}; in getValues() local
132 ++c_pos[frame]; in getValues()
152 c_chi += (Math.pow((Math.abs(exp_c-c_pos[frame])-0.5),2))/exp_c; in getValues()
154 c_chi += (Math.pow((exp_c-c_pos[frame]),2))/exp_c; in getValues()
/dports/science/libecpint/libecpint-1.0.7/example/
H A Dexample.cpp137 size_t c_pos = token.find(','); in read_basis_file() local
138 if (c_pos != std::string::npos) { in read_basis_file()
139 exps.push_back(std::stod(token.substr(0, c_pos))); in read_basis_file()
140 coeffs.push_back(std::stod(token.substr(c_pos+1, token.length()))); in read_basis_file()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/fuzzy/src/
H A Dfuzzy_F0_math.cpp72 int c_pos, pos, pos2, wy; in FT02D_FL_process() local
85 c_pos = cy; in FT02D_FL_process()
109 c_r[c_pos] = (uchar)cvRound(sum_r * num_f); in FT02D_FL_process()
110 c_g[c_pos] = (uchar)cvRound(sum_g * num_f); in FT02D_FL_process()
113 c_pos++; in FT02D_FL_process()
200 int c_pos, pos, pos2, wy; in FT02D_FL_process_float() local
213 c_pos = cy; in FT02D_FL_process_float()
237 c_r[c_pos] = sum_r * num_f; in FT02D_FL_process_float()
238 c_g[c_pos] = sum_g * num_f; in FT02D_FL_process_float()
239 c_b[c_pos] = sum_b * num_f; in FT02D_FL_process_float()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/pigment/
H A DKoCmykColorSpaceTraits.h39 static const qint32 c_pos = 0; member
57 return d[c_pos]; in C()
62 d[c_pos] = nv; in setC()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DGradient.cpp151 const auto c_pos = std::max(cs.t, current_stop.fPosition), in onSync() local
153 c_pos_rel = c_pos - current_stop.fPosition, in onSync()
161 std::min(c_pos, o_pos), in onSync()
172 if (c_pos <= o_pos) { in onSync()
175 if (o_pos <= c_pos) { in onSync()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DGradient.cpp152 const auto c_pos = std::max(cs.t, current_stop.fPosition), in onSync() local
154 c_pos_rel = c_pos - current_stop.fPosition, in onSync()
162 std::min(c_pos, o_pos), in onSync()
173 if (c_pos <= o_pos) { in onSync()
176 if (o_pos <= c_pos) { in onSync()
/dports/cad/sumo/sumo-1.2.0/src/microsim/cfmodels/
H A DParBuffer.h48 size_t c_pos = str.find(SEP, pos); in next_escape() local
50 if (c_pos == std::string::npos) { in next_escape()
54 return c_pos; in next_escape()
56 return std::min(c_pos, e_pos); in next_escape()

1234567