Home
last modified time | relevance | path

Searched refs:pos_from (Results 1 – 25 of 124) sorted by relevance

12345

/dports/archivers/unmass/unmass-0.92/vc6_mfc/
H A Dwndsize.h7 enum pos_from { enum
26 pos_from from;
45 pos_from froml, pos_from fromr, pos_from fromu, pos_from fromd );
H A Dwndsize.cpp53 pos_from froml, pos_from fromr, pos_from fromu, pos_from fromd ) in SetWndEdgeAssignment()
/dports/biology/infernal/infernal-1.1.3/rmark/
H A Drmark-idpositives.pl287 my ($pos_from, $pos_to, $pos_fam, $pos_ori, $pos_idx, $overlap);
296 foreach $pos_from (@{$pos_order_AR}) {
297 …if(! exists($pos_to_HR->{$pos_from})) { die "ERROR, CheckIfPositive(), pos_to_HR->{$pos_from} doe…
298 …if(! exists($pos_fam_HR->{$pos_from})) { die "ERROR, CheckIfPositive(), pos_fam_HR->{$pos_from} do…
299 …if(! exists($pos_ori_HR->{$pos_from})) { die "ERROR, CheckIfPositive(), pos_ori_HR->{$pos_from} do…
300 $pos_to = $pos_to_HR->{$pos_from};
301 $pos_fam = $pos_fam_HR->{$pos_from};
302 $pos_ori = $pos_ori_HR->{$pos_from};
303 $pos_idx = $pos_idx_HR->{$pos_from};
305 $overlap = GetOverlap($target_from, $target_to, $pos_from, $pos_to);
/dports/math/py-sympy/sympy-1.9/sympy/physics/mechanics/tests/
H A Dtest_joint.py40 assert Pj.child_point.pos_from(C.masscenter) == Vector(0)
41 assert Pj.parent_point.pos_from(P.masscenter) == Vector(0)
43 assert C.masscenter.pos_from(P.masscenter) == Vector(0)
55 assert (P1.masscenter.pos_from(C1.masscenter) ==
139 assert C.masscenter.pos_from(rod.masscenter) == lA*A.z
162 assert C.masscenter.pos_from(P.masscenter) == 0
182 assert C.masscenter.pos_from(P.masscenter) == -A.x
202 assert C.masscenter.pos_from(P.masscenter) == N.x
221 assert C.masscenter.pos_from(P.masscenter) == N.x - A.x
380 assert C.masscenter.pos_from(P.masscenter) == x * N.x
[all …]
H A Dtest_body.py34 assert com.pos_from(com) == rigidbody_masscenter.pos_from(com)
58 assert com.pos_from(com) == particle_masscenter.pos_from(com)
88 assert force_point.pos_from(force_point) == point.pos_from(force_point)
115 assert force_point.pos_from(force_point) == point.pos_from(force_point)
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Drange_coll.hpp313 position_type pos_from = r.GetFrom(); in x_IntersectWith() local
315 lower_bound(begin_nc(), end_nc(), pos_from, p); in x_IntersectWith()
317 if(it_left->GetFrom() < pos_from) in x_IntersectWith()
318 it_left->SetFrom(pos_from); in x_IntersectWith()
328 position_type pos_from = r.GetFrom(); in x_CombineWith() local
331 if (pos_from == TRange::GetWholeFrom()) { in x_CombineWith()
332 pos_from++; // Prevent overflow in x_CombineWith()
355 position_type pos_from = r.GetFrom(); in x_Subtract() local
358 iterator it_begin_e = lower_bound(begin_nc(), end_nc(), pos_from, P); in x_Subtract()
365 it_begin_e->SetToOpen(pos_from); in x_Subtract()
[all …]
H A Drange_set.hpp335 position_type pos_from = r.GetFrom(); in x_CombineWith() local
339 if ( pos_from > r.GetPositionMin() ) { in x_CombineWith()
341 it_begin = find(pos_from-1); in x_CombineWith()
347 if ( it_begin->GetFrom() < pos_from ) { in x_CombineWith()
348 pos_from = it_begin->GetFrom(); in x_CombineWith()
358 return m_Ranges.insert(it_begin, TOpenRange(pos_from, pos_to_open)); in x_CombineWith()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/
H A Drange_coll.hpp313 position_type pos_from = r.GetFrom(); in x_IntersectWith() local
315 lower_bound(begin_nc(), end_nc(), pos_from, p); in x_IntersectWith()
317 if(it_left->GetFrom() < pos_from) in x_IntersectWith()
318 it_left->SetFrom(pos_from); in x_IntersectWith()
328 position_type pos_from = r.GetFrom(); in x_CombineWith() local
331 if (pos_from == TRange::GetWholeFrom()) { in x_CombineWith()
332 pos_from++; // Prevent overflow in x_CombineWith()
355 position_type pos_from = r.GetFrom(); in x_Subtract() local
358 iterator it_begin_e = lower_bound(begin_nc(), end_nc(), pos_from, P); in x_Subtract()
365 it_begin_e->SetToOpen(pos_from); in x_Subtract()
[all …]
H A Drange_set.hpp335 position_type pos_from = r.GetFrom(); in x_CombineWith() local
339 if ( pos_from > r.GetPositionMin() ) { in x_CombineWith()
341 it_begin = find(pos_from-1); in x_CombineWith()
347 if ( it_begin->GetFrom() < pos_from ) { in x_CombineWith()
348 pos_from = it_begin->GetFrom(); in x_CombineWith()
358 return m_Ranges.insert(it_begin, TOpenRange(pos_from, pos_to_open)); in x_CombineWith()
/dports/math/py-sympy/sympy-1.9/sympy/parsing/autolev/test-examples/
H A Druletest8.py29 a = _me.inertia_of_point_mass(particle_p1.mass, particle_p1.point.pos_from(point_o), frame_a)
30 a = _me.inertia_of_point_mass(particle_p2.mass, particle_p2.point.pos_from(point_o), frame_a)
31 a = body_r.inertia[0] + _me.inertia_of_point_mass(body_r.mass, body_r.masscenter.pos_from(point_o),…
32pos_from(point_o), frame_a) + _me.inertia_of_point_mass(particle_p2.mass, particle_p2.point.pos_fr…
33 … particle_p1.point.pos_from(point_o), frame_a) + body_r.inertia[0] + _me.inertia_of_point_mass(bod…
34 a = body_r.inertia[0] + _me.inertia_of_point_mass(body_r.mass, body_r.masscenter.pos_from(point_o),…
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcl/
H A DCoefArrInt.cpp104 void CoefArrInt::copy_coef (int pos_to, int pos_from) in copy_coef() argument
108 assert (pos_from >= 0); in copy_coef()
109 assert (pos_from < _size); in copy_coef()
111 if (pos_to != pos_from) in copy_coef()
114 const int pos_from_i16 = pos_from << _vect_shift; in copy_coef()
/dports/math/py-sympy/sympy-1.9/sympy/physics/vector/
H A Dpoint.py164 dist = self.pos_from(otherpoint)
215 dist = self.pos_from(otherpoint)
282 def pos_from(self, otherpoint): member in Point
445 dist = self.pos_from(otherpoint)
493 dist = self.pos_from(otherpoint)
558 for f in self.pos_from(neighbor).args:
564 vel = self.pos_from(neighbor).dt(frame)
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/coremodules/network/
H A Dpublictransportnet.py213 pos_from, pos_to = (self.positions_from[id_stop], self.positions_to[id_stop])
215 stoplength = pos_to-pos_from
219 if pos_from < pos_from_min:
296 for id_stop, id_lane, pos_from, pos_to, name_human, is_friendly_pos in zip(
308 fd.write(xm.num('startPos', pos_from))
409 pos_from = float(attrs['startPos'])
411 pos_from = None
432 position_from=pos_from,
/dports/security/zeronet/ZeroNet-0.7.1/plugins/Bigfile/
H A DBigfilePlugin.py208 pos_from, pos_to = map(int, file_range.split("-"))
354 pos_from, pos_to = map(int, file_range.split("-"))
356 return self.verifyPiece(inner_path, pos_from, file)
365 piece_i = int(pos_from / file_info["piece_size"])
431 pos_from, pos_to = map(int, file_range.split("-"))
445 file.seek(pos_from)
510 pos_from = piece_i * self.piece_size
511 pos_to = pos_from + self.piece_size
527 pos_from = piece_i * self.piece_size
528 pos_to = pos_from + self.piece_size
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/physics/mechanics/
H A Drigidbody.py116 self.masscenter.pos_from(I[1]),
213 r = self.masscenter.pos_from(point)
350 a, b, c = self.masscenter.pos_from(point).to_matrix(self.frame)
H A Dparticle.py160 return self.point.pos_from(point) ^ (self.mass * self.point.vel(frame))
276 return inertia_of_point_mass(self.mass, self.point.pos_from(point),
/dports/misc/veles/veles-2018.05.0/python/veles/proto/
H A Dnode.py80 def intersecting_with(cls, pos_from, pos_to): argument
88 end_from=pos_from+1,
/dports/cad/horizon-eda/horizon-2.1.0/src/core/tools/
H A Dtool_drag_polygon_edge.cpp61 const auto [pos_from, pos_to] = poly_info->get_pos(args.coords - pos_orig); in update()
62 poly->get_vertex(edge).position = pos_from; in update()
/dports/devel/aegis/aegis-4.25.D510/libaegis/aer/expr/
H A Din.cc74 e1->pos_from(nth_child(0)); in evaluate()
81 e2->pos_from(nth_child(1)); in evaluate()
/dports/math/py-sympy/sympy-1.9/sympy/parsing/autolev/test-examples/pydy-example-repo/
H A Dnon_min_pendulum.py19 particle_p.point.set_vel(frame_n, (point_pn.pos_from(particle_p.point)).dt(frame_n))
32 f_c = point_pn.pos_from(particle_p.point).magnitude()-l
/dports/science/py-phonopy/phonopy-2.11.0/c/
H A Dphonopy.h168 PHPYCONST double (*pos_from)[3],
179 PHPYCONST double (*pos_from)[3],
/dports/science/phonopy/phonopy-2.11.0/c/
H A Dphonopy.h168 PHPYCONST double (*pos_from)[3],
179 PHPYCONST double (*pos_from)[3],
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/
H A Dpr50672.C84 BoxPoint pos_from = arc_from->pos(); in makeLine() local
96 bool ok = center(pos_from, pos_hint, pos_to, cx, cy); in makeLine()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/
H A Dpr50672.C84 BoxPoint pos_from = arc_from->pos(); in makeLine() local
96 bool ok = center(pos_from, pos_hint, pos_to, cx, cy); in makeLine()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/
H A Dpr50672.C84 BoxPoint pos_from = arc_from->pos(); in makeLine() local
96 bool ok = center(pos_from, pos_hint, pos_to, cx, cy); in makeLine()

12345