Home
last modified time | relevance | path

Searched defs:Q_expected (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/math/test/
Dadaptive_gauss_kronrod_quadrature_test.cpp119 Real Q_expected = pi<Real>()*ln_two<Real>()/8 + catalan<Real>()*half<Real>(); in test_ca() local
145 Real Q_expected; in test_three_quadrature_schemes_examples() local
180 Real Q_expected; in test_integration_over_real_line() local
206 Real Q_expected; in test_right_limit_infinite() local
230 Real Q_expected; in test_left_limit_infinite() local
Dgauss_quadrature_test.cpp292 Real Q_expected = pi<Real>()*ln_two<Real>()/8 + catalan<Real>()*half<Real>(); in test_ca() local
315 Real Q_expected; in test_three_quadrature_schemes_examples() local
363 Real Q_expected; in test_integration_over_real_line() local
379 Real Q_expected; in test_right_limit_infinite() local
400 Real Q_expected; in test_left_limit_infinite() local
Dgauss_kronrod_quadrature_test.cpp302 Real Q_expected = pi<Real>()*ln_two<Real>()/8 + catalan<Real>()*half<Real>(); in test_ca() local
325 Real Q_expected; in test_three_quadrature_schemes_examples() local
373 Real Q_expected; in test_integration_over_real_line() local
390 Real Q_expected; in test_right_limit_infinite() local
412 Real Q_expected; in test_left_limit_infinite() local
Dtanh_sinh_quadrature_test.cpp254 Real Q_expected = 2 - pi<Real>()*pi<Real>()*half<Real>()*third<Real>(); in test_singular() local
274 Real Q_expected = pi<Real>()*ln_two<Real>()/8 + catalan<Real>()*half<Real>(); in test_ca() local
321 Real Q_expected; in test_three_quadrature_schemes_examples() local
369 Real Q_expected; in test_integration_over_real_line() local
408 Real Q_expected; in test_right_limit_infinite() local
442 Real Q_expected; in test_left_limit_infinite() local
462 Real Q_expected; in test_horrible() local
484 Real Q_expected; in test_nr_examples() local
511 Real Q_expected; in test_early_termination() local
532 Real Q_expected; in test_crc() local
[all …]
Dsinh_sinh_quadrature_test.cpp145 Real Q_expected; in test_nr_examples() local
201 Real Q_expected; in test_crc() local
256 …Complex Q_expected = {boost::lexical_cast<Real>("0.72655977506246326320149572854724138631112950273… in test_dirichlet_eta() local
Dexp_sinh_quadrature_test.cpp180 Real Q_expected; in test_right_limit_infinite() local
232 Real Q_expected; in test_left_limit_infinite() local
267 Real Q_expected; in test_nr_examples() local
357 Real Q_expected; in test_crc() local
/third_party/boost/libs/math/example/
Ddouble_exponential.cpp35 double Q_expected = 2 - pi<double>()*pi<double>()*half<double>()*third<double>(); in main() local
Dgauss_example.cpp76 double Q_expected = sqrt(boost::math::constants::half_pi<double>()); in gauss_kronrod_examples() local