Home
last modified time | relevance | path

Searched defs:eps (Results 251 – 275 of 10265) sorted by relevance

1...<<11121314151617181920>>...411

/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dfp_compare.h18 bool fptest_close(T val, T expected, T eps) in fptest_close()
40 T eps = (percent / T(100)) * std::max(std::abs(val), std::abs(expected)); in fptest_close_pct() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/support/
H A Dfp_compare.h18 bool fptest_close(T val, T expected, T eps) in fptest_close()
40 T eps = (percent / T(100)) * std::max(std::abs(val), std::abs(expected)); in fptest_close_pct() local
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/support/
H A Dfp_compare.h18 bool fptest_close(T val, T expected, T eps) in fptest_close()
40 T eps = (percent / T(100)) * std::max(std::abs(val), std::abs(expected)); in fptest_close_pct() local
/dports/science/madness/madness-ebb3fd7/src/examples/
H A Dhelium_exact.cc75 const double eps = -2.9; in apply_U_mix() local
115 const double eps = -2.9; in apply_U_ncf() local
159 const double eps = -0.5; in apply_V() local
177 const double eps = -2.9; in apply_U_ecf() local
186 const double eps = -2.9; in reconstruct_psi() local
219 const double eps = -2.9; in compute_R2f2_psi() local
287 const double eps = -2.9; in compute_energy() local
392 const double eps = -2.9; in test_U_el() local
499 double eps = -2.919474; in main() local
508 iar & psi & eps; in main() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dtest_autodiff_2.cpp41 const T eps = 201 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
101 const T eps = 201 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
136 const T eps = 4000 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
306 const T eps = 100 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
373 const T eps = 200 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
399 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
420 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
443 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
464 const T eps = 100 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
476 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/tools/i-pi/drivers/
H A DLJ.f9049 SUBROUTINE LJ_functions(sigma, eps, r, pot, force) argument
61 DOUBLE PRECISION, INTENT(IN) :: eps local
77 SUBROUTINE LJ_fij(sigma, eps, rij, r, pot, fij) argument
90 DOUBLE PRECISION, INTENT(IN) :: eps local
103 SUBROUTINE LJ_longrange(rc, sigma, eps, natoms, volume, pot_lr, vir_lr) argument
122 DOUBLE PRECISION, INTENT(IN) :: eps local
141 …SUBROUTINE LJ_getall(rc, sigma, eps, natoms, atoms, cell_h, cell_ih, index_list, n_list, pot, forc… argument
163 DOUBLE PRECISION, INTENT(IN) :: eps local
/dports/math/cppad/CppAD-20210000.8/test_more/general/
H A Dtan.cpp25 double eps = 10. * std::numeric_limits<double>::epsilon(); in tan_two() local
70 double eps = 100. * std::numeric_limits<double>::epsilon(); in tan_case() local
118 double eps = 100. * std::numeric_limits<double>::epsilon(); in tanh_case() local
/dports/math/cppad/CppAD-20210000.8/example/general/
H A Dnum_limits.cpp44 Float eps = CppAD::numeric_limits<Float>::epsilon(); in check_epsilon() local
56 Float eps = CppAD::numeric_limits<Float>::epsilon(); in check_min() local
69 Float eps = CppAD::numeric_limits<Float>::epsilon(); in check_max() local
/dports/math/libmesh/libmesh-1.6.2/tests/geom/
H A Dbbox_test.C41 const Real eps = std::numeric_limits<Real>::epsilon(); in test_one_degenerate() local
92 const Real eps = std::numeric_limits<Real>::epsilon(); in test_two_degenerate() local
152 const Real eps = std::numeric_limits<Real>::epsilon(); in test_no_degenerate() local
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dtest_autodiff_2.cpp41 const T eps = 201 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
102 const T eps = 4000 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
272 const T eps = 100 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
339 const T eps = 200 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
365 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
386 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
409 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
430 const T eps = 100 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
442 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
474 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dtest_autodiff_2.cpp41 const T eps = 201 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
102 const T eps = 4000 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
272 const T eps = 100 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
339 const T eps = 200 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
365 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
386 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
409 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
430 const T eps = 100 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
442 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
474 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dtest_autodiff_2.cpp41 const T eps = 201 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
102 const T eps = 4000 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
272 const T eps = 100 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
339 const T eps = 200 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
365 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
386 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
409 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
430 const T eps = 100 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
442 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
474 const T eps = 300 * std::numeric_limits<T>::epsilon(); // percent in BOOST_AUTO_TEST_CASE_TEMPLATE() local
/dports/math/R-cran-recipes/recipes/tests/testthat/
H A Dtest_impute_knn.R115 expect_equal(rec_1$steps[[1]]$options, list(nthread = 1, eps = 1e-08)) nameattr
124 expect_equal(rec_2$steps[[1]]$options, list(nthread = 10, eps = 1e-08)) nameattr
131 options = list(eps = 10), nameattr
133 expect_equal(rec_3$steps[[1]]$options, list(eps = 10, nthread = 1)) nameattr
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/epoll_server/
H A Dsimple_epoll_server_test.cc568 void OnShutdown(SimpleEpollServer* eps) override { in OnShutdown()
582 void UnregisterIfRegistered(SimpleEpollServer* eps) { in UnregisterIfRegistered()
654 void OnShutdown(SimpleEpollServer* eps) override { in OnShutdown()
676 SimpleEpollServer* eps) { in SetRegisterAlarm()
769 void OnShutdown(SimpleEpollServer* eps) override { in OnShutdown()
1328 void OnShutdown(SimpleEpollServer* eps) override { in OnShutdown()
2040 explicit EPSWaitThread(SimpleEpollServer* eps) in EPSWaitThread()
2054 SimpleEpollServer eps; in TEST() local
2450 SimpleEpollServer eps; in TEST() local
2464 EpollTestServer eps; in TEST() local
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/plugin/seq/
H A DClosePoints.cpp46 R2close(double *dd, int mx, double eps = 1e-6, int offsett = 1) in R2close()
150 double eps = EPSILON / 2; in FindAll() local
203 double eps = EPSILON / 2; in Find() local
306 KN< long > *CloseTo2(Stack stack, double const &eps, KNM_< double > const &P, in CloseTo2()
352 KN< long > *CloseTo2t(Stack stack, double const &eps, KNM_< double > const &P, in CloseTo2t()
357 KN< long > *CloseTo(Stack stack, double const &eps, KNM_< double > const &P, in CloseTo()
441 KN< long > *CloseTo(Stack stack, double const &eps, KNM< double > *const &p, in CloseTo()
462 KN< long > *CloseTo(Stack stack, double const &eps, KNM< double > *const &p, in CloseTo()
469 KN< long > *CloseTo(Stack stack, double const &eps, KNM< double > *const &p) { in CloseTo()
475 KN< long > *CloseTo(Stack stack, double const &eps, KNM_< double > const &p) { in CloseTo()
[all …]
/dports/math/giacxcas/giac-1.6.0/src/
H A DPrint.cc135 void Flv_Table_Gen_widget_print(Flv_Table_Gen * g,Fl_Printer * p,bool eps){ in Flv_Table_Gen_widget_print()
176 void Equation_widget_print(Equation * g,Fl_Printer * p,bool eps){ in Equation_widget_print()
198 void Graph2d3d_widget_print(Graph2d3d * i,Fl_Printer * p,bool eps){ in Graph2d3d_widget_print()
226 void generic_widget_print(Fl_Widget * i,Fl_Printer * p,bool eps){ in generic_widget_print()
334 void History_Pack_widget_print(History_Pack * g,Fl_Printer *p,bool eps){ in History_Pack_widget_print()
383 void inner_widget_print(Fl_Widget * widget,Fl_Printer * p,bool eps){ in inner_widget_print()
416 void in_widget_print(Fl_Widget * widget,Fl_Printer * p,bool eps){ in in_widget_print()
501 void Equation_widget_print(Equation * g,Fl_PrintDevice * p,bool eps){ in Equation_widget_print()
529 void Graph2d3d_widget_print(Graph2d3d * i,Fl_PrintDevice * p,bool eps){ in Graph2d3d_widget_print()
559 void generic_widget_print(Fl_Widget * i,Fl_PrintDevice * p,bool eps){ in generic_widget_print()
[all …]
/dports/finance/R-cran-fGarch/fGarch/R/
H A Dgarch-Hessian.R30 function(par, .params, .series, eps = 1.0e-4) argument
67 function(par, .params, .series, eps = 1.0e-4) argument
129 function(par, .params, .series, eps = NA) argument
188 eps <- .Machine$double.eps functionVar
/dports/science/py-libpysal/libpysal-4.5.1/libpysal/cg/
H A Dkdtree.py133 def query(self, x, k=1, eps=0, p=2, distance_upper_bound=inf): argument
181 def query_ball_point(self, x, r, p=2, eps=0): argument
216 def query_ball_tree(self, other, r, p=2, eps=0): argument
249 def query_pairs(self, r, p=2, eps=0): argument
/dports/math/R-cran-xts/xts/R/
H A Dalign.time.R61 make.index.unique <- make.time.unique <- function(x, eps=0.000001, drop=FALSE, fromLast=FALSE, ...)… argument
65 make.index.unique.xts <- function(x, eps=0.000001, drop=FALSE, fromLast=FALSE, ...) { argument
73 make.index.unique.numeric <- function(x, eps=0.000001, drop=FALSE, fromLast=FALSE, ...) { argument
81 make.index.unique.POSIXct <- function(x, eps=0.000001, drop=FALSE, fromLast=FALSE, ...) { argument
/dports/math/R-cran-psych/psych/R/
H A Dbifactor.R25 "bifactor" <- function(L, Tmat=diag(ncol(L)), normalize=FALSE, eps=1e-5, maxit=1000){ argument
31 "biquartimin" <- function(L, Tmat=diag(ncol(L)), normalize=FALSE, eps=1e-5, maxit=1000){ argument
47 "TargetQ" <- function(L, Tmat=diag(ncol(L)), normalize=FALSE, eps=1e-5, maxit=1000,Target=NULL) { argument
51 "TargetT" <- function(L, Tmat=diag(ncol(L)), normalize=FALSE, eps=1e-5, maxit=1000,Target=NULL) { argument
/dports/science/gabedit/GabeditSrc251_300720/src/Symmetry/
H A DReduceMolecule.c37 gdouble eps = 1e-3; in setEpsToZero() local
55 gdouble eps = 1e-3; in removeHalfSpace() local
139 gdouble eps = 1e-3; in removeByRotation() local
/dports/devel/boost-docs/boost_1_72_0/libs/math/example/
H A Dtest_cpp_float_close_fraction.cpp66 cpp_dec_float_50_noet eps = std::numeric_limits<cpp_dec_float_50_noet>::epsilon(); in BOOST_AUTO_TEST_CASE() local
88 cpp_dec_float_50_et eps = std::numeric_limits<cpp_dec_float_50_et>::epsilon(); in BOOST_AUTO_TEST_CASE() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/example/
H A Dtest_cpp_float_close_fraction.cpp66 cpp_dec_float_50_noet eps = std::numeric_limits<cpp_dec_float_50_noet>::epsilon(); in BOOST_AUTO_TEST_CASE() local
88 cpp_dec_float_50_et eps = std::numeric_limits<cpp_dec_float_50_et>::epsilon(); in BOOST_AUTO_TEST_CASE() local
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/dfpt/
H A Dpoisson.py21 def __init__(self, eps=2e-10, dtype=float): argument
45 def solve_neutral(self, phi_g, rho_g, eps=None): argument
/dports/cad/ngspice_rework/ngspice-35/src/maths/cmaths/
H A Dtest_cx_cph.c16 static int eq_p(double a, double b, double eps) in eq_p()
30 double eps = DBL_EPSILON; in main() local

1...<<11121314151617181920>>...411