Home
last modified time | relevance | path

Searched refs:index_diff (Results 1 – 25 of 94) sorted by relevance

1234

/dports/graphics/py-pyglet/pyglet-1.5.21/examples/input/
H A Dapple_remote_demo.py105 self.index_diff = 0
151 self.index_diff += 1.0
156 self.index_diff += 1.0
170 self.index_diff = round(self.float_index) - self.float_index
171 if self.index_diff < 0:
175 self.index_diff = abs(self.index_diff)
209 if self.is_rotating or self.index_diff:
213 if self.index_diff:
214 self.index_diff -= abs(increment)
215 if self.index_diff < 0:
[all …]
/dports/graphics/py-pyglet150/pyglet-1.5.0/examples/
H A Dapple_remote_demo.py105 self.index_diff = 0
151 self.index_diff += 1.0
156 self.index_diff += 1.0
170 self.index_diff = round(self.float_index) - self.float_index
171 if self.index_diff < 0:
175 self.index_diff = abs(self.index_diff)
209 if self.is_rotating or self.index_diff:
213 if self.index_diff:
214 self.index_diff -= abs(increment)
215 if self.index_diff < 0:
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/ropey-1.3.1/examples/
H A Dsearch_and_replace.rs97 let mut index_diff: isize = 0; in search_and_replace() localVariable
100 let start_d = (head as isize + start as isize + index_diff) as usize; in search_and_replace()
101 let end_d = (head as isize + end as isize + index_diff) as usize; in search_and_replace()
109 index_diff = index_diff - match_len + replacement_text_len as isize; in search_and_replace()
113 head = (head as isize + index_diff + matches.last().unwrap().1 as isize) as usize; in search_and_replace()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/ropey-1.3.1/examples/
H A Dsearch_and_replace.rs97 let mut index_diff: isize = 0; in search_and_replace() localVariable
100 let start_d = (head as isize + start as isize + index_diff) as usize; in search_and_replace()
101 let end_d = (head as isize + end as isize + index_diff) as usize; in search_and_replace()
109 index_diff = index_diff - match_len + replacement_text_len as isize; in search_and_replace()
113 head = (head as isize + index_diff + matches.last().unwrap().1 as isize) as usize; in search_and_replace()
/dports/archivers/draco/draco-1.4.3/docs/spec/
H A Dsequential.decoder.md99 index_diff = (encoded_val >> 1);
101 index_diff = -index_diff;
102 val = index_diff + last_index_value;
/dports/devel/tig/tig-2.5.4/include/tig/
H A Drepo.h45 struct index_diff { struct
51 bool index_diff(struct index_diff *diff, bool untracked, bool count_all); argument
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/mesh/
H A Dmesh_sequential_decoder.cc138 int32_t index_diff = (encoded_val >> 1); in DecodeAndDecompressIndices() local
140 index_diff = -index_diff; in DecodeAndDecompressIndices()
141 const int32_t index_value = index_diff + last_index_value; in DecodeAndDecompressIndices()
H A Dmesh_sequential_encoder.cc110 const int32_t index_diff = index_value - last_index_value; in CompressAndEncodeIndices() local
113 (abs(index_diff) << 1) | (index_diff < 0 ? 1 : 0); in CompressAndEncodeIndices()
/dports/archivers/draco/draco-1.4.3/src/draco/compression/mesh/
H A Dmesh_sequential_decoder.cc156 int32_t index_diff = (encoded_val >> 1); in DecodeAndDecompressIndices() local
158 index_diff = -index_diff; in DecodeAndDecompressIndices()
160 const int32_t index_value = index_diff + last_index_value; in DecodeAndDecompressIndices()
H A Dmesh_sequential_encoder.cc107 const int32_t index_diff = index_value - last_index_value; in CompressAndEncodeIndices() local
110 (abs(index_diff) << 1) | (index_diff < 0 ? 1 : 0); in CompressAndEncodeIndices()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/mesh/
H A Dmesh_sequential_decoder.cc156 int32_t index_diff = (encoded_val >> 1); in DecodeAndDecompressIndices() local
158 index_diff = -index_diff; in DecodeAndDecompressIndices()
160 const int32_t index_value = index_diff + last_index_value; in DecodeAndDecompressIndices()
H A Dmesh_sequential_encoder.cc111 const int32_t index_diff = index_value - last_index_value; in CompressAndEncodeIndices() local
114 (abs(index_diff) << 1) | (index_diff < 0 ? 1 : 0); in CompressAndEncodeIndices()
/dports/math/polymake/polymake-4.5/apps/topaz/include/
H A Dconnected_sum.tcc63 Int index_diff = V1.back()-V2.front()+1; in connected_sum() local
71 --index_diff; in connected_sum()
73 vertex_map[*it] = *it+index_diff; in connected_sum()
/dports/www/awffull/awffull-3.10.2/src/
H A Dgraphs.c473 int index_diff; /* Difference between start/end in year_graph6x() local
666 index_diff = idx_end - idx_start; in year_graph6x()
668 index_diff = GRAPH_INDEX_MIN_BARS; in year_graph6x()
671 bar_width = calc_bar_width(main_width, index_diff, &bar_gap, &bar_sep, 2); in year_graph6x()
689 if ((history_list[i].month == 1) && (index_diff > 12)) { in year_graph6x()
747 bar_width = calc_bar_width(main_width, index_diff, &bar_gap, &bar_sep, 1); in year_graph6x()
751 if ((history_list[i].month == 1) && (index_diff > 12)) { in year_graph6x()
788 if ((history_list[i].month == 1) && (index_diff > 12)) { in year_graph6x()
824 if ((history_list[i].month == 1) && (index_diff > 12)) { in year_graph6x()
1151 index_diff = max_i; in month_graph6()
[all …]
/dports/japanese/awffull/awffull-3.10.2/src/
H A Dgraphs.c473 int index_diff; /* Difference between start/end in year_graph6x() local
666 index_diff = idx_end - idx_start; in year_graph6x()
668 index_diff = GRAPH_INDEX_MIN_BARS; in year_graph6x()
671 bar_width = calc_bar_width(main_width, index_diff, &bar_gap, &bar_sep, 2); in year_graph6x()
689 if ((history_list[i].month == 1) && (index_diff > 12)) { in year_graph6x()
747 bar_width = calc_bar_width(main_width, index_diff, &bar_gap, &bar_sep, 1); in year_graph6x()
751 if ((history_list[i].month == 1) && (index_diff > 12)) { in year_graph6x()
788 if ((history_list[i].month == 1) && (index_diff > 12)) { in year_graph6x()
824 if ((history_list[i].month == 1) && (index_diff > 12)) { in year_graph6x()
1151 index_diff = max_i; in month_graph6()
[all …]
/dports/devel/tig/tig-2.5.4/src/
H A Dwatch.c58 struct index_diff diff;
109 struct index_diff diff; in watch_index_handler()
118 if (!index_diff(&diff, opt_show_untracked, opt_status_show_untracked_files)) in watch_index_handler()
H A Drepo.c143 index_diff(struct index_diff *diff, bool untracked, bool count_all) in index_diff() function
/dports/math/singular/Singular-Release-4-2-1/omalloc/
H A DomBinPage.c351 unsigned long index_diff = high_index - low_index; in omBinPageIndexFault() local
358 om_BinPageIndicies = (unsigned long*) omAllocFromSystem((index_diff + 1)*SIZEOF_LONG); in omBinPageIndexFault()
359 om_Info.InternalUsedBytesMalloc+=(index_diff + 1)*SIZEOF_LONG; in omBinPageIndexFault()
362 for (i=0; i<=index_diff; i++) om_BinPageIndicies[i] = 0; in omBinPageIndexFault()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/dialogs/fullscreen/
H A Ddrug_casebook.lua358 local index_diff
360 index_diff = -7 + math.floor((y - 77) / 18)
362 index_diff = math.floor((y - 269) / 18) + 1
368 local new_index = self.selected_index + index_diff
/dports/sysutils/webmin/webmin-1.981/webminlog/lang/
H A Dja.auto13 index_diff=含む変更
H A Dzh_TW.auto13 index_diff=更改包含
H A Duk.auto13 index_diff=Зміни, що містять
H A Dzh.auto16 index_diff=更改包含
H A Dko26 index_diff=다음이 포함된 변경
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dstash.c767 git_diff *index_diff = NULL; in ensure_clean_index() local
772 &index_diff, repo, head_tree, index, NULL)) < 0) in ensure_clean_index()
775 if (git_diff_num_deltas(index_diff) > 0) { in ensure_clean_index()
777 git_diff_num_deltas(index_diff)); in ensure_clean_index()
782 git_diff_free(index_diff); in ensure_clean_index()

1234