Home
last modified time | relevance | path

Searched refs:n_to_test (Results 1 – 8 of 8) sorted by relevance

/dports/math/stanmath/math-4.2.0/test/unit/math/prim/prob/
H A Dneg_binomial_test.cpp199 std::vector<int> n_to_test = {1, 5, 100, 12985, 1968422}; in TEST() local
203 for (int n : n_to_test) { in TEST()
224 std::vector<int> n_to_test = {0, 3, 16, 24, 181, 2132, 121358, 865422242}; in TEST() local
226 for (int n : n_to_test) { in TEST()
H A Dneg_binomial_2_log_test.cpp217 std::vector<int> n_to_test = {0, 1, 10, 39, 101, 3048, 150054}; in TEST() local
221 for (int n : n_to_test) { in TEST()
H A Dneg_binomial_2_test.cpp242 std::vector<int> n_to_test = {0, 1, 5, 100, 12985, 1968422}; in TEST() local
245 for (int n : n_to_test) { in TEST()
/dports/science/py-ase/ase-3.22.0/ase/test/ga/
H A Dtest_basic_example_main_run.py83 n_to_test = 5
124 for i in range(n_to_test):
/dports/math/stanmath/math-4.2.0/test/unit/math/rev/fun/
H A Dbinomial_coefficient_log_test.cpp20 std::vector<double> n_to_test in TEST() local
28 for (double n_dbl : n_to_test) { in TEST()
/dports/science/simint/simint-v0.8/test/
H A Dbenchmark_eri.cpp81 const size_t n_to_test = qam_to_test.size(); in main() local
83 for(size_t q = 0; q < n_to_test; q++) in main()
/dports/math/stanmath/math-4.2.0/test/unit/math/rev/prob/
H A Dneg_binomial_2_test.cpp477 std::vector<int> n_to_test = {0, 7, 100, 835, 14238, 385000, 1000000}; in TEST() local
497 for (int n : n_to_test) { in TEST()
H A Dneg_binomial_2_log_test.cpp520 std::vector<int> n_to_test = {0, 7, 100, 835, 14238, 385000, 1000000}; in TEST() local
541 for (int n : n_to_test) { in TEST()