Home
last modified time | relevance | path

Searched refs:c_last (Results 1 – 25 of 107) sorted by relevance

12345

/dports/devel/boost-docs/boost_1_72_0/boost/sort/block_indirect_sort/blk_detail/
H A Dparallel_sort.hpp206 Iter_t c_first = first + 1, c_last = last - 1; in divide_sort() local
209 while (bk.cmp(val, *c_last)) --c_last; in divide_sort()
211 while (c_first < c_last) in divide_sort()
213 std::swap(*(c_first++), *(c_last--)); in divide_sort()
216 while (bk.cmp(val, *c_last)) in divide_sort()
217 --c_last; in divide_sort()
220 std::swap(*first, *c_last); in divide_sort()
227 function_divide_sort(first, c_last, level - 1, counter, bk.error); in divide_sort()
/dports/devel/hyperscan/boost_1_75_0/boost/sort/block_indirect_sort/blk_detail/
H A Dparallel_sort.hpp206 Iter_t c_first = first + 1, c_last = last - 1; in divide_sort() local
209 while (bk.cmp(val, *c_last)) --c_last; in divide_sort()
211 while (c_first < c_last) in divide_sort()
213 std::swap(*(c_first++), *(c_last--)); in divide_sort()
216 while (bk.cmp(val, *c_last)) in divide_sort()
217 --c_last; in divide_sort()
220 std::swap(*first, *c_last); in divide_sort()
227 function_divide_sort(first, c_last, level - 1, counter, bk.error); in divide_sort()
/dports/devel/R-cran-BH/BH/inst/include/boost/sort/block_indirect_sort/blk_detail/
H A Dparallel_sort.hpp206 Iter_t c_first = first + 1, c_last = last - 1; in divide_sort() local
209 while (bk.cmp(val, *c_last)) --c_last; in divide_sort()
211 while (c_first < c_last) in divide_sort()
213 std::swap(*(c_first++), *(c_last--)); in divide_sort()
216 while (bk.cmp(val, *c_last)) in divide_sort()
217 --c_last; in divide_sort()
220 std::swap(*first, *c_last); in divide_sort()
227 function_divide_sort(first, c_last, level - 1, counter, bk.error); in divide_sort()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/sort/block_indirect_sort/blk_detail/
H A Dparallel_sort.hpp206 Iter_t c_first = first + 1, c_last = last - 1; in divide_sort() local
209 while (bk.cmp(val, *c_last)) --c_last; in divide_sort()
211 while (c_first < c_last) in divide_sort()
213 std::swap(*(c_first++), *(c_last--)); in divide_sort()
216 while (bk.cmp(val, *c_last)) in divide_sort()
217 --c_last; in divide_sort()
220 std::swap(*first, *c_last); in divide_sort()
227 function_divide_sort(first, c_last, level - 1, counter, bk.error); in divide_sort()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/sort/block_indirect_sort/blk_detail/
H A Dparallel_sort.hpp206 Iter_t c_first = first + 1, c_last = last - 1; in divide_sort() local
209 while (bk.cmp(val, *c_last)) --c_last; in divide_sort()
211 while (c_first < c_last) in divide_sort()
213 std::swap(*(c_first++), *(c_last--)); in divide_sort()
216 while (bk.cmp(val, *c_last)) in divide_sort()
217 --c_last; in divide_sort()
220 std::swap(*first, *c_last); in divide_sort()
227 function_divide_sort(first, c_last, level - 1, counter, bk.error); in divide_sort()
/dports/devel/boost-libs/boost_1_72_0/boost/sort/block_indirect_sort/blk_detail/
H A Dparallel_sort.hpp206 Iter_t c_first = first + 1, c_last = last - 1; in divide_sort() local
209 while (bk.cmp(val, *c_last)) --c_last; in divide_sort()
211 while (c_first < c_last) in divide_sort()
213 std::swap(*(c_first++), *(c_last--)); in divide_sort()
216 while (bk.cmp(val, *c_last)) in divide_sort()
217 --c_last; in divide_sort()
220 std::swap(*first, *c_last); in divide_sort()
227 function_divide_sort(first, c_last, level - 1, counter, bk.error); in divide_sort()
/dports/devel/boost-python-libs/boost_1_72_0/boost/sort/block_indirect_sort/blk_detail/
H A Dparallel_sort.hpp206 Iter_t c_first = first + 1, c_last = last - 1; in divide_sort() local
209 while (bk.cmp(val, *c_last)) --c_last; in divide_sort()
211 while (c_first < c_last) in divide_sort()
213 std::swap(*(c_first++), *(c_last--)); in divide_sort()
216 while (bk.cmp(val, *c_last)) in divide_sort()
217 --c_last; in divide_sort()
220 std::swap(*first, *c_last); in divide_sort()
227 function_divide_sort(first, c_last, level - 1, counter, bk.error); in divide_sort()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/sort/block_indirect_sort/blk_detail/
H A Dparallel_sort.hpp206 Iter_t c_first = first + 1, c_last = last - 1; in divide_sort() local
209 while (bk.cmp(val, *c_last)) --c_last; in divide_sort()
211 while (c_first < c_last) in divide_sort()
213 std::swap(*(c_first++), *(c_last--)); in divide_sort()
216 while (bk.cmp(val, *c_last)) in divide_sort()
217 --c_last; in divide_sort()
220 std::swap(*first, *c_last); in divide_sort()
227 function_divide_sort(first, c_last, level - 1, counter, bk.error); in divide_sort()
/dports/devel/hpx/hpx-1.2.1/hpx/parallel/algorithms/
H A Dsort.hpp124 RandomIt c_first = first + 2, c_last = last - 2; in sort_thread() local
128 while (comp(val, *c_last)) in sort_thread()
129 --c_last; in sort_thread()
130 while (!(c_first > c_last)) in sort_thread()
132 std::iter_swap(c_first++, c_last--); in sort_thread()
135 while (comp(val, *c_last)) in sort_thread()
136 --c_last; in sort_thread()
139 std::iter_swap(first, c_last); in sort_thread()
146 std::ref(policy), first, c_last, comp); in sort_thread()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/main/windows/
H A DSDL_windows_main.c29 char *c_last = last; in UnEscapeQuotes() local
32 *c_last = *c_curr; in UnEscapeQuotes()
33 c_last = c_curr; in UnEscapeQuotes()
36 *c_last = '\0'; in UnEscapeQuotes()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/main/windows/
H A DSDL_windows_main.c29 char *c_last = last; in UnEscapeQuotes() local
32 *c_last = *c_curr; in UnEscapeQuotes()
33 c_last = c_curr; in UnEscapeQuotes()
36 *c_last = '\0'; in UnEscapeQuotes()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/sdl/SDL_main/
H A DSDL_windows_main.c28 char *c_last = last; in UnEscapeQuotes() local
31 *c_last = *c_curr; in UnEscapeQuotes()
32 c_last = c_curr; in UnEscapeQuotes()
35 *c_last = '\0'; in UnEscapeQuotes()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/main/windows/
H A DSDL_windows_main.c29 char *c_last = last; in UnEscapeQuotes() local
32 *c_last = *c_curr; in UnEscapeQuotes()
33 c_last = c_curr; in UnEscapeQuotes()
36 *c_last = '\0'; in UnEscapeQuotes()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/main/windows/
H A DSDL_windows_main.c29 char *c_last = last; in UnEscapeQuotes() local
32 *c_last = *c_curr; in UnEscapeQuotes()
33 c_last = c_curr; in UnEscapeQuotes()
36 *c_last = '\0'; in UnEscapeQuotes()
/dports/devel/stb/stb-f54acd4/tests/caveview/win32/
H A DSDL_windows_main.c67 char *c_last = last; in UnEscapeQuotes() local
70 *c_last = *c_curr; in UnEscapeQuotes()
71 c_last = c_curr; in UnEscapeQuotes()
74 *c_last = '\0'; in UnEscapeQuotes()
/dports/net-im/uTox/uTox/third-party/stb/tests/caveview/win32/
H A DSDL_windows_main.c67 char *c_last = last; in UnEscapeQuotes() local
70 *c_last = *c_curr; in UnEscapeQuotes()
71 c_last = c_curr; in UnEscapeQuotes()
74 *c_last = '\0'; in UnEscapeQuotes()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/tests/caveview/win32/
H A DSDL_windows_main.c67 char *c_last = last; in UnEscapeQuotes() local
70 *c_last = *c_curr; in UnEscapeQuotes()
71 c_last = c_curr; in UnEscapeQuotes()
74 *c_last = '\0'; in UnEscapeQuotes()
/dports/security/ridl/ridl-11b3240/stb/tests/caveview/win32/
H A DSDL_windows_main.c67 char *c_last = last; in UnEscapeQuotes() local
70 *c_last = *c_curr; in UnEscapeQuotes()
71 c_last = c_curr; in UnEscapeQuotes()
74 *c_last = '\0'; in UnEscapeQuotes()
/dports/devel/brz/breezy-3.2.0/breezy/
H A D_chunks_to_lines_pyx.pyx51 cdef char *c_last
73 c_last = c_str + the_len - 1
75 if newline != c_last:
101 c_last = c_str + the_len - 1
103 if newline == c_last:
117 if c_str > c_last: # We are done
119 the_len = c_last - c_str + 1
/dports/devel/hyperscan/hyperscan-5.4.0/src/util/
H A Ddump_charclass.cpp185 size_t c = c_start, c_last = 0; in describeChar() local
187 c_last = c; in describeChar()
189 if (c != c_last + 1 || c_last == 0xff) { in describeChar()
190 describeRange(os, c_start, c_last, out_type); in describeChar()
/dports/science/cp2k-data/cp2k-7.1.0/src/input/
H A Dinput_parsing.F327 TYPE(cp_sll_char_type), POINTER :: c_first, c_last, c_new local
481 NULLIFY (c_last, c_first)
484 c_last => c_first
488 c_last%rest => c_new
489 c_last => c_new
518 NULLIFY (c_last, c_first)
535 c_last => c_first
553 c_last%rest => c_new
554 c_last => c_new
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/input/
H A Dinput_parsing.F345 TYPE(cp_sll_char_type), POINTER :: c_first, c_last, c_new local
499 NULLIFY (c_last, c_first)
502 c_last => c_first
506 c_last%rest => c_new
507 c_last => c_new
536 NULLIFY (c_last, c_first)
553 c_last => c_first
571 c_last%rest => c_new
572 c_last => c_new
/dports/devel/sdl12-compat/sdl12-compat-release-1.2.52/src/SDLmain/win32/
H A DSDL_win32_main.c45 char *c_last = last; in UnEscapeQuotes() local
48 *c_last = *c_curr; in UnEscapeQuotes()
49 c_last = c_curr; in UnEscapeQuotes()
52 *c_last = '\0'; in UnEscapeQuotes()
/dports/devel/R-cran-cli/cli/R/
H A Dspinner.R179 c_last <- Sys.time() - as.difftime(1, units = "secs") functionVar
184 throttle <- function() Sys.time() - c_last < c_int
193 c_last <<- Sys.time()
201 c_last <<- Sys.time()
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DPSDAWavefunctionStepper.cpp100 double* c_last = (double*) sd_last->c().valptr(); in update() local
186 const double xlast = c_last[i]; in update()
195 c_last[i] = x; in update()
209 c_last[i] = x; in update()

12345