Home
last modified time | relevance | path

Searched defs:eps (Results 226 – 250 of 10009) sorted by relevance

12345678910>>...401

/dports/science/py-chainer/chainer-7.8.0/chainer/optimizers/
H A Dadam.py25 eps = None # type: float variable in AdamHyperparameter
131 alpha=None, beta1=None, beta2=None, eps=None, argument
414 eps=_default_hyperparam.eps, argument
436 eps = optimizer.HyperparameterProxy('eps') variable in Adam
484 eps=_default_hyperparam.eps, argument
513 eps=_default_hyperparam.eps, argument
545 eps=_default_hyperparam.eps, argument
577 eps=_default_hyperparam.eps, argument
/dports/graphics/opencv/opencv-4.5.3/modules/ts/include/opencv2/ts/
H A Docl_test.hpp89 #define EXPECT_MAT_NORM(mat, eps) \ argument
96 #define EXPECT_MAT_NEAR(mat1, mat2, eps) \ argument
105 #define EXPECT_MAT_NEAR_RELATIVE(mat1, mat2, eps) \ argument
125 #define OCL_EXPECT_MAT_N_DIFF(name, eps) \ argument
144 #define OCL_EXPECT_MATS_NEAR(name, eps) \ argument
162 #define OCL_EXPECT_MATS_NEAR_RELATIVE(name, eps) \ argument
181 #define OCL_EXPECT_MATS_NEAR_RELATIVE_SPARSE(name, eps) \ argument
200 #define EXPECT_MAT_SIMILAR(mat1, mat2, eps) \ argument
/dports/math/cppad/CppAD-20210000.8/test_more/general/
H A Dforward_dir.cpp28 double eps = 10. * std::numeric_limits<double>::epsilon(); in check_identity() local
88 double eps = 10. * std::numeric_limits<double>::epsilon(); in abs_op() local
148 double eps = 10. * std::numeric_limits<double>::epsilon(); in addpv_op() local
207 double eps = 10. * std::numeric_limits<double>::epsilon(); in addvv_op() local
267 double eps = 10. * std::numeric_limits<double>::epsilon(); in cos_op() local
329 double eps = 10. * std::numeric_limits<double>::epsilon(); in cosh_op() local
391 double eps = 10. * std::numeric_limits<double>::epsilon(); in cexp_op() local
468 double eps = 10. * std::numeric_limits<double>::epsilon(); in csum_op() local
549 double eps = 10. * std::numeric_limits<double>::epsilon(); in CPPAD_DISCRETE_FUNCTION() local
616 double eps = 10. * std::numeric_limits<double>::epsilon(); in divpv_op() local
[all …]
/dports/math/R-cran-numDeriv/numDeriv/R/
H A DnumDeriv.R41 args <- list(eps=1e-4) # default nameattr
45 eps <- rep(args$eps, n) * side functionVar
79 …args <- list(eps=1e-4, d=0.0001, zero.tol=sqrt(.Machine$double.eps/7e-7), r=4, v=2, show.details=F… globalVar
171 args <- list(eps=1e-4) # default nameattr
175 eps <- rep(args$eps, n) * side functionVar
209 args <- list(eps=1e-4, d=0.0001, zero.tol=sqrt(.Machine$double.eps/7e-7), globalVar
/dports/graphics/cptutils/cptutils-1.74/src/unit/
H A Dtests_ggr.c62 double bg[3] = {0, 0, 0}, rgbD[3], eps = 1e-6; in test_ggr_sample_at_midpoint() local
78 double bg[3] = {0, 0, 0}, rgbD[3], eps = 1e-8; in test_ggr_sample_outside_range() local
91 double bg[3] = {0, 0.5, 1.0}, rgbD[3], eps = 1e-8; in test_ggr_sample_null() local
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/
H A Dnumeric_test.cc120 float eps = 1e-5f; in TEST_P() local
131 double eps = 1e-8; in TEST_P() local
152 double eps = 1e-5; in TEST_P() local
160 double eps = 1e-5; in TEST_P() local
/dports/science/py-dipy/dipy-1.4.1/dipy/boots/
H A Dresampling.py82 def abc(x, statistic=bs_se, alpha=0.05, eps=1e-5): argument
149 def __calc_z0(x, p_0, statistic, eps, a_hat, sigma_hat): argument
196 def __tt_dot(i, x, p_0, statistic, eps): argument
206 def __tt_dot_dot(i, x, p_0, statistic, eps): argument
/dports/science/madness/madness-ebb3fd7/src/apps/hf/
H A Dpoperator.h77 …SeparatedConvolution<Q, NDIM> PeriodicCoulombOp(World& world, long k, double lo, double eps, Tenso… in PeriodicCoulombOp()
102 …SeparatedConvolution<Q, NDIM>* PeriodicCoulombOpPtr(World& world, long k, double lo, double eps, T… in PeriodicCoulombOpPtr()
127 …ion<Q, NDIM> PeriodicBSHOp(World& world, double mu, long k, double lo, double eps, Tensor<double> … in PeriodicBSHOp()
149 …Q, NDIM>* PeriodicBSHOpPtr(World& world, double mu, long k, double lo, double eps, Tensor<double> … in PeriodicBSHOpPtr()
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/polygons2d/
H A DremoveMultipleVertices.m56 eps = 1e-14; variable
65 eps = var; variable
/dports/mail/eps/eps-1.7/
H A Demail.c13 void email_content_type(eps_t *eps, header_t *h, void *x) in email_content_type()
57 void email_header_internal(eps_t *eps) in email_header_internal()
/dports/science/ghmm/ghmm-0.9-rc3/ghmmwrapper/
H A Dmixture.py79 def estimate_mixture(models, seqs, max_iter, eps, alpha=None): argument
213 eps = 0.001 variable
226 eps = float(a) variable
/dports/math/fxt/fxt/src/aux1/attic/
H A Dsymmetry.cc17 symm_q(const double *f, ulong n, double eps/*=1e-5*/) in symm_q()
40 symm_0_q(const double *f, ulong n, double eps/*=1e-5*/) in symm_0_q()
61 any_symm_q(const double *f, ulong n, double eps/*=1e-5*/) in any_symm_q()
/dports/devel/R-cran-pkgcache/pkgcache/tests/async/
H A Dtest-debug.R10 eps <- 0 globalVar
40 eps <- 1/100000 globalVar
75 eps <- 1/100000 globalVar
98 eps <- 0 globalVar
131 eps <- 1/100000 globalVar
/dports/science/axom/axom-0.6.1/src/axom/primal/tests/
H A Dprimal_bezier_intersect.cpp39 double eps, in checkIntersections()
142 const double eps = 1E-3; in TEST() local
167 const double eps = 1E-3; in TEST() local
192 const double eps = 1E-3; in TEST() local
211 const double eps = 1E-3; in TEST() local
288 const double eps = 1E-16; in TEST() local
330 const double eps = 1E-16; in TEST() local
390 const double eps = std::pow(10, -exp); in TEST() local
431 const double eps = 1E-16; in TEST() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/tests/
H A Dtest_qr.cxx71 inline float eps(float *) { return 1e-5f; } in eps() function
72 inline double eps(double *) { return 1e-12; } in eps() function
73 inline float eps(std::complex<float> *) { return 1e-5f; } in eps() function
74 inline double eps(std::complex<double> *) { return 1e-12; } in eps() function
/dports/graphics/blender/blender-2.91.0/tests/gtests/testing/
H A Dtesting.h19 #define EXPECT_V3_NEAR(a, b, eps) \ argument
27 #define EXPECT_V4_NEAR(a, b, eps) \ argument
36 #define EXPECT_M3_NEAR(a, b, eps) \ argument
43 #define EXPECT_M4_NEAR(a, b, eps) \ argument
/dports/misc/vxl/vxl-3.3.2/core/vnl/algo/tests/
H A Dtest_qr.cxx71 eps(float *) in eps() function
76 eps(double *) in eps() function
81 eps(std::complex<float> *) in eps() function
86 eps(std::complex<double> *) in eps() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/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/tinygo/tinygo-0.14.1/llvm-project/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-libcxx/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/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/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/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/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/libc++/libcxx-10.0.1.src/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/llvm12/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/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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

12345678910>>...401