Home
last modified time | relevance | path

Searched defs:eps (Results 201 – 225 of 9881) sorted by relevance

12345678910>>...396

/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/types/
H A Dfinfo.hpp15 T finfo<std::complex<T>>::eps() const in eps() function in types::finfo::complex
21 T finfo<T>::eps() const in eps() function in types::finfo
/dports/math/igraph/igraph-0.9.5/vendor/glpk/draft/
H A Dglpios02.c390 { double eps = 1e-3 * (1.0 + fabs(L)); in check_row_bounds() local
398 { double eps = 1e-3 * (1.0 + fabs(U)); in check_row_bounds() local
406 { double eps = 1e-12 * (1.0 + fabs(L)); in check_row_bounds() local
414 { double eps = 1e-12 * (1.0 + fabs(U)); in check_row_bounds() local
471 { double eps = 1e-3 * (1.0 + fabs(lj)); in check_col_bounds() local
479 { double eps = 1e-3 * (1.0 + fabs(uj)); in check_col_bounds() local
487 { double eps = 1e-3 * (1.0 + fabs(ll)); in check_col_bounds() local
495 { double eps = 1e-3 * (1.0 + fabs(uu)); in check_col_bounds() local
506 double eps = 1e-10 * (1.0 + (t1 <= t2 ? t1 : t2)); in check_col_bounds() local
/dports/math/glpk/glpk-5.0/src/draft/
H A Dglpios02.c390 { double eps = 1e-3 * (1.0 + fabs(L)); in check_row_bounds() local
398 { double eps = 1e-3 * (1.0 + fabs(U)); in check_row_bounds() local
406 { double eps = 1e-12 * (1.0 + fabs(L)); in check_row_bounds() local
414 { double eps = 1e-12 * (1.0 + fabs(U)); in check_row_bounds() local
471 { double eps = 1e-3 * (1.0 + fabs(lj)); in check_col_bounds() local
479 { double eps = 1e-3 * (1.0 + fabs(uj)); in check_col_bounds() local
487 { double eps = 1e-3 * (1.0 + fabs(ll)); in check_col_bounds() local
495 { double eps = 1e-3 * (1.0 + fabs(uu)); in check_col_bounds() local
506 double eps = 1e-10 * (1.0 + (t1 <= t2 ? t1 : t2)); in check_col_bounds() local
/dports/math/R-cran-xts/xts/inst/unitTests/
H A Drunit.align.time.R17 for (eps in epsilon) { functionVar
35 eps <- 1e-6 functionVar
47 eps <- 1e-6 functionVar
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A Dvector2d.py117 def circin6(point1, point2, point3, eps=EPS4, useZ=True): argument
180 def circum3(point1, point2, point3, circum=True, eps=EPS4, useZ=True): argument
222 def _circum3(p1, point2, point3, circum=True, eps=EPS4, useZ=True, dLL3=False, argument
288 def _iscolinearWith(p, point1, point2, eps=EPS, useZ=True): argument
362 def _nearestOn(p0, p1, p2, within=True, eps=EPS): argument
377 def _null_space2(numpy, A, eps): argument
502 def soddy4(point1, point2, point3, eps=EPS4, useZ=True): argument
568 coin=False, eps=None, argument
624 def _trilaterate3d2(c1, r1, c2, r2, c3, r3, eps=EPS, coin=False, # MCCABE 14 argument
641 def _perturbe5(eps, r): argument
[all …]
H A Dvector3d.py42 def circin6(self, point2, point3, eps=EPS4): argument
76 def circum3(self, point2, point3, circum=True, eps=EPS4): argument
132 def iscolinearWith(self, point1, point2, eps=EPS): argument
242 def soddy4(self, point2, point3, eps=EPS4): argument
270 def trilaterate2d2(self, radius, center2, radius2, center3, radius3, eps=EPS, z=0): argument
314 def trilaterate3d2(self, radius, center2, radius2, center3, radius3, eps=EPS): argument
365 def _intersect3d3(start1, end1, start2, end2, eps=EPS, useZ=False): argument
419 def intersection3d3(start1, end1, start2, end2, eps=EPS, useZ=True, argument
563 def iscolinearWith(point, point1, point2, eps=EPS, useZ=True): argument
709 eps=None, **Vector_and_kwds): argument
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/utility/test/
H A Dassertions.h399 #define FOUNDATION_EXPECT_FEQ_EPS_IMPL(expected, expr, eps, stop) \ argument
407 #define EXPECT_FEQ_EPS(expected, expr, eps) \ argument
410 #define ASSERT_FEQ_EPS(expected, expr, eps) \ argument
418 #define FOUNDATION_EXPECT_ARRAY_FEQ_EPS_IMPL(expected, expr, eps, stop) \ argument
459 #define EXPECT_ARRAY_FEQ_EPS(expected, expr, eps) \ argument
462 #define ASSERT_ARRAY_FEQ_EPS(expected, expr, eps) \ argument
470 #define FOUNDATION_EXPECT_SEQUENCE_FEQ_EPS_IMPL(count, expected, expr, eps, stop) \ argument
505 #define EXPECT_SEQUENCE_FEQ_EPS(count, expected, expr, eps) \ argument
508 #define ASSERT_SEQUENCE_FEQ_EPS(count, expected, expr, eps) \ argument
535 #define FOUNDATION_EXPECT_FNEQ_EPS_IMPL(expected, expr, eps, stop) \ argument
[all …]
/dports/science/py-ase/ase-3.22.0/ase/build/
H A Droot.py56 def point_in_cell_2d(point, cell, eps=1e-8): argument
95 def _root_surface_analysis(primitive_slab, root, eps=1e-8): argument
128 def root_surface_analysis(primitive_slab, root, eps=1e-8): argument
139 def root_surface(primitive_slab, root, eps=1e-8): argument
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/
H A Droot.h99 const T eps, in find_root_bisection()
142 const T eps, in find_root_newton()
177 const T eps, in find_multiple_roots_bisection()
202 const T eps, in find_multiple_roots_newton()
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_cdf__tdist.c196 double eps = u / (1 + u); in gsl_cdf_tdist_P() local
210 double eps = v / (1 + v); in gsl_cdf_tdist_P() local
244 double eps = u / (1 + u); in gsl_cdf_tdist_Q() local
258 double eps = v / (1 + v); in gsl_cdf_tdist_Q() local
/dports/math/gsl/gsl-2.7/cdf/
H A Dtdist.c196 double eps = u / (1 + u); in gsl_cdf_tdist_P() local
210 double eps = v / (1 + v); in gsl_cdf_tdist_P() local
244 double eps = u / (1 + u); in gsl_cdf_tdist_Q() local
258 double eps = v / (1 + v); in gsl_cdf_tdist_Q() local
/dports/science/elk/elk-7.2.42/src/spacegroup/
H A Dr3frac.f909 subroutine r3frac(eps,v) argument
25 real(8), intent(in) :: eps local
/dports/science/elk/elk-7.2.42/src/
H A Dr3frac.f909 pure subroutine r3frac(eps,v) argument
25 real(8), intent(in) :: eps local
/dports/devel/spark/spark-2.1.1/mllib/src/test/scala/org/apache/spark/mllib/evaluation/
H A DRankingMetricsSuite.scala33 val eps = 1.0E-5 constant
60 val eps = 1.0E-5 constant
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/cython/
H A D_cy_affine.pyx124 def is_identity(self, Coord eps=EPSILON):
131 def is_translation(self, Coord eps=EPSILON):
138 def is_scale(self, Coord eps=EPSILON):
145 def is_uniform_scale(self, Coord eps=EPSILON):
152 def is_rotation(self, Coord eps=EPSILON):
159 def is_HShear(self, Coord eps=EPSILON):
166 def is_VShear(self, Coord eps=EPSILON):
215 def is_zoom(self, Coord eps=EPSILON):
222 def preserves_area(self, Coord eps=EPSILON):
247 def is_singular(self, Coord eps=EPSILON):
[all …]
/dports/math/lib2geom/lib2geom-1.1/src/cython/
H A D_cy_affine.pyx124 def is_identity(self, Coord eps=EPSILON):
131 def is_translation(self, Coord eps=EPSILON):
138 def is_scale(self, Coord eps=EPSILON):
145 def is_uniform_scale(self, Coord eps=EPSILON):
152 def is_rotation(self, Coord eps=EPSILON):
159 def is_HShear(self, Coord eps=EPSILON):
166 def is_VShear(self, Coord eps=EPSILON):
215 def is_zoom(self, Coord eps=EPSILON):
222 def preserves_area(self, Coord eps=EPSILON):
247 def is_singular(self, Coord eps=EPSILON):
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/ieee/
H A Ddec_math_1.f9019 real(real_kind), parameter :: eps = 5e-11_10 variable
27 real(real_kind), parameter :: eps = 5e-16_16 variable
35 real(real_kind), parameter :: eps = 5e-10_8 variable
134 subroutine compare(strl, xl_in, xl_out, strr, xr_in, xr_out, eps) argument
138 real(real_kind), intent(in) :: xl_in, xl_out, xr_in, xr_out, eps local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/ieee/
H A Ddec_math_1.f9019 real(real_kind), parameter :: eps = 5e-11_10 variable
27 real(real_kind), parameter :: eps = 5e-16_16 variable
35 real(real_kind), parameter :: eps = 5e-10_8 variable
134 subroutine compare(strl, xl_in, xl_out, strr, xr_in, xr_out, eps) argument
138 real(real_kind), intent(in) :: xl_in, xl_out, xr_in, xr_out, eps local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/ieee/
H A Ddec_math_1.f9019 real(real_kind), parameter :: eps = 5e-11_10 variable
27 real(real_kind), parameter :: eps = 5e-16_16 variable
35 real(real_kind), parameter :: eps = 5e-10_8 variable
134 subroutine compare(strl, xl_in, xl_out, strr, xr_in, xr_out, eps) argument
138 real(real_kind), intent(in) :: xl_in, xl_out, xr_in, xr_out, eps local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/ieee/
H A Ddec_math_1.f9019 real(real_kind), parameter :: eps = 5e-11_10 variable
27 real(real_kind), parameter :: eps = 5e-16_16 variable
35 real(real_kind), parameter :: eps = 5e-10_8 variable
134 subroutine compare(strl, xl_in, xl_out, strr, xr_in, xr_out, eps) argument
138 real(real_kind), intent(in) :: xl_in, xl_out, xr_in, xr_out, eps local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/ieee/
H A Ddec_math_1.f9019 real(real_kind), parameter :: eps = 5e-11_10 variable
27 real(real_kind), parameter :: eps = 5e-16_16 variable
35 real(real_kind), parameter :: eps = 5e-10_8 variable
134 subroutine compare(strl, xl_in, xl_out, strr, xr_in, xr_out, eps) argument
138 real(real_kind), intent(in) :: xl_in, xl_out, xr_in, xr_out, eps local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/ieee/
H A Ddec_math_1.f9019 real(real_kind), parameter :: eps = 5e-11_10 variable
27 real(real_kind), parameter :: eps = 5e-16_16 variable
35 real(real_kind), parameter :: eps = 5e-10_8 variable
134 subroutine compare(strl, xl_in, xl_out, strr, xr_in, xr_out, eps) argument
138 real(real_kind), intent(in) :: xl_in, xl_out, xr_in, xr_out, eps local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/ieee/
H A Ddec_math_1.f9019 real(real_kind), parameter :: eps = 5e-11_10 variable
27 real(real_kind), parameter :: eps = 5e-16_16 variable
35 real(real_kind), parameter :: eps = 5e-10_8 variable
134 subroutine compare(strl, xl_in, xl_out, strr, xr_in, xr_out, eps) argument
138 real(real_kind), intent(in) :: xl_in, xl_out, xr_in, xr_out, eps local
/dports/math/stanmath/math-4.2.0/test/unit/math/opencl/kernel_generator/
H A Dcalc_if_test.cpp27 double eps = 0; in TEST() local
39 double eps = 0; in TEST() local
53 double eps = 0; in TEST() local
65 double eps = 0; in TEST() local
/dports/science/tfel/tfel-3.4.0/tests/Math/
H A DBissectionAlgorithmTest.cxx42 TFEL_CONSTEXPR const auto eps = double(1.e-14); in test1() local
74 TFEL_CONSTEXPR const auto eps = double(1.e-14); in test2() local
106 TFEL_CONSTEXPR const auto eps = double(1.e-14); in test3() local

12345678910>>...396