Home
last modified time | relevance | path

Searched refs:right_pos (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/devel/aegis/aegis-4.25.D510/libaegis/
H A Dinterval.cc371 size_t right_pos = 0; in operator +() local
378 if (right_pos < rhs.length) in operator +()
399 if (right_pos < rhs.length) in operator +()
402 place = rhs.data[right_pos++]; in operator +()
459 size_t right_pos = 0; in operator *() local
467 if (right_pos < rhs.length) in operator *()
488 if (right_pos < rhs.length) in operator *()
491 place = rhs.data[right_pos++]; in operator *()
549 size_t right_pos = 0; in operator -() local
557 if (right_pos < rhs.length) in operator -()
[all …]
/dports/devel/srecord/srecord-1.64/srecord/
H A Dinterval.cc352 size_t right_pos = 0; in union_() local
360 if (right_pos < right.length) in union_()
365 promote(right.data[right_pos], right_pos); in union_()
385 if (right_pos < right.length) in union_()
435 size_t right_pos = 0; in intersection() local
443 if (right_pos < right.length) in intersection()
448 promote(right.data[right_pos], right_pos); in intersection()
468 if (right_pos < right.length) in intersection()
517 size_t right_pos = 0; in difference() local
525 if (right_pos < right.length) in difference()
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/_libs/
H A Djoin.pyx74 right_pos += rc
702 right_pos = 0
712 hash_table.set_item(right_by_values[right_pos], right_pos)
717 hash_table.set_item(right_by_values[right_pos], right_pos)
719 right_pos -= 1
781 hash_table.set_item(right_by_values[right_pos], right_pos)
786 hash_table.set_item(right_by_values[right_pos], right_pos)
788 right_pos += 1
882 right_pos = 0
897 right_pos -= 1
[all …]
/dports/sysutils/f3/f3-8.0/
H A Dlibprobe.c163 assert(left_pos < right_pos); in write_bisect_blocks()
164 assert(right_pos - left_pos >= 2); in write_bisect_blocks()
179 assert(last_pos < right_pos); in write_bisect_blocks()
752 if (left_pos >= right_pos) { in probe_device()
764 assert(mid_drive_pos < right_pos); in probe_device()
774 assert(mid_drive_pos <= right_pos); in probe_device()
775 reset_pos = right_pos; in probe_device()
784 if (mid_drive_pos < right_pos) in probe_device()
785 right_pos = mid_drive_pos; in probe_device()
803 if (right_pos == left_pos + 1) { in probe_device()
[all …]
/dports/x11/runner/runner-1.1/src/aguix/
H A Dutf8.cc159 int left_pos, right_pos, mid_pos; in findCharacterPosition() local
162 right_pos = char2byte_lookup.size() - 1; in findCharacterPosition()
164 if ( left_pos >= right_pos ) return 0; in findCharacterPosition()
166 if ( char2byte_lookup[right_pos] <= byte_pos ) return right_pos; in findCharacterPosition()
168 for (; right_pos - left_pos > 1;) { in findCharacterPosition()
169 mid_pos = ( left_pos + right_pos ) / 2; in findCharacterPosition()
171 right_pos = mid_pos; in findCharacterPosition()
/dports/x11-fm/worker/worker-4.10.0/src/aguix/
H A Dutf8.cc159 int left_pos, right_pos, mid_pos; in findCharacterPosition() local
162 right_pos = char2byte_lookup.size() - 1; in findCharacterPosition()
164 if ( left_pos >= right_pos ) return 0; in findCharacterPosition()
166 if ( char2byte_lookup[right_pos] <= byte_pos ) return right_pos; in findCharacterPosition()
168 for (; right_pos - left_pos > 1;) { in findCharacterPosition()
169 mid_pos = ( left_pos + right_pos ) / 2; in findCharacterPosition()
171 right_pos = mid_pos; in findCharacterPosition()
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/viewport/2d_in_3d/
H A Dpong.gd61 var right_pos = right_paddle.get_position()
62 if right_pos.y > 0 and Input.is_action_pressed("right_move_up"):
63 right_pos.y += -PAD_SPEED * delta
64 if right_pos.y < screen_size.y and Input.is_action_pressed("right_move_down"):
65 right_pos.y += PAD_SPEED * delta
67 right_paddle.set_position(right_pos)
/dports/devel/godot2-tools/godot-demo-projects-2.1.4-stable/2d/pong/
H A Dpong.gd54 var right_pos = get_node("right").get_pos()
56 if (right_pos.y > 0 and Input.is_action_pressed("right_move_up")):
57 right_pos.y += -PAD_SPEED*delta
58 if (right_pos.y < screen_size.y and Input.is_action_pressed("right_move_down")):
59 right_pos.y += PAD_SPEED*delta
61 get_node("right").set_pos(right_pos)
/dports/devel/godot2-tools/godot-demo-projects-2.1.4-stable/viewport/2d_in_3d/
H A Dpong.gd53 var right_pos = get_node("right").get_pos()
55 if (right_pos.y > 0 and Input.is_action_pressed("right_move_up")):
56 right_pos.y += -PAD_SPEED*delta
57 if (right_pos.y < screen_size.y and Input.is_action_pressed("right_move_down")):
58 right_pos.y += PAD_SPEED*delta
60 get_node("right").set_pos(right_pos)
/dports/lang/gnu-cobol/gnucobol-3.1.2/libcob/
H A Dscreenio.c1349 int right_pos; in find_field_by_pos() local
1357 && column <= right_pos) { in find_field_by_pos()
1474 COB_UNUSED (right_pos); in shift_left()
1598 int right_pos; local
1843 if (ccolumn < right_pos) {
2087 if (ccolumn == right_pos) {
2610 size_t right_pos; local
2739 right_pos = 0;
3012 if (count != right_pos) {
3052 if (ccolumn < right_pos) {
[all …]
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dseg003.c647 short right_pos; in check_can_guard_see_kid() local
670 right_pos = x_bump[Guard.curr_col + 5] + 7; in check_can_guard_see_kid()
671 if (left_pos > right_pos) { in check_can_guard_see_kid()
673 left_pos = right_pos; in check_can_guard_see_kid()
674 right_pos = temp; in check_can_guard_see_kid()
681 if (get_tile_at_kid(right_pos) == tiles_4_gate in check_can_guard_see_kid()
683 …ortop_disabling_guard && (get_tile_at_kid(right_pos) == tiles_7_doortop_with_floor || get_tile_at_… in check_can_guard_see_kid()
686 right_pos -= 14; in check_can_guard_see_kid()
688 if (right_pos >= left_pos) { in check_can_guard_see_kid()
689 while (left_pos <= right_pos) { in check_can_guard_see_kid()
/dports/biology/hisat2/hisat2-2.2.1/evaluation/tests/genotype_genome/
H A Dhisatgenotype_prev.py316 right_pos = left_pos
368 cmp_list.append(["soft", right_pos, length])
371 cmp_list.append(["intron", right_pos, length])
374 right_pos += length
391 right_pos - base_locus > len(ref_seq):
929 right_pos = left_pos
937 var_idx = lower_bound(chr_var_list, right_pos)
940 if var_pos >= right_pos + length:
942 if var_pos >= right_pos:
949 contradict = (right_pos < var_pos)
[all …]
/dports/audio/spectmorph/spectmorph-0.5.2/lib/
H A Dsmminiresampler.cc47 uint64 right_pos = left_pos + 1;
48 if (right_pos >= n_values) // read past eof
52 + fade * gsl_data_handle_peek_value (dhandle, right_pos, &peek_buffer)); in strip_trailopt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/base/
H A Dunique_position_unittest.cc348 UniquePosition right_pos = UniquePosition::InitialPosition(suffix_c); in TEST_P() local
349 UniquePosition left_pos = UniquePosition::Before(right_pos, suffix_a); in TEST_P()
353 UniquePosition::Between(left_pos, right_pos, suffix); in TEST_P()
355 ASSERT_PRED_FORMAT2(LessThan, new_pos, right_pos); in TEST_P()
359 VLOG(1) << "Lengths: " << GetLength(left_pos) << ", " << GetLength(right_pos); in TEST_P()
370 UniquePosition right_pos = UniquePosition::InitialPosition(suffix_a); in TEST_P() local
371 UniquePosition left_pos = UniquePosition::Before(right_pos, suffix_c); in TEST_P()
375 UniquePosition::Between(left_pos, right_pos, suffix); in TEST_P()
377 ASSERT_PRED_FORMAT2(LessThan, new_pos, right_pos); in TEST_P()
378 right_pos = new_pos; in TEST_P()
[all …]
/dports/games/battletanks/btanks-0.9.8083/engine/src/
H A Dspecial_zone.cpp230 v2<int> left_pos, right_pos; in onTick() local
232 o->get_position(right_pos); in onTick()
233 right_pos += o->size.convert<int>(); 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()
/dports/print/lyx/lyx-2.3.4.2/src/
H A DCursor.cpp546 getSurroundingPos(left_pos, right_pos); in posVisRight()
551 new_cur.pos() = right_pos; in posVisRight()
595 new_cur.pos() = right_pos + 1; in posVisRight()
618 new_cur.pos() = right_pos; in posVisRight()
642 getSurroundingPos(left_pos, right_pos); in posVisLeft()
753 right_pos = -1; in getSurroundingPos()
761 right_pos = row.pos(); in getSurroundingPos()
793 if (left_pos == right_pos) { in getSurroundingPos()
798 else if (pos() == cit->right_pos()) { in getSurroundingPos()
815 if (right_pos == left_pos) in getSurroundingPos()
[all …]
/dports/math/py-networkx/networkx-2.6.3/networkx/utils/
H A Dmapped_queue.py224 right_pos = child_pos + 1
225 if right_pos < end_pos:
226 right = heap[right_pos]
229 child_pos = right_pos
/dports/x11-fm/worker/worker-4.10.0/src/
H A Ddatei.cc642 int right_pos = len; // this is the 0 byte in shrinkFilename() local
647 str1 = str + right_pos; in shrinkFilename()
702 right_pos = startl - str; in shrinkFilename()
703 UTF8::movePosToNextChar( str, right_pos ); in shrinkFilename()
704 len1 = right_pos; in shrinkFilename()
718 right_pos = lastl - str; in shrinkFilename()
719 UTF8::movePosToNextChar( str, right_pos ); in shrinkFilename()
720 len1 = right_pos; in shrinkFilename()
759 right_pos = lastl - str; in shrinkFilename()
760 UTF8::movePosToNextChar( str, right_pos ); in shrinkFilename()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/desktop_capture/win/
H A Dfull_screen_win_application_handler.cc132 auto right_pos = title.rfind(kDocumentTitleSeparator); in GetDocumentFromSlideShowTitle() local
134 if (left_pos == std::string::npos || right_pos == std::string::npos) in GetDocumentFromSlideShowTitle()
137 if (right_pos > left_pos + kSeparatorLength) { in GetDocumentFromSlideShowTitle()
138 auto result_len = right_pos - left_pos - kSeparatorLength; in GetDocumentFromSlideShowTitle()
/dports/math/py-opt-einsum/opt_einsum-3.3.0/opt_einsum/
H A Dblas.py226 left_pos, right_pos = (), ()
229 right_pos += (input_right.find(s), )
230 new_view = np.tensordot(view_left, view_right, axes=(left_pos, right_pos))
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/gui7/
H A Dimages.py86 right_pos, right_value = template[0]
90 if i == right_pos:
94 while i >= right_pos:
95 left_pos = right_pos
98 right_pos, right_value = template.pop(0)
100 done = 1.0 * (i - left_pos) / (right_pos - left_pos)
/dports/biology/hisat2/hisat2-2.2.1/evaluation/tests/HLA_novel/
H A Dhisatgenotype_locus_prev.py878 if right_pos <= alt_right_pos:
946 right_pos = left_pos
963 right_pos += length
1212 right_pos = left_pos
1218 right_pos += length
1220 entry = [left_pos, right_pos, vars]
1543 right_pos = left_pos
1687 assert right_pos < mpileup
1712 right_pos += length
1733 if right_pos > len(ref_seq):
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/desktop_capture/win/
H A Dfull_screen_win_application_handler.cc154 auto right_pos = title.rfind(kDocumentTitleSeparator); in GetDocumentFromSlideShowTitle() local
156 if (left_pos == std::string::npos || right_pos == std::string::npos) in GetDocumentFromSlideShowTitle()
159 if (right_pos > left_pos + kSeparatorLength) { in GetDocumentFromSlideShowTitle()
160 auto result_len = right_pos - left_pos - kSeparatorLength; in GetDocumentFromSlideShowTitle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/desktop_capture/win/
H A Dfull_screen_win_application_handler.cc154 auto right_pos = title.rfind(kDocumentTitleSeparator); in GetDocumentFromSlideShowTitle() local
156 if (left_pos == std::string::npos || right_pos == std::string::npos) in GetDocumentFromSlideShowTitle()
159 if (right_pos > left_pos + kSeparatorLength) { in GetDocumentFromSlideShowTitle()
160 auto result_len = right_pos - left_pos - kSeparatorLength; in GetDocumentFromSlideShowTitle()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/desktop_capture/win/
H A Dfull_screen_win_application_handler.cc154 auto right_pos = title.rfind(kDocumentTitleSeparator); in GetDocumentFromSlideShowTitle() local
156 if (left_pos == std::string::npos || right_pos == std::string::npos) in GetDocumentFromSlideShowTitle()
159 if (right_pos > left_pos + kSeparatorLength) { in GetDocumentFromSlideShowTitle()
160 auto result_len = right_pos - left_pos - kSeparatorLength; in GetDocumentFromSlideShowTitle()

1234567