Home
last modified time | relevance | path

Searched refs:is_nonlocal (Results 1 – 25 of 57) sorted by relevance

123

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dparamlist_test.cpp200 OIIO_CHECK_ASSERT(!pvint.is_nonlocal()); in test_value_types()
203 OIIO_CHECK_ASSERT(!pvcolor.is_nonlocal()); in test_value_types()
206 OIIO_CHECK_ASSERT(pvmatrix.is_nonlocal()); in test_value_types()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dparamlist_test.cpp200 OIIO_CHECK_ASSERT(!pvint.is_nonlocal()); in test_value_types()
203 OIIO_CHECK_ASSERT(!pvcolor.is_nonlocal()); in test_value_types()
206 OIIO_CHECK_ASSERT(pvmatrix.is_nonlocal()); in test_value_types()
/dports/science/cp2k-data/cp2k-7.1.0/src/subsys/
H A Dexternal_potential_types.F192 LOGICAL, DIMENSION(0:5) :: is_nonlocal = .FALSE. component
467 potential%is_nonlocal = .FALSE.
990 … n_nonlocal, nppnl, lmax, is_nonlocal, a_nonlocal, h_nonlocal, c_nonlocal, & argument
1013 LOGICAL, DIMENSION(0:5), OPTIONAL :: is_nonlocal local
1048 ppnl_present = ANY(potential%is_nonlocal)
1064 IF (PRESENT(is_nonlocal)) is_nonlocal(:) = potential%is_nonlocal(:)
1334 IF (potential%is_nonlocal(l)) nprj = nprj + nnl*nso(l)
1362 IF (.NOT. potential%is_nonlocal(lb)) CYCLE
1370 IF (.NOT. potential%is_nonlocal(lb)) CYCLE
2755 LOGICAL, DIMENSION(0:5), INTENT(IN), OPTIONAL :: is_nonlocal local
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/subsys/
H A Dexternal_potential_types.F192 LOGICAL, DIMENSION(0:5) :: is_nonlocal = .FALSE. component
474 potential%is_nonlocal = .FALSE.
1020 LOGICAL, DIMENSION(0:5), OPTIONAL :: is_nonlocal local
1055 ppnl_present = ANY(potential%is_nonlocal)
1071 IF (PRESENT(is_nonlocal)) is_nonlocal(:) = potential%is_nonlocal(:)
1341 IF (potential%is_nonlocal(l)) nprj = nprj + nnl*nso(l)
1369 IF (.NOT. potential%is_nonlocal(lb)) CYCLE
1377 IF (.NOT. potential%is_nonlocal(lb)) CYCLE
2763 LOGICAL, DIMENSION(0:5), INTENT(IN), OPTIONAL :: is_nonlocal local
2812 IF (PRESENT(is_nonlocal)) potential%is_nonlocal(:) = is_nonlocal(:)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dcore_ppnl.F116 LOGICAL, DIMENSION(0:9) :: is_nonlocal local
275 is_nonlocal = .FALSE.
276 is_nonlocal(0:lppnl) = spotential(kkind)%sgp_potential%is_nonlocal(0:lppnl)
H A Datom_sgp.F40 LOGICAL, DIMENSION(0:5) :: is_nonlocal = .FALSE. component
427 sgp_pot%is_nonlocal(l) = .TRUE.
579 sgp_pot%is_nonlocal(la) = .TRUE.
614 sgp_pot%is_nonlocal(la) = .TRUE.
647 sgp_pot%is_nonlocal(la) = .TRUE.
695 sgp_pot%is_nonlocal(la) = .TRUE.
968 IF (.NOT. sgp_pot%is_nonlocal(l)) CYCLE
H A Dqs_interactions.F88 LOGICAL, DIMENSION(0:5) :: is_nonlocal local
271 CALL get_potential(potential=sgp_potential, is_nonlocal=is_nonlocal, &
274 IF (is_nonlocal(l)) THEN
H A Dqs_kind_types.F2242 is_nonlocal=sgppot%is_nonlocal)
2255 … CALL set_potential(qs_kind%sgp_potential, n_nonlocal=0, lmax=-1, is_nonlocal=sgppot%is_nonlocal)
2299 is_nonlocal=sgppot%is_nonlocal)
2312 … CALL set_potential(qs_kind%sgp_potential, n_nonlocal=0, lmax=-1, is_nonlocal=sgppot%is_nonlocal)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dsap_kind_types.F297 LOGICAL, DIMENSION(0:9) :: is_nonlocal local
469 is_nonlocal = .FALSE.
470 is_nonlocal(0:lppnl) = spotential(kkind)%sgp_potential%is_nonlocal(0:lppnl)
H A Dcore_ppnl.F113 LOGICAL, DIMENSION(0:9) :: is_nonlocal local
316 is_nonlocal = .FALSE.
317 is_nonlocal(0:lppnl) = spotential(kkind)%sgp_potential%is_nonlocal(0:lppnl)
H A Datom_sgp.F40 LOGICAL, DIMENSION(0:5) :: is_nonlocal = .FALSE. component
427 sgp_pot%is_nonlocal(l) = .TRUE.
579 sgp_pot%is_nonlocal(la) = .TRUE.
614 sgp_pot%is_nonlocal(la) = .TRUE.
647 sgp_pot%is_nonlocal(la) = .TRUE.
695 sgp_pot%is_nonlocal(la) = .TRUE.
968 IF (.NOT. sgp_pot%is_nonlocal(l)) CYCLE
H A Dqs_interactions.F85 LOGICAL, DIMENSION(0:5) :: is_nonlocal local
270 CALL get_potential(potential=sgp_potential, is_nonlocal=is_nonlocal, &
273 IF (is_nonlocal(l)) THEN
H A Dqs_kind_types.F2229 is_nonlocal=sgppot%is_nonlocal)
2242 … CALL set_potential(qs_kind%sgp_potential, n_nonlocal=0, lmax=-1, is_nonlocal=sgppot%is_nonlocal)
2286 is_nonlocal=sgppot%is_nonlocal)
2299 … CALL set_potential(qs_kind%sgp_potential, n_nonlocal=0, lmax=-1, is_nonlocal=sgppot%is_nonlocal)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_symtable.py112 self.assertFalse(self.spam.lookup("some_var").is_nonlocal())
113 self.assertTrue(self.other_internal.lookup("some_var").is_nonlocal())
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_symtable.py112 self.assertFalse(self.spam.lookup("some_var").is_nonlocal())
113 self.assertTrue(self.other_internal.lookup("some_var").is_nonlocal())
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_symtable.py118 self.assertFalse(self.spam.lookup("some_var").is_nonlocal())
119 self.assertTrue(self.other_internal.lookup("some_var").is_nonlocal())
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_symtable.py112 self.assertFalse(self.spam.lookup("some_var").is_nonlocal())
113 self.assertTrue(self.other_internal.lookup("some_var").is_nonlocal())
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_symtable.py112 self.assertFalse(self.spam.lookup("some_var").is_nonlocal())
113 self.assertTrue(self.other_internal.lookup("some_var").is_nonlocal())
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_symtable.py118 self.assertFalse(self.spam.lookup("some_var").is_nonlocal())
119 self.assertTrue(self.other_internal.lookup("some_var").is_nonlocal())
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_symtable.py111 self.assertFalse(self.spam.lookup("some_var").is_nonlocal())
112 self.assertTrue(self.other_internal.lookup("some_var").is_nonlocal())
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_symtable.py112 self.assertFalse(self.spam.lookup("some_var").is_nonlocal())
113 self.assertTrue(self.other_internal.lookup("some_var").is_nonlocal())
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dsymtable.py199 def is_nonlocal(self): member in Symbol
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dsymtable.py199 def is_nonlocal(self): member in Symbol
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dsymtable.py199 def is_nonlocal(self): member in Symbol
/dports/lang/python39/Python-3.9.9/Lib/
H A Dsymtable.py195 def is_nonlocal(self): member in Symbol

123