Home
last modified time | relevance | path

Searched refs:erfc_inv (Results 1 – 5 of 5) sorted by relevance

/external/catch2/projects/SelfTest/IntrospectiveTests/
DInternalBenchmark.tests.cpp165 using Catch::Benchmark::Detail::erfc_inv;
166 CHECK(erfc_inv(1.103560) == Approx(-0.09203687623843015));
167 CHECK(erfc_inv(1.067400) == Approx(-0.05980291115763361));
168 CHECK(erfc_inv(0.050000) == Approx(1.38590382434967796));
/external/catch2/include/internal/benchmark/detail/
Dcatch_stats.cpp130 double erfc_inv(double x) { in erfc_inv() function
143 result = -erfc_inv(2.0 * p); in normal_quantile()
Dcatch_stats.hpp103 double erfc_inv(double x);
/external/catch2/single_include/catch2/
Dcatch.hpp6988 double erfc_inv(double x);
7700 double erfc_inv(double x) { in erfc_inv() function
7713 result = -erfc_inv(2.0 * p); in normal_quantile()
/external/libabigail/tests/lib/
Dcatch.hpp7020 double erfc_inv(double x);
7751 double erfc_inv(double x) { in erfc_inv() function
7764 result = -erfc_inv(2.0 * p); in normal_quantile()