Home
last modified time | relevance | path

Searched refs:bf2 (Results 1 – 25 of 1299) sorted by relevance

12345678910>>...52

/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/cints/
H A Dpermute2e.cc81 for (int bf2 = 0; bf2 < tsize2; bf2++, target_offset+=(nbf34-tsize3*nbf4)) { in sort_contrquartets_to_shellquartet_() local
178 for (int bf2=0; bf2<nbf2; bf2++) { in permute_1234_to_1243_() local
181 double *target_ints_ptr = target_ints_buf + ((bf1*nbf2 + bf2)*nbf3 + bf3)*nbf4 + bf4; in permute_1234_to_1243_()
195 for (int bf2=0; bf2<nbf2; bf2++) { in permute_1234_to_2134_() local
199 double *target_ints_ptr = target_ints_buf + ((bf1*nbf2 + bf2)*nbf3 + bf3)*nbf4 + bf4; in permute_1234_to_2134_()
213 for (int bf2=0; bf2<nbf2; bf2++) { in permute_1234_to_2143_() local
217 double *target_ints_ptr = target_ints_buf + ((bf1*nbf2 + bf2)*nbf3 + bf3)*nbf4 + bf4; in permute_1234_to_2143_()
234 for (int bf2=0; bf2<nbf2; bf2++) { in permute_1234_to_3412_() local
251 for (int bf2=0; bf2<nbf2; bf2++) { in permute_1234_to_4312_() local
270 for (int bf2=0; bf2<nbf2; bf2++) { in permute_1234_to_3421_() local
[all …]
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/mbptr12/
H A Dmultipole_ints.cc109 for(int bf2=0; bf2<=bf2max; bf2++, bf2_index++) { in compute_multipole_ints() local
136 for(int bf2=0; bf2<=bf1; bf2++) { in compute_multipole_ints() local
137 mx(bf2,bf1) = mx(bf1,bf2); in compute_multipole_ints()
138 my(bf2,bf1) = my(bf1,bf2); in compute_multipole_ints()
139 mz(bf2,bf1) = mz(bf1,bf2); in compute_multipole_ints()
140 mxx(bf2,bf1) = mxx(bf1,bf2); in compute_multipole_ints()
141 myy(bf2,bf1) = myy(bf1,bf2); in compute_multipole_ints()
142 mzz(bf2,bf1) = mzz(bf1,bf2); in compute_multipole_ints()
228 for(int bf2=0; bf2<=bf2max; bf2++, bf2_index++) { in compute_overlap_ints() local
246 for(int bf2=0; bf2<=bf1; bf2++) { in compute_overlap_ints() local
[all …]
H A Dfock.cc89 for(int bf2=0; bf2<=bf2max; bf2++, bf2_index++, ptr++) { in fock_() local
102 for(int bf2=0; bf2<=bf1; bf2++) { in fock_() local
103 h(bf2,bf1) = h(bf1,bf2); in fock_()
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/mbpt/
H A Dcsgrad34qb.cc120 int bf1, bf2, bf3, bf4; in run() local
202 for (bf2=0; bf2<ns; bf2++) { in run()
203 gamma_iqrs_ptr = &gamma_iqrs[bf2 + ns*nbasis*(bf1 + nr*i)]; in run()
222 for (bf2=0; bf2<nr; bf2++) { in run()
223 r = bf2 + r_offset; in run()
274 for (bf2 = 0; bf2 < nq; bf2++) { in run()
275 q = q_offset + bf2; in run()
278 int_index = ns*nr*(bf2+1 + nq*bf1); in run()
348 for (bf2=0; bf2<nr; bf2++) { in run()
391 for (bf2=0; bf2<nq; bf2++) { in run()
[all …]
/dports/devel/py-preshed/preshed-3.0.5/preshed/tests/
H A Dtest_bloom.py41 bf2 = BloomFilter()
43 assert ii not in bf2
44 bf2.from_bytes(data)
46 assert ii in bf2
47 assert bf2.to_bytes() == data
54 bf2 = pickle.loads(data)
56 assert ii in bf2
/dports/graphics/jogamp-jogl/gluegen/src/junit/com/jogamp/common/util/
H A DTestBitfield00.java141 Assert.assertEquals(bitSize128, bf2.size()); in test10_Setup()
146 Assert.assertEquals(0, bf2.bitCount()); in test10_Setup()
149 bf2.clearField(true); in test10_Setup()
151 Assert.assertEquals(bf2.size(), bf2.bitCount()); in test10_Setup()
154 bf2.clearField(false); in test10_Setup()
156 Assert.assertEquals(0, bf2.bitCount()); in test10_Setup()
267 bf2.put32( 0, d.bitSize, d.val); in test_Aligned32bit()
269 Assert.assertEquals(oneBitCount*1, bf2.bitCount()); in test_Aligned32bit()
271 bf2.put32(64, d.bitSize, d.val); in test_Aligned32bit()
273 Assert.assertEquals(oneBitCount*2, bf2.bitCount()); in test_Aligned32bit()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CoverageMapping/
H A Dbranch-logical-mixed.cpp18 bool bf2 = false; in func() local
28bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = #2, (#1 - #2) in func()
35bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = (#11 - #12), #12 in func()
42bf2) || // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = #31, (#30 - #31) in func()
55bf2) && // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = (#47 - #48), #48 in func()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Profile/
H A Dbranch-logical-mixed.cpp20 bool bf2 = false; in func() local
30 bf2; // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 2 in func()
37 bf2; // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 12 in func()
44 bf2) || // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 31 in func()
57 bf2) && // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 48 in func()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Profile/
H A Dbranch-logical-mixed.cpp20 bool bf2 = false; in func() local
30 bf2; // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 2 in func()
37 bf2; // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 12 in func()
44 bf2) || // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 31 in func()
57 bf2) && // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 48 in func()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CoverageMapping/
H A Dbranch-logical-mixed.cpp18 bool bf2 = false; in func() local
28bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = #2, (#1 - #2) in func()
35bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = (#11 - #12), #12 in func()
42bf2) || // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = #31, (#30 - #31) in func()
55bf2) && // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = (#47 - #48), #48 in func()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CoverageMapping/
H A Dbranch-logical-mixed.cpp18 bool bf2 = false; in func() local
28bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = #2, (#1 - #2) in func()
35bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = (#11 - #12), #12 in func()
42bf2) || // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = #31, (#30 - #31) in func()
55bf2) && // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = (#47 - #48), #48 in func()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Profile/
H A Dbranch-logical-mixed.cpp20 bool bf2 = false; in func() local
30 bf2; // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 2 in func()
37 bf2; // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 12 in func()
44 bf2) || // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 31 in func()
57 bf2) && // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 48 in func()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CoverageMapping/
H A Dbranch-logical-mixed.cpp18 bool bf2 = false; in func() local
28bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = #2, (#1 - #2) in func()
35bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = (#11 - #12), #12 in func()
42bf2) || // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = #31, (#30 - #31) in func()
55bf2) && // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = (#47 - #48), #48 in func()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CoverageMapping/
H A Dbranch-logical-mixed.cpp18 bool bf2 = false; in func() local
28bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = #2, (#1 - #2) in func()
35bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = (#11 - #12), #12 in func()
42bf2) || // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = #31, (#30 - #31) in func()
55bf2) && // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = (#47 - #48), #48 in func()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Profile/
H A Dbranch-logical-mixed.cpp20 bool bf2 = false; in func() local
30 bf2; // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 2 in func()
37 bf2; // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 12 in func()
44 bf2) || // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 31 in func()
57 bf2) && // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 48 in func()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Profile/
H A Dbranch-logical-mixed.cpp20 bool bf2 = false; in func() local
30 bf2; // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 2 in func()
37 bf2; // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 12 in func()
44 bf2) || // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 31 in func()
57 bf2) && // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 48 in func()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CoverageMapping/
H A Dbranch-logical-mixed.cpp18 bool bf2 = false; in func() local
28bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = #2, (#1 - #2) in func()
35bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = (#11 - #12), #12 in func()
42bf2) || // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = #31, (#30 - #31) in func()
55bf2) && // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = (#47 - #48), #48 in func()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Profile/
H A Dbranch-logical-mixed.cpp20 bool bf2 = false; in func() local
30 bf2; // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 2 in func()
37 bf2; // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 12 in func()
44 bf2) || // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 31 in func()
57 bf2) && // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 48 in func()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Profile/
H A Dbranch-logical-mixed.cpp20 bool bf2 = false; in func() local
30 bf2; // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 2 in func()
37 bf2; // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 12 in func()
44 bf2) || // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 31 in func()
57 bf2) && // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 48 in func()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CoverageMapping/
H A Dbranch-logical-mixed.cpp18 bool bf2 = false; in func() local
28bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = #2, (#1 - #2) in func()
35bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = (#11 - #12), #12 in func()
42bf2) || // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = #31, (#30 - #31) in func()
55bf2) && // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = (#47 - #48), #48 in func()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Profile/
H A Dbranch-logical-mixed.cpp20 bool bf2 = false; in func() local
30 bf2; // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 2 in func()
37 bf2; // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 12 in func()
44 bf2) || // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 31 in func()
57 bf2) && // CHECK: store {{.*}} @[[FUNC]], i64 0, i64 48 in func()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CoverageMapping/
H A Dbranch-logical-mixed.cpp18 bool bf2 = false; in func() local
28bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = #2, (#1 - #2) in func()
35bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = (#11 - #12), #12 in func()
42bf2) || // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = #31, (#30 - #31) in func()
55bf2) && // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = (#47 - #48), #48 in func()
/dports/textproc/p5-Bloom-Filter/Bloom-Filter-1.2/t/
H A Ddefaults.t15 my $bf2 = Bloom::Filter->new( capacity => 1092, error_rate => .00001);
17 is( $bf2->capacity(), 1092, "Custom capacity ok" );
18 is( $bf2->error_rate(), 0.00001, "Custom error rate ok" );
19 is( $bf2->length(), 26172, "Length calculated properly" );
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/context/access/
H A DDefaultLocatorFactoryTests.java33 BeanFactoryLocator bf2 = DefaultLocatorFactory.getInstance(); in testGetInstance() local
34 assertTrue(bf.equals(bf2)); in testGetInstance()
42 BeanFactoryLocator bf2 = DefaultLocatorFactory.getInstance("my-bean-refs.xml"); in testGetInstanceString() local
43 assertTrue(bf.equals(bf2)); in testGetInstanceString()
/dports/graphics/gmt/gmt-6.3.0/doc/examples/ex51/
H A Dex51.sh25 gmt convert land_polygons_osm_planet.gmt -bo2f > land_polygons_osm_planet.bf2
35 gmt select land_polygons_osm_planet.bf2 -bi2f -bo2f -R-25.14/16.75/-24.8/16.95+r > land_polygons_os…
59 gmt plot land_polygons_osm_caboverde.bf2 -bi2f -Wthinnest,black -Ggrey

12345678910>>...52