Searched refs:eps (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_asin.c120 const double eps = 1.0e-15; local
126 if (fabs(y - values[i].y) > eps)
233 const float eps = 1.0e-6; local
241 if (fabs(asinf(x) - y) > eps)
H A Dt_ldexp.c199 const double eps = 1.0e-40; local
201 const double eps = __DBL_MIN__*4.0; local
211 if (fabs(y - (x * exp2(n[i]))) > eps) {
323 const float eps = 1.0e-9; local
332 if (fabsf(y - (x * exp2f(n[i]))) > eps) {
H A Dt_exp.c241 double eps; local
249 eps = 1e-15 * exp_values[i].e;
251 if (fabs(exp(x) - y) > eps)
339 float eps; local
347 eps = 1e-6 * exp_values[i].e;
349 if (fabsf(expf(x) - y) > eps)
H A Dt_log.c617 const double eps = 1.0e-38; local
619 if (fabs(log(M_E) - 1.0) > eps)
717 const float eps = 1.0e-7; local
719 if (fabsf(logf(M_E) - 1.0f) > eps)
/freebsd-11-stable/lib/msun/tests/
H A Dnext_test.c110 #define stest(next, eps, prec) \
111 test##prec(next(-0.0, 42.0), eps, ex_under); \
112 test##prec(next(0.0, -42.0), -eps, ex_under); \
113 test##prec(next(0.0, INFINITY), eps, ex_under); \
114 test##prec(next(-0.0, -INFINITY), -eps, ex_under)
/freebsd-11-stable/sbin/devd/
H A Ddevd.cc187 event_proc::add(eps *eps) argument
189 _epsvec.push_back(eps);
195 vector<eps *>::const_iterator i;
206 vector<eps *>::const_iterator i;
1129 add_to_event_proc(event_proc *ep, eps *eps) argument
1133 ep->add(eps);
1137 eps *
1140 eps *
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-uart.c126 lcrval.s.eps = 1; /* even parity? */
H A Dcvmx-mio-defs.h7987 uint64_t eps : 1; /**< Even Parity Select bit */ member in struct:cvmx_mio_uartx_lcr::cvmx_mio_uartx_lcr_s
7995 uint64_t eps : 1;
9128 uint64_t eps : 1; /**< Even Parity Select bit */ member in struct:cvmx_mio_uart2_lcr::cvmx_mio_uart2_lcr_s
9136 uint64_t eps : 1;
/freebsd-11-stable/sys/netgraph/atm/ccatm/
H A Dng_ccatm.c717 struct atm_exstatus_ep *eps; local
728 &s, &eps, &ports, &conns, &parties);
732 offs = sizeof(s) + s.neps * sizeof(*eps) +
746 memcpy(resp->data + offs, eps,
747 sizeof(*eps) * s.neps);
748 offs += sizeof(*eps) * s.neps;
762 free(eps, M_NG_CCATM);
/freebsd-11-stable/contrib/flex/
H A Dparse.y69 int pat, scnum, eps, headcnt, trailcnt, lastchar, i, rulelen;
474 eps = mkstate( SYM_EPSILON );
476 link_machines( eps, mkstate( '\n' ) ) );
/freebsd-11-stable/lib/msun/ld128/
H A Ds_exp2l.c192 static const float eps[TBLSIZE] = { variable
335 * y = i/TBLSIZE + z - eps[i] for integer i near y * TBLSIZE.
336 * Thus we have exp2(y) = exp2(i/TBLSIZE) * exp2(z - eps[i]),
337 * with |z - eps[i]| <= 2**-8 + 2**-98 for the table used.
339 * We compute exp2(i/TBLSIZE) via table lookup and exp2(z - eps[i]) via
341 * The values in exp2t[] and eps[] are chosen such that
342 * exp2t[i] = exp2(i/TBLSIZE + eps[i]), and eps[i] is a small offset such
413 /* Compute r = exp2(y) = exp2t[i0] * p(z - eps[i]). */
415 z -= eps[i
[all...]
/freebsd-11-stable/share/examples/
H A DMakefile45 BSD_daemon/beastie.eps \
47 BSD_daemon/eps.patch \
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dcommon.cpp89 double eps = 0.0001; local
114 if (dist0 < eps && dist1 < eps)
/freebsd-11-stable/usr.bin/lex/
H A Dinitparse.c54 int pat, scnum, eps, headcnt, trailcnt, lastchar, i, rulelen; variable
1227 eps = mkstate( SYM_EPSILON );
1229 link_machines( eps, mkstate( '\n' ) ) );
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_xhci.c243 struct pci_xhci_dev_ep eps[XHCI_MAX_ENDPOINTS]; member in struct:pci_xhci_dev_emu
644 devep = &dev->eps[epid];
689 devep = &dev->eps[epid];
893 /* reset all eps other than ep-0 */
1140 devep = &dev->eps[epid];
1237 devep = &dev->eps[epid];
1544 devep = &dev->eps[epid];
1909 devep = &dev->eps[epid];
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex1132 with PDF output, and none of those formats could be found. (.eps cannot
8445 % #1 is (mandatory) image filename; we tack on .eps extension.
8488 \epsfbox{#1.eps}%
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex6525 % #1 is (mandatory) image filename; we tack on .eps extension.
6553 \epsfbox{#1.eps}%
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex6396 % #1 is (mandatory) image filename; we tack on .eps extension.
6424 \epsfbox{#1.eps}%

Completed in 456 milliseconds

12