Home
last modified time | relevance | path

Searched refs:cit (Results 1 – 25 of 3103) sorted by relevance

12345678910>>...125

/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_cite.F90226 cit%ID = lID
233 cit%year = 2002
243 cit%year = 2002
253 cit%year = 1999
263 cit%year = 1998
265 cit%issue = "3"
273 cit%year = 2016
275 cit%issue = "2"
288 cit%year = 2017
342 cit%ID = 0
[all …]
/dports/mail/courier/courier-0.65.3/threadlib/
H A Dpthread.c164 cthreadinfo_t *cit; in cthread_init() local
177 if ( (cit->metadata_buf=malloc(metasize * cit->nthreads)) == 0) in cthread_init()
184 cit->newcnt=cit->nthreads; in cthread_init()
185 if ( (cit->newbuf=(int *)malloc(cit->nthreads * sizeof(int))) == 0) in cthread_init()
194 cit->newbuf[i]=i; in cthread_init()
197 if (initcondmutex(&cit->newtask_cond, &cit->newtask_mutex)) in cthread_init()
233 cit->threads[i].metadata=(void *) (cit->metadata_buf+i*metasize); in cthread_init()
234 cit->threads[i].myinfo=cit; in cthread_init()
255 return (cit); in cthread_init()
294 while (cit->newcnt < cit->nthreads) in cthread_wait()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/vector/
H A D70303.cc38 CIt cit = CIt(); in test01() local
39 VERIFY(cit == cit); in test01()
40 VERIFY(!(cit != cit)); in test01()
41 VERIFY(cit - cit == 0); in test01()
42 VERIFY(!(cit < cit)); in test01()
43 VERIFY(!(cit > cit)); in test01()
44 VERIFY(cit <= cit); in test01()
45 VERIFY(cit >= cit); in test01()
47 VERIFY(it == cit); in test01()
49 VERIFY(cit == it); in test01()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/23_containers/vector/
H A D70303.cc38 CIt cit = CIt(); in test01() local
39 VERIFY(cit == cit); in test01()
40 VERIFY(!(cit != cit)); in test01()
41 VERIFY(cit - cit == 0); in test01()
42 VERIFY(!(cit < cit)); in test01()
43 VERIFY(!(cit > cit)); in test01()
44 VERIFY(cit <= cit); in test01()
45 VERIFY(cit >= cit); in test01()
47 VERIFY(it == cit); in test01()
49 VERIFY(cit == it); in test01()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/23_containers/deque/
H A D70303.cc38 CIt cit = CIt(); in test01() local
39 VERIFY(cit == cit); in test01()
40 VERIFY(!(cit != cit)); in test01()
41 VERIFY(cit - cit == 0); in test01()
42 VERIFY(!(cit < cit)); in test01()
43 VERIFY(!(cit > cit)); in test01()
44 VERIFY(cit <= cit); in test01()
45 VERIFY(cit >= cit); in test01()
47 VERIFY(it == cit); in test01()
49 VERIFY(cit == it); in test01()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/23_containers/vector/
H A D70303.cc38 CIt cit = CIt(); in test01() local
39 VERIFY(cit == cit); in test01()
40 VERIFY(!(cit != cit)); in test01()
41 VERIFY(cit - cit == 0); in test01()
42 VERIFY(!(cit < cit)); in test01()
43 VERIFY(!(cit > cit)); in test01()
44 VERIFY(cit <= cit); in test01()
45 VERIFY(cit >= cit); in test01()
47 VERIFY(it == cit); in test01()
49 VERIFY(cit == it); in test01()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/23_containers/deque/
H A D70303.cc38 CIt cit = CIt(); in test01() local
39 VERIFY(cit == cit); in test01()
40 VERIFY(!(cit != cit)); in test01()
41 VERIFY(cit - cit == 0); in test01()
42 VERIFY(!(cit < cit)); in test01()
43 VERIFY(!(cit > cit)); in test01()
44 VERIFY(cit <= cit); in test01()
45 VERIFY(cit >= cit); in test01()
47 VERIFY(it == cit); in test01()
49 VERIFY(cit == it); in test01()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/deque/
H A D70303.cc38 CIt cit = CIt(); in test01() local
39 VERIFY(cit == cit); in test01()
40 VERIFY(!(cit != cit)); in test01()
41 VERIFY(cit - cit == 0); in test01()
42 VERIFY(!(cit < cit)); in test01()
43 VERIFY(!(cit > cit)); in test01()
44 VERIFY(cit <= cit); in test01()
45 VERIFY(cit >= cit); in test01()
47 VERIFY(it == cit); in test01()
49 VERIFY(cit == it); in test01()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/vector/
H A D70303.cc38 CIt cit = CIt(); in test01() local
39 VERIFY(cit == cit); in test01()
40 VERIFY(!(cit != cit)); in test01()
41 VERIFY(cit - cit == 0); in test01()
42 VERIFY(!(cit < cit)); in test01()
43 VERIFY(!(cit > cit)); in test01()
44 VERIFY(cit <= cit); in test01()
45 VERIFY(cit >= cit); in test01()
47 VERIFY(it == cit); in test01()
49 VERIFY(cit == it); in test01()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/deque/
H A D70303.cc38 CIt cit = CIt(); in test01() local
39 VERIFY(cit == cit); in test01()
40 VERIFY(!(cit != cit)); in test01()
41 VERIFY(cit - cit == 0); in test01()
42 VERIFY(!(cit < cit)); in test01()
43 VERIFY(!(cit > cit)); in test01()
44 VERIFY(cit <= cit); in test01()
45 VERIFY(cit >= cit); in test01()
47 VERIFY(it == cit); in test01()
49 VERIFY(cit == it); in test01()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/containers/
H A Diterator.rel_ops.compile.pass.cpp49 (void)(it == cit); in test_eq()
50 (void)(it != cit); in test_eq()
53 (void)(cit == cit); in test_eq()
54 (void)(cit != cit); in test_eq()
71 (void)(cit < cit); in test_lt()
72 (void)(cit <= cit); in test_lt()
73 (void)(cit > cit); in test_lt()
74 (void)(cit >= cit); in test_lt()
79 (void)(it - cit); in test_lt()
80 (void)(cit - it); in test_lt()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/containers/
H A Diterator.rel_ops.compile.pass.cpp49 (void)(it == cit); in test_eq()
50 (void)(it != cit); in test_eq()
53 (void)(cit == cit); in test_eq()
54 (void)(cit != cit); in test_eq()
71 (void)(cit < cit); in test_lt()
72 (void)(cit <= cit); in test_lt()
73 (void)(cit > cit); in test_lt()
74 (void)(cit >= cit); in test_lt()
79 (void)(it - cit); in test_lt()
80 (void)(cit - it); in test_lt()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/containers/
H A Diterator.rel_ops.compile.pass.cpp49 (void)(it == cit); in test_eq()
50 (void)(it != cit); in test_eq()
53 (void)(cit == cit); in test_eq()
54 (void)(cit != cit); in test_eq()
71 (void)(cit < cit); in test_lt()
72 (void)(cit <= cit); in test_lt()
73 (void)(cit > cit); in test_lt()
74 (void)(cit >= cit); in test_lt()
79 (void)(it - cit); in test_lt()
80 (void)(cit - it); in test_lt()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/containers/
H A Diterator.rel_ops.compile.pass.cpp49 (void)(it == cit); in test_eq()
50 (void)(it != cit); in test_eq()
53 (void)(cit == cit); in test_eq()
54 (void)(cit != cit); in test_eq()
71 (void)(cit < cit); in test_lt()
72 (void)(cit <= cit); in test_lt()
73 (void)(cit > cit); in test_lt()
74 (void)(cit >= cit); in test_lt()
79 (void)(it - cit); in test_lt()
80 (void)(cit - it); in test_lt()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DDiscreteSetRandomVariable.hpp203 for (cit=vals_probs.begin(); cit!=vals_probs.end(); ++cit) { in cdf()
220 for (cit=vals_probs.begin(); cit!=vals_probs.end(); ++cit) { in ccdf()
237 for (cit=vals_probs.begin(); cit!=vals_probs.end(); ++cit) { in inverse_cdf()
256 for (cit=vals_probs.begin(); cit!=vals_probs.end(); ++cit) { in inverse_ccdf()
287 mode = (Real)cit->first; mode_prob = cit->second; ++cit; in mode()
288 for (; cit != vals_probs.end(); ++cit) in mode()
386 for (cit = vals_probs.begin(); cit != vals_probs.end(); ++cit) { in moments_from_params()
408 for (cit=vals_probs.begin(); cit!=vals_probs.end(); ++cit, ++index) { in cdf()
424 for (cit=vals_probs.begin(); cit!=vals_probs.end(); ++cit, ++index) { in ccdf()
441 for (cit=vals_probs.begin(); cit!=vals_probs.end(); ++cit, ++index) { in inverse_cdf()
[all …]
/dports/print/lyx/lyx-2.3.4.2/src/
H A DDepTable.cpp105 for (; cit != end; ++cit) { in sumchange()
106 if (cit->second.changed()) in sumchange()
116 if (cit != deplist.end()) { in haschanged()
128 for (; cit != end; ++cit) { in extchanged()
142 for (; cit != end; ++cit) { in ext_exist()
160 while (cit != end) { in remove_files_with_extension()
170 ++cit; in remove_files_with_extension()
179 while (cit != end) { in remove_file()
189 ++cit; in remove_file()
199 for (; cit != end; ++cit) { in write()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/23_containers/multiset/operations/
H A D2.cc51 auto cit = cx.find(3L); in test01() local
52 VERIFY( cit != cx.end() && *cit == 3 ); in test01()
53 cit = cx.find(2L); in test01()
54 VERIFY( cit == cx.end() ); in test01()
93 VERIFY( cit != cx.end() && *cit == 1 ); in test03()
94 cit = cx.lower_bound(2L); in test03()
95 VERIFY( cit != cx.end() && *cit == 3 ); in test03()
116 VERIFY( cit != cx.end() && *cit == 3 ); in test04()
139 VERIFY( cit.first != cit.second && *cit.first == 3 ); in test05()
140 VERIFY( std::distance(cit.first, cit.second) == 2 ); in test05()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/multiset/operations/
H A D2.cc51 auto cit = cx.find(3L); in test01() local
52 VERIFY( cit != cx.end() && *cit == 3 ); in test01()
53 cit = cx.find(2L); in test01()
54 VERIFY( cit == cx.end() ); in test01()
93 VERIFY( cit != cx.end() && *cit == 1 ); in test03()
94 cit = cx.lower_bound(2L); in test03()
95 VERIFY( cit != cx.end() && *cit == 3 ); in test03()
116 VERIFY( cit != cx.end() && *cit == 3 ); in test04()
139 VERIFY( cit.first != cit.second && *cit.first == 3 ); in test05()
140 VERIFY( std::distance(cit.first, cit.second) == 2 ); in test05()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/multiset/operations/
H A D2.cc51 auto cit = cx.find(3L); in test01() local
52 VERIFY( cit != cx.end() && *cit == 3 ); in test01()
53 cit = cx.find(2L); in test01()
54 VERIFY( cit == cx.end() ); in test01()
93 VERIFY( cit != cx.end() && *cit == 1 ); in test03()
94 cit = cx.lower_bound(2L); in test03()
95 VERIFY( cit != cx.end() && *cit == 3 ); in test03()
116 VERIFY( cit != cx.end() && *cit == 3 ); in test04()
139 VERIFY( cit.first != cit.second && *cit.first == 3 ); in test05()
140 VERIFY( std::distance(cit.first, cit.second) == 2 ); in test05()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/23_containers/multiset/operations/
H A D2.cc51 auto cit = cx.find(3L); in test01() local
52 VERIFY( cit != cx.end() && *cit == 3 ); in test01()
53 cit = cx.find(2L); in test01()
54 VERIFY( cit == cx.end() ); in test01()
93 VERIFY( cit != cx.end() && *cit == 1 ); in test03()
94 cit = cx.lower_bound(2L); in test03()
95 VERIFY( cit != cx.end() && *cit == 3 ); in test03()
116 VERIFY( cit != cx.end() && *cit == 3 ); in test04()
139 VERIFY( cit.first != cit.second && *cit.first == 3 ); in test05()
140 VERIFY( std::distance(cit.first, cit.second) == 2 ); in test05()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/23_containers/multiset/operations/
H A D2.cc51 auto cit = cx.find(3L); in test01() local
52 VERIFY( cit != cx.end() && *cit == 3 ); in test01()
53 cit = cx.find(2L); in test01()
54 VERIFY( cit == cx.end() ); in test01()
93 VERIFY( cit != cx.end() && *cit == 1 ); in test03()
94 cit = cx.lower_bound(2L); in test03()
95 VERIFY( cit != cx.end() && *cit == 3 ); in test03()
116 VERIFY( cit != cx.end() && *cit == 3 ); in test04()
139 VERIFY( cit.first != cit.second && *cit.first == 3 ); in test05()
140 VERIFY( std::distance(cit.first, cit.second) == 2 ); in test05()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/23_containers/multiset/operations/
H A D2.cc51 auto cit = cx.find(3L); in test01() local
52 VERIFY( cit != cx.end() && *cit == 3 ); in test01()
53 cit = cx.find(2L); in test01()
54 VERIFY( cit == cx.end() ); in test01()
93 VERIFY( cit != cx.end() && *cit == 1 ); in test03()
94 cit = cx.lower_bound(2L); in test03()
95 VERIFY( cit != cx.end() && *cit == 3 ); in test03()
116 VERIFY( cit != cx.end() && *cit == 3 ); in test04()
139 VERIFY( cit.first != cit.second && *cit.first == 3 ); in test05()
140 VERIFY( std::distance(cit.first, cit.second) == 2 ); in test05()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/23_containers/multiset/operations/
H A D2.cc51 auto cit = cx.find(3L); in test01() local
52 VERIFY( cit != cx.end() && *cit == 3 ); in test01()
53 cit = cx.find(2L); in test01()
54 VERIFY( cit == cx.end() ); in test01()
93 VERIFY( cit != cx.end() && *cit == 1 ); in test03()
94 cit = cx.lower_bound(2L); in test03()
95 VERIFY( cit != cx.end() && *cit == 3 ); in test03()
116 VERIFY( cit != cx.end() && *cit == 3 ); in test04()
139 VERIFY( cit.first != cit.second && *cit.first == 3 ); in test05()
140 VERIFY( std::distance(cit.first, cit.second) == 2 ); in test05()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/23_containers/multiset/operations/
H A D2.cc51 auto cit = cx.find(3L); in test01() local
52 VERIFY( cit != cx.end() && *cit == 3 ); in test01()
53 cit = cx.find(2L); in test01()
54 VERIFY( cit == cx.end() ); in test01()
93 VERIFY( cit != cx.end() && *cit == 1 ); in test03()
94 cit = cx.lower_bound(2L); in test03()
95 VERIFY( cit != cx.end() && *cit == 3 ); in test03()
116 VERIFY( cit != cx.end() && *cit == 3 ); in test04()
139 VERIFY( cit.first != cit.second && *cit.first == 3 ); in test05()
140 VERIFY( std::distance(cit.first, cit.second) == 2 ); in test05()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/multiset/operations/
H A D2.cc51 auto cit = cx.find(3L); in test01() local
52 VERIFY( cit != cx.end() && *cit == 3 ); in test01()
53 cit = cx.find(2L); in test01()
54 VERIFY( cit == cx.end() ); in test01()
93 VERIFY( cit != cx.end() && *cit == 1 ); in test03()
94 cit = cx.lower_bound(2L); in test03()
95 VERIFY( cit != cx.end() && *cit == 3 ); in test03()
116 VERIFY( cit != cx.end() && *cit == 3 ); in test04()
139 VERIFY( cit.first != cit.second && *cit.first == 3 ); in test05()
140 VERIFY( std::distance(cit.first, cit.second) == 2 ); in test05()
[all …]

12345678910>>...125