Home
last modified time | relevance | path

Searched defs:eps (Results 151 – 175 of 9369) sorted by relevance

12345678910>>...375

/dports/science/py-chainer/chainer-7.8.0/chainer/optimizers/
H A Dada_grad.py18 eps = None # type: float variable in AdaGradHyperparameter
44 def __init__(self, parent_hyperparam=None, lr=None, eps=None): argument
95 def __init__(self, lr=_default_hyperparam.lr, eps=_default_hyperparam.eps): argument
101 eps = optimizer.HyperparameterProxy('eps') variable in AdaGrad
H A Dada_delta.py18 eps = None # type: float variable in AdaDeltaHyperparameter
45 def __init__(self, parent_hyperparam=None, rho=None, eps=None): argument
106 eps=_default_hyperparam.eps): argument
112 eps = optimizer.HyperparameterProxy('eps') variable in AdaDelta
H A Dsmorms3.py18 eps = None # type: float variable in SMORMS3Hyperparameter
44 def __init__(self, parent_hyperparam=None, lr=None, eps=None): argument
109 def __init__(self, lr=_default_hyperparam.lr, eps=_default_hyperparam.eps): argument
115 eps = optimizer.HyperparameterProxy('eps') variable in SMORMS3
/dports/science/xcfun/xcfun-2.1.1-1-gf87ca0e/src/functionals/
H A Dspbec.cpp26 template <typename num> static num G(const num & eps, const num & phi3) { in G()
31 static num H_spbe(const num & t2, const num & eps, const num & phi3) { in H_spbe()
41 num eps = vwn::vwn5_eps(d); in spbec() local
/dports/graphics/cptutils/cptutils-1.74/src/unit/
H A Dtests_colour.c61 double eps = 1e-10, rgb[3]; in test_colour_hsvD_to_rgbD() local
79 double eps = 1e-10, hsv[3]; in test_colour_rgbD_to_hsvD() local
108 double eps = OCTEPS, rgbD[3], in test_colour_rgb_to_rgbD() local
118 double eps = OCTEPS, rgbD[3], in test_colour_hsv_to_rgbD() local
128 double eps = OCTEPS, rgbD[3] = {1.0, 0.5, 0.5}; in test_colour_rgbD_to_hsv() local
137 double eps = OCTEPS, rgbD[3], in test_colour_grey_to_rgbD() local
171 double eps = OCTEPS; in test_colour_hsv_interpolate() local
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dtest_tr1.cpp34 float eps = boost::math::tools::epsilon<float>(); in test_values() local
666 double eps = boost::math::tools::epsilon<double>(); in test_values() local
987 long double eps = boost::math::tools::epsilon<long double>(); in test_values() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dtest_tr1.cpp34 float eps = boost::math::tools::epsilon<float>(); in test_values() local
666 double eps = boost::math::tools::epsilon<double>(); in test_values() local
987 long double eps = boost::math::tools::epsilon<long double>(); in test_values() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/math/test/
H A Dtest_tr1.cpp34 float eps = boost::math::tools::epsilon<float>(); in test_values() local
666 double eps = boost::math::tools::epsilon<double>(); in test_values() local
987 long double eps = boost::math::tools::epsilon<long double>(); in test_values() local
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/test/
H A Dtest_tr1.cpp34 float eps = boost::math::tools::epsilon<float>(); in test_values() local
666 double eps = boost::math::tools::epsilon<double>(); in test_values() local
987 long double eps = boost::math::tools::epsilon<long double>(); in test_values() local
/dports/databases/percona57-server/boost_1_59_0/libs/math/test/
H A Dtest_tr1.cpp34 float eps = boost::math::tools::epsilon<float>(); in test_values() local
666 double eps = boost::math::tools::epsilon<double>(); in test_values() local
987 long double eps = boost::math::tools::epsilon<long double>(); in test_values() local
/dports/databases/xtrabackup/boost_1_59_0/libs/math/test/
H A Dtest_tr1.cpp34 float eps = boost::math::tools::epsilon<float>(); in test_values() local
666 double eps = boost::math::tools::epsilon<double>(); in test_values() local
987 long double eps = boost::math::tools::epsilon<long double>(); in test_values() local
/dports/databases/percona57-client/boost_1_59_0/libs/math/test/
H A Dtest_tr1.cpp34 float eps = boost::math::tools::epsilon<float>(); in test_values() local
666 double eps = boost::math::tools::epsilon<double>(); in test_values() local
987 long double eps = boost::math::tools::epsilon<long double>(); in test_values() local
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dtest_tr1.cpp34 float eps = boost::math::tools::epsilon<float>(); in test_values() local
666 double eps = boost::math::tools::epsilon<double>(); in test_values() local
987 long double eps = boost::math::tools::epsilon<long double>(); in test_values() local
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dtest_tr1.cpp34 float eps = boost::math::tools::epsilon<float>(); in test_values() local
666 double eps = boost::math::tools::epsilon<double>(); in test_values() local
987 long double eps = boost::math::tools::epsilon<long double>(); in test_values() local
H A Dtest_jacobi_theta.hpp298 #define _check_close(a, b, eps) \ argument
306 inline void test_periodicity(RealType z, RealType q, RealType eps) { in test_periodicity()
332 inline void test_argument_translation(RealType z, RealType q, RealType eps) { in test_argument_translation()
358 inline void test_sums_of_squares(RealType z, RealType q, RealType eps) { in test_sums_of_squares()
399 inline void test_addition_formulas(RealType z, RealType w, RealType q, RealType eps) { in test_addition_formulas()
433 inline void test_duplication_formula(RealType z, RealType q, RealType eps) { in test_duplication_formula()
444 inline void test_transformations_of_nome(RealType z, RealType q, RealType eps) { in test_transformations_of_nome()
489 inline void test_landen_transformations(RealType z, RealType tau, RealType eps) { in test_landen_transformations()
553 inline void test_special_values(RealType eps) { in test_special_values()
670 inline void test_elliptic_functions(RealType z, RealType q, RealType eps) { in test_elliptic_functions()
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/test/
H A Dtest_listen_socket.cpp155 std::vector<aux::listen_endpoint_t> eps = { in TORRENT_TEST() local
175 std::vector<aux::listen_endpoint_t> eps = { in TORRENT_TEST() local
190 std::vector<aux::listen_endpoint_t> eps = { in TORRENT_TEST() local
212 std::vector<aux::listen_endpoint_t> eps = { in TORRENT_TEST() local
232 std::vector<aux::listen_endpoint_t> eps = { in TORRENT_TEST() local
249 std::vector<aux::listen_endpoint_t> eps = { in TORRENT_TEST() local
268 std::vector<aux::listen_endpoint_t> eps ={ in TORRENT_TEST() local
288 std::vector<aux::listen_endpoint_t> eps = { in TORRENT_TEST() local
418 eps_t eps = { ep("0.0.0.0", 6881) }; in TORRENT_TEST() local
435 eps_t eps = { ep("0.0.0.0", 6881) }; in test_expand_unspecified_if_flags() local
[all …]
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/test/
H A Dtest_listen_socket.cpp155 std::vector<aux::listen_endpoint_t> eps = { in TORRENT_TEST() local
175 std::vector<aux::listen_endpoint_t> eps = { in TORRENT_TEST() local
190 std::vector<aux::listen_endpoint_t> eps = { in TORRENT_TEST() local
212 std::vector<aux::listen_endpoint_t> eps = { in TORRENT_TEST() local
232 std::vector<aux::listen_endpoint_t> eps = { in TORRENT_TEST() local
249 std::vector<aux::listen_endpoint_t> eps = { in TORRENT_TEST() local
268 std::vector<aux::listen_endpoint_t> eps ={ in TORRENT_TEST() local
288 std::vector<aux::listen_endpoint_t> eps = { in TORRENT_TEST() local
418 eps_t eps = { ep("0.0.0.0", 6881) }; in TORRENT_TEST() local
435 eps_t eps = { ep("0.0.0.0", 6881) }; in test_expand_unspecified_if_flags() local
[all …]
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Ddef.h189 #define EPSLT(x,y,eps) ((x)-(y) < -(eps)) argument
190 #define EPSLE(x,y,eps) ((x)-(y) <= (eps)) argument
191 #define EPSGT(x,y,eps) ((x)-(y) > (eps)) argument
192 #define EPSGE(x,y,eps) ((x)-(y) >= -(eps)) argument
193 #define EPSZ(x,eps) (REALABS(x) <= (eps)) argument
194 #define EPSP(x,eps) ((x) > (eps)) argument
195 #define EPSN(x,eps) ((x) < -(eps)) argument
196 #define EPSFLOOR(x,eps) (floor((x)+(eps))) argument
197 #define EPSCEIL(x,eps) (ceil((x)-(eps))) argument
198 #define EPSROUND(x,eps) (ceil((x)-0.5+(eps))) argument
[all …]
/dports/science/tfel-edf/tfel-3.2.1/tests/Math/tensor/
H A Dtensor.cxx133 const real eps = 10*numeric_limits<real>::epsilon(); in execute() local
160 const real eps = 10*numeric_limits<real>::epsilon(); in execute() local
189 const real eps = 10*numeric_limits<real>::epsilon(); in execute() local
218 const real eps = 10.*numeric_limits<real>::epsilon(); in execute() local
240 const real eps = 10.*numeric_limits<real>::epsilon(); in execute() local
270 const real eps = 10.*numeric_limits<real>::epsilon(); in execute() local
300 const real eps = 10.*numeric_limits<real>::epsilon(); in execute() local
330 const real eps = 10.*numeric_limits<real>::epsilon(); in execute() local
397 const real eps = 10.*numeric_limits<real>::epsilon(); in execute() local
427 const real eps = 1e-12; in execute() local
[all …]
/dports/science/tfel/tfel-3.4.0/tests/Math/tensor/
H A Dtensor.cxx133 const real eps = 10*numeric_limits<real>::epsilon(); in execute() local
160 const real eps = 10*numeric_limits<real>::epsilon(); in execute() local
189 const real eps = 10*numeric_limits<real>::epsilon(); in execute() local
218 const real eps = 10.*numeric_limits<real>::epsilon(); in execute() local
240 const real eps = 10.*numeric_limits<real>::epsilon(); in execute() local
270 const real eps = 10.*numeric_limits<real>::epsilon(); in execute() local
300 const real eps = 10.*numeric_limits<real>::epsilon(); in execute() local
330 const real eps = 10.*numeric_limits<real>::epsilon(); in execute() local
397 const real eps = 10.*numeric_limits<real>::epsilon(); in execute() local
427 const real eps = 1e-12; in execute() local
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/turb/
H A Dcs_turbulence_bc.c107 int eps; /* variable id for epsilon */ member
249 double *eps) in _ke_hyd_diam()
305 double *eps) in _ke_turb_intensity()
327 double eps, in _inlet_bc()
443 double eps, in _set_uninit_inlet_bc()
594 double ustar2, k, eps; in cs_f_turbulence_bc_inlet_hyd_diam() local
620 double k, eps; in cs_f_turbulence_bc_inlet_turb_intensity() local
842 double *eps) in cs_turbulence_bc_ke_hyd_diam()
920 double ustar2, k, eps; in cs_turbulence_bc_inlet_hyd_diam() local
949 double k, eps; in cs_turbulence_bc_inlet_turb_intensity() local
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/
H A Dcheck_value.cc253 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
491 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
729 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
967 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
1205 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
1443 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
1681 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
1919 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
/dports/math/R-cran-NMF/NMF/R/
H A Dalgorithms-base.R66 nmf_update.brunet_R <- function(i, v, x, eps=.Machine$double.eps, ...) argument
95 nmf_update.brunet <- function(i, v, x, copy=FALSE, eps=.Machine$double.eps, ...) argument
187 nmf_update.lee_R <- function(i, v, x, rescale=TRUE, eps=10^-9, ...) argument
222 nmf_update.lee <- function(i, v, x, rescale=TRUE, copy=FALSE, eps=10^-9, weight=NULL, ...) argument
321 nmf_update.euclidean_offset.h <- function(v, w, h, offset, eps=10^-9, copy=TRUE){ argument
326 nmf_update.euclidean_offset.w <- function(v, w, h, offset, eps=10^-9, copy=TRUE){ argument
333 nmf_update.offset_R <- function(i, v, x, eps=10^-9, ...) argument
363 nmf_update.offset <- function(i, v, x, copy=FALSE, eps=10^-9, ...) argument
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/
H A Dcheck_value.cc253 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test001() local
491 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test002() local
729 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test003() local
967 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test004() local
1205 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test005() local
1443 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test006() local
1681 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test007() local
1919 const Tp eps = std::numeric_limits<Tp>::epsilon(); in test008() local
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/fwd/
H A Dreverse_fold.hpp26 //! reverse_fold(sequence, state, f) == fold_right(sequence, state, flip(f)) in revtpssA()
32 //! `reverse_fold` is not tag-dispatched on its own and `fold_right` in revtpssA()
51 //! @param xs in revtpssA()
61 //! `f(x1, x2)`, where `x1` and `x2` are elements of the structure. in revtpssA()

12345678910>>...375