Home
last modified time | relevance | path

Searched refs:iset (Results 1 – 25 of 1831) sorted by relevance

12345678910>>...74

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_instacorr.c38 mv = THD_dset_to_vectim_stend( dset , iset->mmm , iset->start , iset->end ) ; in THD_instacorr_tsprep()
60 if( iset->ftop <= iset->fbot ) iset->ftop = 999999.9f ; /* infinity */ in THD_instacorr_tsprep()
73 } else if( iset->gortim->nx >= ntime && iset->gortim->nx < ntime+iset->start ){ in THD_instacorr_tsprep()
95 gvec[iv] = MRI_FLOAT_PTR(iset->gortim) + iv*iset->gortim->nx + iset->start ; in THD_instacorr_tsprep()
134 iset->fbot, iset->ftop, iset->polort, in THD_instacorr_tsprep()
185 if( iset->mmm != NULL ){ free(iset->mmm) ; iset->mmm = NULL ; } in THD_instacorr_prepare()
241 iset->mv = THD_instacorr_tsprep( iset , iset->dset ) ; in THD_instacorr_prepare()
243 iset->ev = THD_instacorr_tsprep( iset , iset->eset ) ; in THD_instacorr_prepare()
291 nx = iset->mv->nx ; ny = iset->mv->ny ; nz = iset->mv->nz ; nxy = nx*ny ; in THD_instacorr_getseed()
362 mv = (iset->ev == NULL) ? iset->mv : iset->ev ; in THD_instacorr()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/test/
H A Dtest_is.py24 iset = self.iset.duplicate()
25 self.assertTrue(self.iset.equal(iset))
29 iset = self.iset.copy()
30 self.assertTrue(self.iset.equal(iset))
35 iset = self.iset.duplicate()
36 self.assertTrue(self.iset.equal(iset))
44 iset = self.iset.difference(self.iset)
60 iset = self.iset.duplicate()
61 iset.sum(self.iset)
66 iset = self.iset.expand(self.iset)
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/chibi/
H A Diset.sld9 (define-library (chibi iset)
11 (chibi iset base)
12 (chibi iset iterators)
15 %make-iset make-iset iset? iset-contains? Integer-Set
16 iset iset-copy list->iset list->iset!
17 iset-adjoin iset-adjoin! iset-delete iset-delete!
18 iset-union iset-union! iset-intersection iset-intersection!
19 iset-difference iset-difference!
20 iset-empty? iset-fold iset-fold-node iset-for-each iset-for-each-node
21 iset-map iset->list iset-size iset= iset<= iset>=
[all …]
H A Diset-test.sld5 (chibi iset) (chibi iset optimize)
11 (let* ((ls (iset->list iset))
28 ;; (<= a ...) (test-assert (iset<= is (iset a ...)))
31 ;; (u a ...) (iset-union is (iset a ...))
32 ;; (u: a b) (iset-union is (make-iset a b))
33 ;; (i a ...) (iset-intersection is (iset a ...))
34 ;; (d a ...) (iset-difference is (iset a ...))
36 ;; (s size) (test size (iset-size iset))
37 ;; (z [empty?]) (test empty? (iset-empty? iset))
243 (test-assert (iset-contains? (iset-union a b) 119))
[all …]
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/macros/CodeChunk/
H A Dinstrset_detect.cpp99 if (iset >= 0) { in instrset_detect()
108 if ((abcd[3] & (1 << 23)) == 0) return iset; // no MMX in instrset_detect()
111 if ((abcd[3] & (1 << 25)) == 0) return iset; // no SSE in instrset_detect()
113 if ((abcd[3] & (1 << 26)) == 0) return iset; // no SSE2 in instrset_detect()
115 if ((abcd[2] & (1 << 0)) == 0) return iset; // no SSE3 in instrset_detect()
126 if ((abcd[2] & (1 << 28)) == 0) return iset; // no AVX in instrset_detect()
130 iset = 8; in instrset_detect()
134 iset = 9; in instrset_detect()
137 iset = 10; in instrset_detect()
139 iset = 11; in instrset_detect()
[all …]
/dports/math/linbox/linbox-1.6.3/macros/CodeChunk/
H A Dinstrset_detect.cpp99 if (iset >= 0) { in instrset_detect()
108 if ((abcd[3] & (1 << 23)) == 0) return iset; // no MMX in instrset_detect()
111 if ((abcd[3] & (1 << 25)) == 0) return iset; // no SSE in instrset_detect()
113 if ((abcd[3] & (1 << 26)) == 0) return iset; // no SSE2 in instrset_detect()
115 if ((abcd[2] & (1 << 0)) == 0) return iset; // no SSE3 in instrset_detect()
126 if ((abcd[2] & (1 << 28)) == 0) return iset; // no AVX in instrset_detect()
130 iset = 8; in instrset_detect()
134 iset = 9; in instrset_detect()
137 iset = 10; in instrset_detect()
139 iset = 11; in instrset_detect()
[all …]
/dports/math/givaro/givaro-4.1.1/macros/CodeChunk/
H A Dinstrset_detect.cpp99 if (iset >= 0) { in instrset_detect()
108 if ((abcd[3] & (1 << 23)) == 0) return iset; // no MMX in instrset_detect()
111 if ((abcd[3] & (1 << 25)) == 0) return iset; // no SSE in instrset_detect()
113 if ((abcd[3] & (1 << 26)) == 0) return iset; // no SSE2 in instrset_detect()
115 if ((abcd[2] & (1 << 0)) == 0) return iset; // no SSE3 in instrset_detect()
126 if ((abcd[2] & (1 << 28)) == 0) return iset; // no AVX in instrset_detect()
130 iset = 8; in instrset_detect()
134 iset = 9; in instrset_detect()
137 iset = 10; in instrset_detect()
139 iset = 11; in instrset_detect()
[all …]
/dports/biology/iqtree/IQ-TREE-2.0.6/vectorclass/
H A Dinstrset_detect.cpp99 if (iset >= 0) { in instrset_detect()
108 if ((abcd[3] & (1 << 23)) == 0) return iset; // no MMX in instrset_detect()
111 if ((abcd[3] & (1 << 25)) == 0) return iset; // no SSE in instrset_detect()
113 if ((abcd[3] & (1 << 26)) == 0) return iset; // no SSE2 in instrset_detect()
115 if ((abcd[2] & (1 << 0)) == 0) return iset; // no SSE3 in instrset_detect()
126 if ((abcd[2] & (1 << 28)) == 0) return iset; // no AVX in instrset_detect()
130 iset = 8; in instrset_detect()
134 iset = 9; in instrset_detect()
137 iset = 10; in instrset_detect()
139 iset = 11; in instrset_detect()
[all …]
/dports/multimedia/tcmplex-panteltje/tcmplex-panteltje-0.4.7/
H A Dparams.c1730 if (iset.frame_rate != ratetab[iset.frame_rate_code-1]) in validate_settings()
1759 if (iset.constant_bitrate == iset.VBR_multiplex) in validate_settings()
1776 iset.bit_rate = iset.max_bit_rate; in validate_settings()
1782 if (iset.prog_seq != iset.prog_frame) in validate_settings()
1787 iset.prog_seq = 0; in validate_settings()
1788 iset.prog_frame = 0; in validate_settings()
1793 if (!iset.use_computed_bitrate && iset.user_mux_rate == 0.0) in validate_settings()
1804 for (i=1; i<3; i++) iset.qscale_tab[i] = iset.qscale_tab[0]; in validate_settings()
1895 return(&iset); in bb_get_profile()
2010 GetTempSettings(&iset); in bb_set_profile()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_interval_set_test.cc198 iset.PopFront(); in TEST_F()
201 iset.PopFront(); in TEST_F()
204 iset.PopFront(); in TEST_F()
246 iset.Add(90, 150); in TEST_F()
255 iset.Clear(); in TEST_F()
263 iset.Clear(); in TEST_F()
282 std::vector<QuicInterval<int>> expected(iset.begin(), iset.end()); in TEST_F()
285 std::copy(iset.begin(), iset.end(), back_inserter(actual1)); in TEST_F()
289 std::copy(iset.begin(), iset.end(), back_inserter(actual2)); in TEST_F()
792 iset.Add(0, 500); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_interval_set_test.cc198 iset.PopFront(); in TEST_F()
201 iset.PopFront(); in TEST_F()
204 iset.PopFront(); in TEST_F()
246 iset.Add(90, 150); in TEST_F()
255 iset.Clear(); in TEST_F()
263 iset.Clear(); in TEST_F()
282 std::vector<QuicInterval<int>> expected(iset.begin(), iset.end()); in TEST_F()
285 std::copy(iset.begin(), iset.end(), back_inserter(actual1)); in TEST_F()
289 std::copy(iset.begin(), iset.end(), back_inserter(actual2)); in TEST_F()
792 iset.Add(0, 500); in TEST()
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dhfx_get_pmax_val.f9035 pmax_1 = ptr_p_1(kset, iset)
37 pmax_3 = ptr_p_3(lset, iset)
41 pmax_1 = ptr_p_1(iset, kset)
43 pmax_3 = ptr_p_3(lset, iset)
47 pmax_1 = ptr_p_1(kset, iset)
49 pmax_3 = ptr_p_3(lset, iset)
53 pmax_1 = ptr_p_1(iset, kset)
55 pmax_3 = ptr_p_3(lset, iset)
59 pmax_1 = ptr_p_1(kset, iset)
61 pmax_3 = ptr_p_3(iset, lset)
[all …]
H A Dlri_optimize_ri_basis_types.F163 DO iset = 1, gto_basis_set%nset
181 DO iset = 1, gto_basis_set%nset
182 nl = lmax(iset) - lmin(iset) + 1
183 lri_opt%subset(iset)%nl = nl
224 DO iset = 1, nset
226 DO il = 1, lri_opt%subset(iset)%nl
229 gs_scale = DOT_PRODUCT(gcc(:, ishell2, iset), gcc(:, ishell1, iset))/ &
230 DOT_PRODUCT(gcc(:, ishell1, iset), gcc(:, ishell1, iset))
231 gcc(:, ishell2, iset) = gcc(:, ishell2, iset) - &
239 gcc(:, ishell, iset) = gcc(:, ishell, iset)/ &
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dhfx_get_pmax_val.f9035 pmax_1 = ptr_p_1(kset, iset)
37 pmax_3 = ptr_p_3(lset, iset)
41 pmax_1 = ptr_p_1(iset, kset)
43 pmax_3 = ptr_p_3(lset, iset)
47 pmax_1 = ptr_p_1(kset, iset)
49 pmax_3 = ptr_p_3(lset, iset)
53 pmax_1 = ptr_p_1(iset, kset)
55 pmax_3 = ptr_p_3(lset, iset)
59 pmax_1 = ptr_p_1(kset, iset)
61 pmax_3 = ptr_p_3(iset, lset)
[all …]
H A Dlri_optimize_ri_basis_types.F163 DO iset = 1, gto_basis_set%nset
181 DO iset = 1, gto_basis_set%nset
182 nl = lmax(iset) - lmin(iset) + 1
183 lri_opt%subset(iset)%nl = nl
224 DO iset = 1, nset
226 DO il = 1, lri_opt%subset(iset)%nl
229 gs_scale = DOT_PRODUCT(gcc(:, ishell2, iset), gcc(:, ishell1, iset))/ &
230 DOT_PRODUCT(gcc(:, ishell1, iset), gcc(:, ishell1, iset))
231 gcc(:, ishell2, iset) = gcc(:, ishell2, iset) - &
239 gcc(:, ishell, iset) = gcc(:, ishell, iset)/ &
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/base/
H A Dinterval_set_test.cc162 iset.Add(100, 200); in TEST_F()
165 iset.Add(100, 150); in TEST_F()
166 iset.Add(150, 200); in TEST_F()
167 iset.Add(130, 170); in TEST_F()
168 iset.Add(90, 150); in TEST_F()
169 iset.Add(170, 220); in TEST_F()
170 iset.Add(300, 400); in TEST_F()
177 iset.Clear(); in TEST_F()
185 iset.Clear(); in TEST_F()
212 std::copy(iset.begin(), iset.end(), back_inserter(actual2)); in TEST_F()
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/aobasis/
H A Dsoft_basis_set.F109 minzet = orb_basis%zet(orb_basis%npgf(iset), iset)
153 radius = exp_radius(orb_basis%lmax(iset), orb_basis%zet(ipgf, iset), &
203 soft_basis%lmax(iset) = lmax(iset)
204 soft_basis%lmin(iset) = lmin(iset)
205 soft_basis%npgf(iset) = npgf(iset)
206 soft_basis%nshell(iset) = nshell(iset)
208 soft_basis%n(ishell, iset) = n(ishell, iset)
209 soft_basis%l(ishell, iset) = l(ishell, iset)
211 soft_basis%gcc(ipgf, ishell, iset) = gcc(ipgf, ishell, iset)
215 soft_basis%zet(ipgf, iset) = zet(ipgf, iset)
[all …]
H A Daux_basis_set.F82 DO iset = 1, nsets
84 DO l = lmin(iset), lmax(iset)
85 aux_basis%nshell(iset) = aux_basis%nshell(iset) + nl(l, iset)
97 DO iset = 1, nsets
99 DO l = lmin(iset), lmax(iset)
110 DO iset = 1, nsets
112 DO l = lmin(iset), lmax(iset)
120 zetab = zet(i, iset) + zet(j, iset)
157 DO iset = 1, nsets
173 maxco = MAX(maxco, npgf(iset)*ncoset(lmax(iset)))
[all …]
H A Dbasis_set_types.F391 pbasis%lmax(iset) = iset - 1
392 pbasis%lmin(iset) = iset - 1
393 pbasis%npgf(iset) = nprim(iset - 1)
394 pbasis%nshell(iset) = nprim(iset - 1)
409 pbasis%l(ip, iset) = iset - 1
410 pbasis%n(ip, iset) = iset + ip - 1
1689 DO lshell = lmin(iset), lmax(iset)
2471 CALL get_sto_ng(zet(iset), ng, nq(iset), lq(iset), zetg, gcc)
2472 gto_basis_set%lmax(iset) = lq(iset)
2473 gto_basis_set%lmin(iset) = lq(iset)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/aobasis/
H A Dsoft_basis_set.F109 minzet = orb_basis%zet(orb_basis%npgf(iset), iset)
153 radius = exp_radius(orb_basis%lmax(iset), orb_basis%zet(ipgf, iset), &
203 soft_basis%lmax(iset) = lmax(iset)
204 soft_basis%lmin(iset) = lmin(iset)
205 soft_basis%npgf(iset) = npgf(iset)
206 soft_basis%nshell(iset) = nshell(iset)
208 soft_basis%n(ishell, iset) = n(ishell, iset)
209 soft_basis%l(ishell, iset) = l(ishell, iset)
211 soft_basis%gcc(ipgf, ishell, iset) = gcc(ipgf, ishell, iset)
215 soft_basis%zet(ipgf, iset) = zet(ipgf, iset)
[all …]
H A Daux_basis_set.F82 DO iset = 1, nsets
84 DO l = lmin(iset), lmax(iset)
85 aux_basis%nshell(iset) = aux_basis%nshell(iset) + nl(l, iset)
97 DO iset = 1, nsets
99 DO l = lmin(iset), lmax(iset)
110 DO iset = 1, nsets
112 DO l = lmin(iset), lmax(iset)
120 zetab = zet(i, iset) + zet(j, iset)
157 DO iset = 1, nsets
173 maxco = MAX(maxco, npgf(iset)*ncoset(lmax(iset)))
[all …]
H A Dbasis_set_types.F386 pbasis%lmax(iset) = iset - 1
387 pbasis%lmin(iset) = iset - 1
388 pbasis%npgf(iset) = nprim(iset - 1)
389 pbasis%nshell(iset) = nprim(iset - 1)
404 pbasis%l(ip, iset) = iset - 1
405 pbasis%n(ip, iset) = iset + ip - 1
1681 DO lshell = lmin(iset), lmax(iset)
2458 CALL get_sto_ng(zet(iset), ng, nq(iset), lq(iset), zetg, gcc)
2459 gto_basis_set%lmax(iset) = lq(iset)
2460 gto_basis_set%lmin(iset) = lq(iset)
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/chibi/iset/
H A Dconstructors.sld2 (define-library (chibi iset constructors)
6 (import (chibi iset base) (chibi iset iterators))
13 iset iset-copy list->iset list->iset! iset-map
14 iset-adjoin iset-adjoin! iset-delete iset-delete!
15 iset-union iset-union! iset-intersection iset-intersection!
16 iset-difference iset-difference!
18 iset-copy-node iset-squash-bits! iset-insert-left! iset-insert-right!))
H A Diterators.sld2 (define-library (chibi iset iterators)
6 (import (chibi iset base))
13 iset-empty? iset-fold iset-fold-node iset-for-each iset-for-each-node
14 iset->list iset-size iset= iset<= iset>=
16 iset-cursor iset-cursor? iset-cursor-next iset-ref end-of-iset?))
/dports/math/gambit/gambit-16.0.1/library/src/
H A Dbehavitr.cc38 for (int iset = 1; iset <= player->NumInfosets(); iset++) { in BehaviorProfileIterator() local
39 activeForPl[iset] = m_support.MayReach(player->GetInfoset(iset)); in BehaviorProfileIterator()
60 for (int iset = 1; iset <= player->NumInfosets(); iset++) { in BehaviorProfileIterator() local
61 activeForPl[iset] = p_support.MayReach(player->GetInfoset(iset)); in BehaviorProfileIterator()
76 for (int iset = 1; iset <= m_support.GetGame()->GetPlayer(pl)->NumInfosets(); iset++) { in First() local
78 m_currentBehav(pl, iset) = 1; in First()
79 if (m_isActive[pl][iset]) { in First()
102 if (m_currentBehav(pl, iset) < m_support.NumActions(pl, iset)) { in operator ++()
108 m_currentBehav(pl, iset) = 1; in operator ++()
113 iset--; in operator ++()
[all …]

12345678910>>...74