Home
last modified time | relevance | path

Searched refs:other_pos (Results 1 – 25 of 54) sorted by relevance

123

/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/
H A Dposition_2d.h30 Position2D(const Position2D& other_pos) { in Position2D()
32 if (&other_pos == this) in Position2D()
35 x = other_pos.x; in Position2D()
36 y = other_pos.y; in Position2D()
50 float x2 = other_pos.x - x; in GetDistance2()
52 float y2 = other_pos.y - y; in GetDistance2()
59 if (&other_pos == this)
62 x = other_pos.x;
63 y = other_pos.y;
70 if (&other_pos == this)
[all …]
/dports/x11-fm/worker/worker-4.10.0/src/
H A Ddircompareop.cc375 size_t other_pos = 0; in compareDirs() local
413 for ( other_pos = 0; other_pos < other_dir->size() && m_stop == false; other_pos++ ) { in compareDirs()
434 for ( other_pos = 0; other_pos < other_dir->size(); other_pos++ ) { in compareDirs()
436 other_pos ); in compareDirs()
489 other_pos = 0; in compareDirs()
500 other_pos++; in compareDirs()
508 if ( other_pos >= other_dir->size() ) { in compareDirs()
531 size_t other_start_pos = other_pos; in compareDirs()
596 other_pos = other_end_pos; in compareDirs()
617 for ( ; other_pos < other_dir_elements.size() && m_stop == false; other_pos++ ) { in compareDirs()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/
H A Dfasta_aln_builder.cpp69 (TSignedSeqPos reference_pos, TSignedSeqPos other_pos) in x_State() argument
75 if (other_pos != kNoPos) { in x_State()
99 TSignedSeqPos other_pos) in AddData() argument
102 x_EnsurePos(other_pos, m_LastOtherPos, alignment_pos); in AddData()
104 EState state = x_State(reference_pos, other_pos); in AddData()
112 m_DS->SetStarts().push_back(other_pos); in AddData()
119 m_LastOtherPos = other_pos; in AddData()
H A Dfasta_aln_builder.hpp59 TSignedSeqPos other_pos);
78 EState x_State(TSignedSeqPos reference_pos, TSignedSeqPos other_pos);
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/readers/
H A Dfasta_aln_builder.cpp69 (TSignedSeqPos reference_pos, TSignedSeqPos other_pos) in x_State() argument
75 if (other_pos != kNoPos) { in x_State()
99 TSignedSeqPos other_pos) in AddData() argument
102 x_EnsurePos(other_pos, m_LastOtherPos, alignment_pos); in AddData()
104 EState state = x_State(reference_pos, other_pos); in AddData()
112 m_DS->SetStarts().push_back(other_pos); in AddData()
119 m_LastOtherPos = other_pos; in AddData()
H A Dfasta_aln_builder.hpp59 TSignedSeqPos other_pos);
78 EState x_State(TSignedSeqPos reference_pos, TSignedSeqPos other_pos);
/dports/net/ipsumdump/ipsumdump-1.86/src/
H A Daggtree.cc986 other_pos--; in preorder_step()
987 while (other_pos > 0 && other_stack[other_pos - 1]->child[1] == other_stack[other_pos]) in preorder_step()
988 other_pos--; in preorder_step()
1002 const Node *other = (other_pos ? other_stack[other_pos - 1] : 0); in node_keep_common_hosts()
1023 int other_pos = 1; in keep_common_hosts() local
1032 const Node *other = (other_pos ? other_stack[other_pos - 1] : 0); in node_drop_common_hosts()
1051 int other_pos = 1; in drop_common_hosts() local
1069 const Node *other = (other_pos ? other_stack[other_pos - 1] : 0); in node_drop_common_unequal_hosts()
1089 int other_pos = 1; in drop_common_unequal_hosts() local
1098 const Node *other = (other_pos ? other_stack[other_pos - 1] : 0); in node_take_nonzero_sizes()
[all …]
/dports/games/tanks-of-freedom/Tanks-of-Freedom-0.7.0-beta/scripts/
H A Dterrain.gd55 var other_pos
60 other_pos = fence.get_initial_pos()
61 if other_pos == this_pos + Vector2(-1, 0):
63 if other_pos == this_pos + Vector2(1, 0):
65 if other_pos == this_pos + Vector2(0, -1):
67 if other_pos == this_pos + Vector2(0, 1):
/dports/security/olm/olm-3.2.6/include/olm/
H A Dlist.hh102 T * const other_pos = other._data; in operator =() local
103 while (other_pos != other._end) { in operator =()
106 ++other_pos; in operator =()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dmconsist.c302 Int4 other_pos; in MapAnchorToLoc() local
321 other_pos = -1; in MapAnchorToLoc()
333 other_pos = find_this_position_by_anchor (x, x_a, num, anchor_pos, other_bsp->length); in MapAnchorToLoc()
336 if(other_pos != -1) in MapAnchorToLoc()
337 return other_pos; in MapAnchorToLoc()
345 return other_pos; in MapAnchorToLoc()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/EDMS/Source/
H A Dintrsect.cc37 …(int32_t object, int32_t other_object, Q my_rad, Q your_rad, Fixpoint *my_pos, Fixpoint *other_pos,
178 …(int32_t object, int32_t other_object, Q my_rad, Q your_rad, Fixpoint *my_pos, Fixpoint *other_pos, in do_work() argument
183 dx = my_pos[0] - other_pos[0]; in do_work()
184 dy = my_pos[1] - other_pos[1]; in do_work()
185 dz = my_pos[2] - other_pos[2]; in do_work()
/dports/games/simutrans/simutrans-121.0/gui/
H A Dsimwin.cc1135 scr_coord other_pos; in snap_check_win() local
1140 other_pos.x = 0; in snap_check_win()
1141 other_pos.y = env_t::iconsize.h; in snap_check_win()
1143 other_size.y = display_get_height()-win_get_statusbar_height()-other_pos.y; in snap_check_win()
1151 other_pos = wins[i].pos; in snap_check_win()
1158 if( from_pos.y+from_size.y>=other_pos.y && from_pos.y<=other_pos.y+other_size.y ) { in snap_check_win()
1174 if( from_pos.y+to_size.y>other_pos.y && from_pos.y<other_pos.y+other_size.y ) { in snap_check_win()
1180 if( to_pos.y+from_size.y>other_pos.y && to_pos.y<other_pos.y+other_size.y ) { in snap_check_win()
1190 if( from_pos.x+from_size.x>=other_pos.x && from_pos.x<=other_pos.x+other_size.x ) { in snap_check_win()
1206 if( from_pos.x+to_size.x>other_pos.x && from_pos.x<other_pos.x+other_size.x ) { in snap_check_win()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/float-cmp-0.5.3/src/
H A Dulps_ord.rs93 let other_pos = other.is_sign_positive(); in approx_cmp_ulps() localVariable
95 let udiff: i32 = match (self_pos, other_pos) { in approx_cmp_ulps()
207 let other_pos = other.is_sign_positive(); in approx_cmp_ulps() localVariable
209 let udiff: i64 = match (self_pos, other_pos) { in approx_cmp_ulps()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/float-cmp-0.5.3/src/
H A Dulps_ord.rs93 let other_pos = other.is_sign_positive(); in approx_cmp_ulps() localVariable
95 let udiff: i32 = match (self_pos, other_pos) { in approx_cmp_ulps()
207 let other_pos = other.is_sign_positive(); in approx_cmp_ulps() localVariable
209 let udiff: i64 = match (self_pos, other_pos) { in approx_cmp_ulps()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/geo-booleanop-0.3.0/src/boolean/
H A Dsweep_event.rs37 other_pos: i32, field
74 other_pos: 0, in new_rc()
148 self.mutable.borrow().other_pos in get_other_pos()
151 pub fn set_other_pos(&self, other_pos: i32) { in set_other_pos()
152 self.mutable.borrow_mut().other_pos = other_pos in set_other_pos()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/GLUP/shaders/fullscreen/
H A Ddepth_dependent_blur_fragment_shader.h35 float get_z_dist(in vec2 center_pos, in vec2 other_pos) { in get_z_dist() argument
36 return abs(get_z_coeff(center_pos) - get_z_coeff(other_pos)); in get_z_dist()
/dports/devel/mdds/mdds-1.7.0/include/mdds/
H A Dmulti_type_vector.hpp1044 … void swap(size_type start_pos, size_type end_pos, multi_type_vector& other, size_type other_pos);
1176 multi_type_vector& other, size_type start_pos, size_type end_pos, size_type other_pos,
1180 multi_type_vector& other, size_type start_pos, size_type end_pos, size_type other_pos,
1184 multi_type_vector& other, size_type start_pos, size_type end_pos, size_type other_pos,
1188 multi_type_vector& other, size_type start_pos, size_type end_pos, size_type other_pos,
H A Dmulti_type_vector_def.inl2416 other, start_pos, end_pos, other_pos, block_index1,
2425 *this, other_pos, other_pos+len-1, start_pos, dblock_index1,
2432 other, start_pos, end_pos, other_pos,
2454 size_t other_end_pos = other_pos + end_pos - start_pos;
2457 size_type dst_offset = other_pos - start_pos_in_other_block;
2598 other_pos, other_pos+len-1, dst_block_index1, dst_block_index2, *this, start_pos);
2603 size_type dst_offset1 = other_pos - dst_start_pos_in_block1;
2694 size_type dst_offset1 = other_pos - start_pos_in_dblock1;
4382 size_type other_end_pos = other_pos + end_pos - start_pos;
4395 size_type dest_block_index1 = other.get_block_position(other_pos);
[all …]
/dports/german/BBBike/BBBike-3.18/
H A Dcbbbike235 my $other_pos;
236 foreach $other_pos (@{$crossings{$coord}}) {
237 my $other_str = $str->get($other_pos)->[0];
/dports/games/minetest_game/minetest_game-5.4.1/mods/beds/
H A Dfunctions.lua92 for _, other_pos in pairs(beds.bed_position) do
93 if vector.distance(bed_pos, other_pos) < 0.1 then
/dports/games/kollision/kollision-21.12.3/src/
H A Dmainarea.cpp466 QPointF other_pos = other->position(); in tick() local
468 if (collide(pos, other_pos, m_ballDiameter, m_ballDiameter, collision)) { in tick()
492 other->setPosition(other_pos + adj); in tick()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A Dslip_stream.cpp385 core::vector3df other_pos = kart->getNode()->getPosition(); in updateSlipstreamingTextures() local
386 other_pos.Y = kart->getHoT()+above_terrain; in updateSlipstreamingTextures()
387 core::vector3df diff = other_pos - my_pos; in updateSlipstreamingTextures()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccutil/
H A Dunicharset.h97 inline bool equals(const char *other_unichar, int other_pos, in equals() argument
100 this->pos == other_pos && this->total == other_total); in equals()
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_vertex.erl16 fold/4,other/2,other_pos/3,
121 other_pos(V, #edge{vs=V,ve=Other}, Tab) -> pos(Other, Tab); function
122 other_pos(V, #edge{ve=V,vs=Other}, Tab) -> pos(Other, Tab). function
/dports/www/firefox-esr/firefox-91.8.0/js/src/irregexp/imported/
H A Dregexp-compiler.cc1749 QuickCheckDetails::Position* other_pos = other->positions(i); in Merge() local
1750 if (pos->mask != other_pos->mask || pos->value != other_pos->value || in Merge()
1751 !other_pos->determines_perfectly) { in Merge()
1756 pos->mask &= other_pos->mask; in Merge()
1758 other_pos->value &= pos->mask; in Merge()
1759 uint32_t differing_bits = (pos->value ^ other_pos->value); in Merge()

123