Home
last modified time | relevance | path

Searched defs:eps (Results 126 – 150 of 8601) sorted by relevance

12345678910>>...345

/dports/audio/mixxx/mixxx-2.3.0/lib/benchmark/src/
H A Dcheck.h74 #define CHECK_FLOAT_EQ(a, b, eps) CHECK(std::fabs((a) - (b)) < (eps)) argument
75 #define CHECK_FLOAT_NE(a, b, eps) CHECK(std::fabs((a) - (b)) >= (eps)) argument
76 #define CHECK_FLOAT_GE(a, b, eps) CHECK((a) - (b) > -(eps)) argument
77 #define CHECK_FLOAT_LE(a, b, eps) CHECK((b) - (a) > -(eps)) argument
78 #define CHECK_FLOAT_GT(a, b, eps) CHECK((a) - (b) > (eps)) argument
79 #define CHECK_FLOAT_LT(a, b, eps) CHECK((b) - (a) > (eps)) argument
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/
H A Dcheck_value.cc60 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
101 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
142 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
183 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
224 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
265 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
306 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
347 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
388 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test009() local
429 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test010() local
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/
H A Dcheck_value.cc60 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
101 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
142 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
183 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
224 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
265 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
306 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
347 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
388 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test009() local
429 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test010() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/
H A Dcheck_value.cc60 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
101 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
142 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
183 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
224 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
265 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
306 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
347 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
388 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test009() local
429 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test010() local
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/
H A Dcheck_value.cc60 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
101 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
142 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
183 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
224 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
265 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
306 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
347 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
388 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test009() local
429 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test010() local
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/
H A Dcheck_value.cc60 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
101 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
142 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
183 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
224 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
265 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
306 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
347 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
388 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test009() local
429 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test010() local
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/
H A Dcheck_value.cc73 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
127 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
181 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
235 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
289 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
343 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
398 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
452 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
506 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test009() local
560 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test010() local
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/
H A Dcheck_value.cc73 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
127 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
181 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
235 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
289 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
343 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
398 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
452 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
506 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test009() local
560 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test010() local
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/linalg/
H A D_interpolative_backend.py197 def iddp_id(eps, A): argument
460 def iddp_svd(eps, A): argument
496 def iddp_aid(eps, A): argument
527 def idd_estrank(eps, A): argument
557 def iddp_asvd(eps, A): argument
599 def iddp_rid(eps, m, n, matvect): argument
991 def idzp_id(eps, A): argument
1254 def idzp_svd(eps, A): argument
1290 def idzp_aid(eps, A): argument
1321 def idz_estrank(eps, A): argument
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/
H A Dcheck_value.cc71 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
123 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
175 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
227 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
279 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
331 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
383 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
435 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/
H A Dcheck_value.cc71 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
123 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
175 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
227 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
279 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
331 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
383 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
435 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/
H A Dcheck_value.cc71 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
123 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
175 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
227 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
279 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
331 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
383 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
435 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/
H A Dcheck_value.cc70 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
121 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
172 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
223 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
274 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
325 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
376 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
427 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/
H A Dcheck_value.cc71 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
123 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
175 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
227 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
279 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
331 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
383 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
435 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/
H A Dcheck_value.cc71 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
123 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
175 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
227 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
279 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
331 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
383 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
435 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/
H A Dcheck_value.cc71 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
123 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
175 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
227 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
279 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
331 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
383 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
435 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/
H A Dcheck_value.cc70 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
121 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
172 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
223 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
274 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
325 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
376 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
427 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/
H A Dcheck_value.cc71 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
123 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
175 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
227 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
279 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
331 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
383 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
435 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/
H A Dcheck_value.cc71 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
123 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
175 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
227 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
279 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
331 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
383 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
435 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/
H A Dcheck_value.cc71 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
123 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
175 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
227 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
279 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
331 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
383 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
435 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/
H A Dcheck_value.cc71 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
123 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
175 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
227 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
279 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
331 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
383 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
435 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/
H A Dcheck_value.cc71 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
123 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
175 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
227 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
279 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
331 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
383 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
435 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/
H A Dcheck_value.cc70 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
121 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
172 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
223 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
274 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
325 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
376 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
427 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/
H A Dcheck_value.cc71 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
123 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
175 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
227 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
279 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
331 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
383 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
435 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/
H A Dcheck_value.cc71 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
123 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
175 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
227 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
279 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
331 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
383 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
435 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local

12345678910>>...345