Home
last modified time | relevance | path

Searched +defs:x +defs:v (Results 1 – 25 of 90256) sorted by relevance

12345678910>>...3611

/dports/devel/boost-docs/boost_1_72_0/libs/math/reporting/performance/
H A Dtest_distributions.cpp562 …n.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_gaussian_P(x, v[1])… in main()
568 …laplace.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_laplace_P(x, … in main()
571 …cauchy.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_cauchy_P(x, v[… in main()
574 …rayleigh.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_rayleigh_P(x… in main()
577 …gamma.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_gamma_P(x, v[0]… in main()
583 …chi_squared.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_chisq_P(x… in main()
586 …fisher.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_fdist_P(x, v[0… in main()
589 …students_t.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_tdist_P(x,… in main()
592 …beta.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_beta_P(x, v[0], … in main()
595 …logistic.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_logistic_P(x… in main()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/reporting/performance/
H A Dtest_distributions.cpp562 …n.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_gaussian_P(x, v[1])… in main()
568 …laplace.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_laplace_P(x, … in main()
571 …cauchy.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_cauchy_P(x, v[… in main()
574 …rayleigh.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_rayleigh_P(x… in main()
577 …gamma.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_gamma_P(x, v[0]… in main()
583 …chi_squared.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_chisq_P(x… in main()
586 …fisher.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_fdist_P(x, v[0… in main()
589 …students_t.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_tdist_P(x,… in main()
592 …beta.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_beta_P(x, v[0], … in main()
595 …logistic.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_logistic_P(x… in main()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/math/reporting/performance/
H A Dtest_distributions.cpp562 …n.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_gaussian_P(x, v[1])… in main()
568 …laplace.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_laplace_P(x, … in main()
571 …cauchy.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_cauchy_P(x, v[… in main()
574 …rayleigh.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_rayleigh_P(x… in main()
577 …gamma.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_gamma_P(x, v[0]… in main()
583 …chi_squared.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_chisq_P(x… in main()
586 …fisher.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_fdist_P(x, v[0… in main()
589 …students_t.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_tdist_P(x,… in main()
592 …beta.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_beta_P(x, v[0], … in main()
595 …logistic.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_logistic_P(x… in main()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/math/reporting/performance/
H A Dtest_distributions.cpp572 …n.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_gaussian_P(x, v[1])… in main()
578 …laplace.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_laplace_P(x, … in main()
581 …cauchy.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_cauchy_P(x, v[… in main()
584 …rayleigh.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_rayleigh_P(x… in main()
587 …gamma.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_gamma_P(x, v[0]… in main()
593 …chi_squared.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_chisq_P(x… in main()
596 …fisher.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_fdist_P(x, v[0… in main()
599 …students_t.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_tdist_P(x,… in main()
602 …beta.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_beta_P(x, v[0], … in main()
605 …logistic.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_logistic_P(x… in main()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/math/reporting/performance/
H A Dtest_distributions.cpp572 …n.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_gaussian_P(x, v[1])… in main()
578 …laplace.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_laplace_P(x, … in main()
581 …cauchy.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_cauchy_P(x, v[… in main()
584 …rayleigh.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_rayleigh_P(x… in main()
587 …gamma.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_gamma_P(x, v[0]… in main()
593 …chi_squared.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_chisq_P(x… in main()
596 …fisher.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_fdist_P(x, v[0… in main()
599 …students_t.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_tdist_P(x,… in main()
602 …beta.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_beta_P(x, v[0], … in main()
605 …logistic.run_timed_tests([](const std::vector<double>& v, double x) { return gsl_cdf_logistic_P(x… in main()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/container/test/
H A Dinsert_vs_emplace_test.cpp57 X(const X& x) in X()
123 X x(0,0); in main() local
137 X x(0,0); in main() local
151 X x(0,0); in main() local
165 X x(0,0); in main() local
180 X x(0,0); in main() local
194 X x(0,0); in main() local
239 X x(0,0); in main() local
253 X x(0,0); in main() local
268 X x(0,0); in main() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/container/test/
H A Dinsert_vs_emplace_test.cpp57 X(const X& x) in X()
123 X x(0,0); in main() local
137 X x(0,0); in main() local
151 X x(0,0); in main() local
165 X x(0,0); in main() local
180 X x(0,0); in main() local
194 X x(0,0); in main() local
239 X x(0,0); in main() local
253 X x(0,0); in main() local
268 X x(0,0); in main() local
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/container/test/
H A Dinsert_vs_emplace_test.cpp57 X(const X& x) in X()
123 X x(0,0); in main() local
137 X x(0,0); in main() local
151 X x(0,0); in main() local
165 X x(0,0); in main() local
180 X x(0,0); in main() local
194 X x(0,0); in main() local
239 X x(0,0); in main() local
253 X x(0,0); in main() local
268 X x(0,0); in main() local
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/container/test/
H A Dinsert_vs_emplace_test.cpp57 X(const X& x) in X()
123 X x(0,0); in main() local
137 X x(0,0); in main() local
151 X x(0,0); in main() local
165 X x(0,0); in main() local
180 X x(0,0); in main() local
194 X x(0,0); in main() local
239 X x(0,0); in main() local
253 X x(0,0); in main() local
268 X x(0,0); in main() local
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/container/test/
H A Dinsert_vs_emplace_test.cpp57 X(const X& x) in X()
123 X x(0,0); in main() local
137 X x(0,0); in main() local
151 X x(0,0); in main() local
165 X x(0,0); in main() local
180 X x(0,0); in main() local
194 X x(0,0); in main() local
239 X x(0,0); in main() local
253 X x(0,0); in main() local
268 X x(0,0); in main() local
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/container/test/
H A Dinsert_vs_emplace_test.cpp57 X(const X& x) in X()
123 X x(0,0); in main() local
137 X x(0,0); in main() local
151 X x(0,0); in main() local
165 X x(0,0); in main() local
180 X x(0,0); in main() local
194 X x(0,0); in main() local
239 X x(0,0); in main() local
253 X x(0,0); in main() local
268 X x(0,0); in main() local
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/container/test/
H A Dinsert_vs_emplace_test.cpp57 X(const X& x) in X()
123 X x(0,0); in main() local
137 X x(0,0); in main() local
151 X x(0,0); in main() local
165 X x(0,0); in main() local
180 X x(0,0); in main() local
194 X x(0,0); in main() local
239 X x(0,0); in main() local
253 X x(0,0); in main() local
268 X x(0,0); in main() local
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/container/test/
H A Dinsert_vs_emplace_test.cpp57 X(const X& x) in X()
123 X x(0,0); in main() local
137 X x(0,0); in main() local
151 X x(0,0); in main() local
165 X x(0,0); in main() local
180 X x(0,0); in main() local
194 X x(0,0); in main() local
239 X x(0,0); in main() local
253 X x(0,0); in main() local
268 X x(0,0); in main() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/container/test/
H A Dinsert_vs_emplace_test.cpp57 X(const X& x) in X()
123 X x(0,0); in main() local
137 X x(0,0); in main() local
151 X x(0,0); in main() local
165 X x(0,0); in main() local
180 X x(0,0); in main() local
194 X x(0,0); in main() local
239 X x(0,0); in main() local
253 X x(0,0); in main() local
268 X x(0,0); in main() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp82 int x = 42; in test_const_lvalue_get() local
89 int x = 42; in test_const_lvalue_get() local
96 int x = 42; in test_const_lvalue_get() local
122 int x = 42; in test_lvalue_get() local
129 int x = 42; in test_lvalue_get() local
136 int x = 42; in test_lvalue_get() local
143 int x = 42; in test_lvalue_get() local
169 int x = 42; in test_rvalue_get() local
176 int x = 42; in test_rvalue_get() local
183 int x = 42; in test_rvalue_get() local
[all …]
H A Dget_type.pass.cpp76 int x = 42; in test_const_lvalue_get() local
83 int x = 42; in test_const_lvalue_get() local
90 int x = 42; in test_const_lvalue_get() local
116 int x = 42; in test_lvalue_get() local
123 int x = 42; in test_lvalue_get() local
130 int x = 42; in test_lvalue_get() local
137 int x = 42; in test_lvalue_get() local
164 int x = 42; in test_rvalue_get() local
171 int x = 42; in test_rvalue_get() local
179 int x = 42; in test_rvalue_get() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp78 int x = 42; in test_const_lvalue_get() local
85 int x = 42; in test_const_lvalue_get() local
92 int x = 42; in test_const_lvalue_get() local
118 int x = 42; in test_lvalue_get() local
125 int x = 42; in test_lvalue_get() local
132 int x = 42; in test_lvalue_get() local
139 int x = 42; in test_lvalue_get() local
165 int x = 42; in test_rvalue_get() local
172 int x = 42; in test_rvalue_get() local
179 int x = 42; in test_rvalue_get() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp79 int x = 42; in test_const_lvalue_get() local
86 int x = 42; in test_const_lvalue_get() local
93 int x = 42; in test_const_lvalue_get() local
119 int x = 42; in test_lvalue_get() local
126 int x = 42; in test_lvalue_get() local
133 int x = 42; in test_lvalue_get() local
140 int x = 42; in test_lvalue_get() local
166 int x = 42; in test_rvalue_get() local
173 int x = 42; in test_rvalue_get() local
180 int x = 42; in test_rvalue_get() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp78 int x = 42; in test_const_lvalue_get() local
85 int x = 42; in test_const_lvalue_get() local
92 int x = 42; in test_const_lvalue_get() local
118 int x = 42; in test_lvalue_get() local
125 int x = 42; in test_lvalue_get() local
132 int x = 42; in test_lvalue_get() local
139 int x = 42; in test_lvalue_get() local
165 int x = 42; in test_rvalue_get() local
172 int x = 42; in test_rvalue_get() local
179 int x = 42; in test_rvalue_get() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp82 int x = 42; in test_const_lvalue_get() local
89 int x = 42; in test_const_lvalue_get() local
96 int x = 42; in test_const_lvalue_get() local
122 int x = 42; in test_lvalue_get() local
129 int x = 42; in test_lvalue_get() local
136 int x = 42; in test_lvalue_get() local
143 int x = 42; in test_lvalue_get() local
169 int x = 42; in test_rvalue_get() local
176 int x = 42; in test_rvalue_get() local
183 int x = 42; in test_rvalue_get() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp82 int x = 42; in test_const_lvalue_get() local
89 int x = 42; in test_const_lvalue_get() local
96 int x = 42; in test_const_lvalue_get() local
122 int x = 42; in test_lvalue_get() local
129 int x = 42; in test_lvalue_get() local
136 int x = 42; in test_lvalue_get() local
143 int x = 42; in test_lvalue_get() local
169 int x = 42; in test_rvalue_get() local
176 int x = 42; in test_rvalue_get() local
183 int x = 42; in test_rvalue_get() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp70 int x = 42; in test_const_lvalue_get() local
77 int x = 42; in test_const_lvalue_get() local
84 int x = 42; in test_const_lvalue_get() local
110 int x = 42; in test_lvalue_get() local
117 int x = 42; in test_lvalue_get() local
124 int x = 42; in test_lvalue_get() local
131 int x = 42; in test_lvalue_get() local
157 int x = 42; in test_rvalue_get() local
164 int x = 42; in test_rvalue_get() local
171 int x = 42; in test_rvalue_get() local
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp78 int x = 42; in test_const_lvalue_get() local
85 int x = 42; in test_const_lvalue_get() local
92 int x = 42; in test_const_lvalue_get() local
118 int x = 42; in test_lvalue_get() local
125 int x = 42; in test_lvalue_get() local
132 int x = 42; in test_lvalue_get() local
139 int x = 42; in test_lvalue_get() local
165 int x = 42; in test_rvalue_get() local
172 int x = 42; in test_rvalue_get() local
179 int x = 42; in test_rvalue_get() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp79 int x = 42; in test_const_lvalue_get() local
86 int x = 42; in test_const_lvalue_get() local
93 int x = 42; in test_const_lvalue_get() local
119 int x = 42; in test_lvalue_get() local
126 int x = 42; in test_lvalue_get() local
133 int x = 42; in test_lvalue_get() local
140 int x = 42; in test_lvalue_get() local
166 int x = 42; in test_rvalue_get() local
173 int x = 42; in test_rvalue_get() local
180 int x = 42; in test_rvalue_get() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp82 int x = 42; in test_const_lvalue_get() local
89 int x = 42; in test_const_lvalue_get() local
96 int x = 42; in test_const_lvalue_get() local
122 int x = 42; in test_lvalue_get() local
129 int x = 42; in test_lvalue_get() local
136 int x = 42; in test_lvalue_get() local
143 int x = 42; in test_lvalue_get() local
169 int x = 42; in test_rvalue_get() local
176 int x = 42; in test_rvalue_get() local
183 int x = 42; in test_rvalue_get() local
[all …]

12345678910>>...3611