Searched refs:eps (Results 1 - 25 of 79) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/powerpc/
H A Drs6000-ldouble-2.c13 long double eps = ee; local
16 eps = ee;
17 ee = eps / 2;
19 if (eps != LDBL_EPSILON)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/powerpc/
H A Drs6000-ldouble-2.c13 long double eps = ee; local
16 eps = ee;
17 ee = eps / 2;
19 if (eps != LDBL_EPSILON)
/netbsd-6-1-5-RELEASE/usr.sbin/timed/timed/
H A Dnetworkdelta.c77 float eps; local
104 eps = med - x[0];
108 med = median(med, &eps, &x[0], xp+1, VALID_RANGE);
145 return median(med, &eps, &x[0], xp, 1);
166 float eps; local
172 eps = *eps_ptr;
173 if (eps < 1.0) {
174 eps = -eps;
175 if (eps < 1.
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/
H A Dcheck_value.cc70 const Tp eps = std::numeric_limits<Tp>::epsilon(); local
82 if (std::abs(f0) > Tp(10) * eps
83 && std::abs(f) > Tp(10) * eps)
121 const Tp eps = std::numeric_limits<Tp>::epsilon();
133 if (std::abs(f0) > Tp(10) * eps
134 && std::abs(f) > Tp(10) * eps)
172 const Tp eps = std::numeric_limits<Tp>::epsilon();
184 if (std::abs(f0) > Tp(10) * eps
185 && std::abs(f) > Tp(10) * eps)
223 const Tp eps
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/
H A Dcheck_value.cc71 const Tp eps = std::numeric_limits<Tp>::epsilon(); local
83 if (std::abs(f0) > Tp(10) * eps
84 && std::abs(f) > Tp(10) * eps)
123 const Tp eps = std::numeric_limits<Tp>::epsilon();
135 if (std::abs(f0) > Tp(10) * eps
136 && std::abs(f) > Tp(10) * eps)
175 const Tp eps = std::numeric_limits<Tp>::epsilon();
187 if (std::abs(f0) > Tp(10) * eps
188 && std::abs(f) > Tp(10) * eps)
227 const Tp eps
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/
H A Dcheck_value.cc71 const Tp eps = std::numeric_limits<Tp>::epsilon(); local
83 if (std::abs(f0) > Tp(10) * eps
84 && std::abs(f) > Tp(10) * eps)
123 const Tp eps = std::numeric_limits<Tp>::epsilon();
135 if (std::abs(f0) > Tp(10) * eps
136 && std::abs(f) > Tp(10) * eps)
175 const Tp eps = std::numeric_limits<Tp>::epsilon();
187 if (std::abs(f0) > Tp(10) * eps
188 && std::abs(f) > Tp(10) * eps)
227 const Tp eps
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Deint.c38 mpfr_t eps; /* dynamic (absolute) error bound on t */ local
61 MPFR_GROUP_INIT_3 (group, 31, eps, erru, errs);
77 mpfr_set_ui (eps, 0, MPFR_RNDN); /* eps[0] = 0 */
81 /* let eps[k] be the absolute error on t[k]:
83 eps[k+1] <= 1 + eps[k-1]*m*2^e/k + t[k-1]*m*2^(1-w)*2^e/k
84 = 1 + (eps[k-1] + t[k-1]*2^(1-w))*m*2^e/k
85 = 1 + (eps[k-1]*2^(w-1) + t[k-1])*2^(1-w)*m*2^e/k */
86 mpfr_mul_2ui (eps, ep
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/complex/
H A D13450.cc33 T eps = numeric_limits<T>::epsilon() * 100; local
39 VERIFY( abs(ref - res1) < eps );
40 VERIFY( abs(ref - res2) < eps );
41 VERIFY( abs(res1 - res2) < eps );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/26_numerics/complex/
H A D13450.cc34 T eps = numeric_limits<T>::epsilon() * 100; local
40 VERIFY( abs(ref - res1) < eps );
41 VERIFY( abs(ref - res2) < eps );
42 VERIFY( abs(res1 - res2) < eps );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/
H A Dcheck_value.cc92 const Tp eps = std::numeric_limits<Tp>::epsilon(); local
105 if (std::abs(f0) > Tp(10) * eps
106 && std::abs(f) > Tp(10) * eps)
166 const Tp eps = std::numeric_limits<Tp>::epsilon();
179 if (std::abs(f0) > Tp(10) * eps
180 && std::abs(f) > Tp(10) * eps)
240 const Tp eps = std::numeric_limits<Tp>::epsilon();
253 if (std::abs(f0) > Tp(10) * eps
254 && std::abs(f) > Tp(10) * eps)
314 const Tp eps
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/
H A Dcheck_value.cc92 const Tp eps = std::numeric_limits<Tp>::epsilon(); local
105 if (std::abs(f0) > Tp(10) * eps
106 && std::abs(f) > Tp(10) * eps)
166 const Tp eps = std::numeric_limits<Tp>::epsilon();
179 if (std::abs(f0) > Tp(10) * eps
180 && std::abs(f) > Tp(10) * eps)
240 const Tp eps = std::numeric_limits<Tp>::epsilon();
253 if (std::abs(f0) > Tp(10) * eps
254 && std::abs(f) > Tp(10) * eps)
314 const Tp eps
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/
H A Dnfa.c378 int eps; local
386 eps = mkstate (SYM_EPSILON);
388 mkxtion (eps, first);
389 mkxtion (eps, second);
391 return eps;
427 int eps; local
430 eps = mkstate (SYM_EPSILON);
431 mach = link_machines (mach, eps);
438 eps = mkstate (SYM_EPSILON);
439 mach = link_machines (eps, mac
464 int eps, orend; local
520 int eps; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/
H A Dcheck_value.cc60 const Tp eps = std::numeric_limits<Tp>::epsilon(); local
72 if (std::abs(f0) > Tp(10) * eps
73 && std::abs(f) > Tp(10) * eps)
101 const Tp eps = std::numeric_limits<Tp>::epsilon();
113 if (std::abs(f0) > Tp(10) * eps
114 && std::abs(f) > Tp(10) * eps)
142 const Tp eps = std::numeric_limits<Tp>::epsilon();
154 if (std::abs(f0) > Tp(10) * eps
155 && std::abs(f) > Tp(10) * eps)
183 const Tp eps
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/
H A Dcheck_value.cc60 const Tp eps = std::numeric_limits<Tp>::epsilon(); local
72 if (std::abs(f0) > Tp(10) * eps
73 && std::abs(f) > Tp(10) * eps)
101 const Tp eps = std::numeric_limits<Tp>::epsilon();
113 if (std::abs(f0) > Tp(10) * eps
114 && std::abs(f) > Tp(10) * eps)
142 const Tp eps = std::numeric_limits<Tp>::epsilon();
154 if (std::abs(f0) > Tp(10) * eps
155 && std::abs(f) > Tp(10) * eps)
183 const Tp eps
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/
H A Dcheck_value.cc60 const Tp eps = std::numeric_limits<Tp>::epsilon(); local
72 if (std::abs(f0) > Tp(10) * eps
73 && std::abs(f) > Tp(10) * eps)
101 const Tp eps = std::numeric_limits<Tp>::epsilon();
113 if (std::abs(f0) > Tp(10) * eps
114 && std::abs(f) > Tp(10) * eps)
142 const Tp eps = std::numeric_limits<Tp>::epsilon();
154 if (std::abs(f0) > Tp(10) * eps
155 && std::abs(f) > Tp(10) * eps)
183 const Tp eps
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/contrib/pdfmark/
H A DMakefile.sub34 gnu.eps \
67 pdfdoc: gnu.eps $(PDFDOCFILES)
69 gnu.eps:
70 if test -f $(top_srcdir)/doc/gnu.eps; then \
71 cp $(top_srcdir)/doc/gnu.eps . ; \
72 elif test -f $(top_builddir)/doc/gnu.eps; then \
73 cp $(top_builddir)/doc/gnu.eps . ; \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/
H A Dcheck_value.cc70 const Tp eps = std::numeric_limits<Tp>::epsilon(); local
83 if (std::abs(f0) > Tp(10) * eps
84 && std::abs(f) > Tp(10) * eps)
122 const Tp eps = std::numeric_limits<Tp>::epsilon();
135 if (std::abs(f0) > Tp(10) * eps
136 && std::abs(f) > Tp(10) * eps)
174 const Tp eps = std::numeric_limits<Tp>::epsilon();
187 if (std::abs(f0) > Tp(10) * eps
188 && std::abs(f) > Tp(10) * eps)
226 const Tp eps
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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(); local
83 if (std::abs(f0) > Tp(10) * eps
84 && std::abs(f) > Tp(10) * eps)
123 const Tp eps = std::numeric_limits<Tp>::epsilon();
135 if (std::abs(f0) > Tp(10) * eps
136 && std::abs(f) > Tp(10) * eps)
175 const Tp eps = std::numeric_limits<Tp>::epsilon();
187 if (std::abs(f0) > Tp(10) * eps
188 && std::abs(f) > Tp(10) * eps)
227 const Tp eps
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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(); local
82 if (std::abs(f0) > Tp(10) * eps
83 && std::abs(f) > Tp(10) * eps)
121 const Tp eps = std::numeric_limits<Tp>::epsilon();
133 if (std::abs(f0) > Tp(10) * eps
134 && std::abs(f) > Tp(10) * eps)
172 const Tp eps = std::numeric_limits<Tp>::epsilon();
184 if (std::abs(f0) > Tp(10) * eps
185 && std::abs(f) > Tp(10) * eps)
223 const Tp eps
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtinternals.c53 mpfr_t x, y, z, eps; local
58 mpfr_inits (x, y, z, eps, (mpfr_ptr) 0);
62 mpfr_set_prec (eps, 2);
63 mpfr_set_ui_2exp (eps, 1, -32, MPFR_RNDN);
85 (z, x, eps, (mpfr_rnd_t) r);
123 mpfr_clears (x, y, z, eps, (mpfr_ptr) 0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/
H A Dcheck_value.cc92 const Tp eps = std::numeric_limits<Tp>::epsilon(); local
105 if (std::abs(f0) > Tp(10) * eps
106 && std::abs(f) > Tp(10) * eps)
166 const Tp eps = std::numeric_limits<Tp>::epsilon();
179 if (std::abs(f0) > Tp(10) * eps
180 && std::abs(f) > Tp(10) * eps)
240 const Tp eps = std::numeric_limits<Tp>::epsilon();
253 if (std::abs(f0) > Tp(10) * eps
254 && std::abs(f) > Tp(10) * eps)
314 const Tp eps
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/
H A Dcheck_value.cc71 const Tp eps = std::numeric_limits<Tp>::epsilon(); local
83 if (std::abs(f0) > Tp(10) * eps
84 && std::abs(f) > Tp(10) * eps)
123 const Tp eps = std::numeric_limits<Tp>::epsilon();
135 if (std::abs(f0) > Tp(10) * eps
136 && std::abs(f) > Tp(10) * eps)
175 const Tp eps = std::numeric_limits<Tp>::epsilon();
187 if (std::abs(f0) > Tp(10) * eps
188 && std::abs(f) > Tp(10) * eps)
227 const Tp eps
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/
H A Dcheck_value.cc71 const Tp eps = std::numeric_limits<Tp>::epsilon(); local
83 if (std::abs(f0) > Tp(10) * eps
84 && std::abs(f) > Tp(10) * eps)
123 const Tp eps = std::numeric_limits<Tp>::epsilon();
135 if (std::abs(f0) > Tp(10) * eps
136 && std::abs(f) > Tp(10) * eps)
175 const Tp eps = std::numeric_limits<Tp>::epsilon();
187 if (std::abs(f0) > Tp(10) * eps
188 && std::abs(f) > Tp(10) * eps)
227 const Tp eps
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/
H A Dcheck_value.cc70 const Tp eps = std::numeric_limits<Tp>::epsilon(); local
82 if (std::abs(f0) > Tp(10) * eps
83 && std::abs(f) > Tp(10) * eps)
121 const Tp eps = std::numeric_limits<Tp>::epsilon();
133 if (std::abs(f0) > Tp(10) * eps
134 && std::abs(f) > Tp(10) * eps)
172 const Tp eps = std::numeric_limits<Tp>::epsilon();
184 if (std::abs(f0) > Tp(10) * eps
185 && std::abs(f) > Tp(10) * eps)
223 const Tp eps
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/
H A Dcheck_value.cc72 const Tp eps = std::numeric_limits<Tp>::epsilon(); local
85 if (std::abs(f0) > Tp(10) * eps
86 && std::abs(f) > Tp(10) * eps)
126 const Tp eps = std::numeric_limits<Tp>::epsilon();
139 if (std::abs(f0) > Tp(10) * eps
140 && std::abs(f) > Tp(10) * eps)
180 const Tp eps = std::numeric_limits<Tp>::epsilon();
193 if (std::abs(f0) > Tp(10) * eps
194 && std::abs(f) > Tp(10) * eps)
234 const Tp eps
[all...]

Completed in 244 milliseconds

1234