Home
last modified time | relevance | path

Searched refs:test_gauss (Results 1 – 19 of 19) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/contrib/python-bindings/tests/
H A Dquadrature_wrapper.py21 def test_gauss(self): member in TestQuadratureWrapper
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dshg_integrals_test.F358 LOGICAL :: test_any, test_coulomb, test_gauss, & local
369 CALL section_vals_val_get(shg_integrals_test_section, "TEST_GAUSS", l_val=test_gauss)
371 test_any = (test_coulomb .OR. test_verf .OR. test_verfc .OR. test_vgauss .OR. test_gauss)
438 IF (test_gauss) THEN
470 IF (test_gauss) THEN
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dshg_integrals_test.F358 LOGICAL :: test_any, test_coulomb, test_gauss, & local
369 CALL section_vals_val_get(shg_integrals_test_section, "TEST_GAUSS", l_val=test_gauss)
371 test_any = (test_coulomb .OR. test_verf .OR. test_verfc .OR. test_vgauss .OR. test_gauss)
438 IF (test_gauss) THEN
470 IF (test_gauss) THEN
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dtest_constants.cpp786 void test_gauss() in test_gauss() function
847 test_gauss<float>(); in main()
848 test_gauss<double>(); in main()
849 test_gauss<long double>(); in main()
850 test_gauss<boost::multiprecision::number<boost::multiprecision::cpp_bin_float<400>>>(); in main()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_random.py119 def test_gauss(self): member in TestBasicOps
217 def test_gauss(self): member in SystemRandom_TestBasicOps
/dports/math/py-random2/random2-1.0.1/src/
H A Dtests.py139 def test_gauss(self): member in TestBasicOps
238 def test_gauss(self): member in SystemRandom_TestBasicOps
/dports/devel/py-mypy/mypy-0.910/test-data/stdlib-samples/3.2/test/
H A Dtest_random.py102 def test_gauss(self) -> None: member in TestBasicOps
162 def test_gauss(self) -> None: member in SystemRandom_TestBasicOps
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_random.py125 def test_gauss(self): member in TestBasicOps
224 def test_gauss(self): member in SystemRandom_TestBasicOps
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_random.py125 def test_gauss(self): member in TestBasicOps
224 def test_gauss(self): member in SystemRandom_TestBasicOps
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_random.py238 def test_gauss(self): member in TestBasicOps
306 def test_gauss(self): member in SystemRandom_TestBasicOps
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_random.py238 def test_gauss(self): member in TestBasicOps
306 def test_gauss(self): member in SystemRandom_TestBasicOps
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_random.py238 def test_gauss(self): member in TestBasicOps
307 def test_gauss(self): member in SystemRandom_TestBasicOps
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_random.py238 def test_gauss(self): member in TestBasicOps
306 def test_gauss(self): member in SystemRandom_TestBasicOps
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_random.py238 def test_gauss(self): member in TestBasicOps
306 def test_gauss(self): member in SystemRandom_TestBasicOps
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_random.py238 def test_gauss(self): member in TestBasicOps
306 def test_gauss(self): member in SystemRandom_TestBasicOps
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_random.py305 def test_gauss(self): member in TestBasicOps
422 def test_gauss(self): member in SystemRandom_TestBasicOps
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_random.py337 def test_gauss(self): member in TestBasicOps
463 def test_gauss(self): member in SystemRandom_TestBasicOps
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_random.py327 def test_gauss(self): member in TestBasicOps
436 def test_gauss(self): member in SystemRandom_TestBasicOps
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/
H A Dfiles.dist1517 tests/linalg/bblas/test_gauss.c