Searched refs:tol (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/gomp/appendix-a/
H A Da.32.1.c7 float tol; variable
9 #pragma omp threadprivate(work,size,tol)
13 tol = t;
15 #pragma omp parallel copyin(tol,size)
26 work[i] = tol;
H A Da.12.1.c6 a12 (float *x, float *xold, int n, float tol) argument
30 if (error > tol || error < -tol)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/
H A Dchecktime.in15 $tol=2.0;
45 if ( ( $dargs[4] > $tol ) || ( $dargs[4] < -$tol ) ) {
51 # When the above list finishes, hosts that are different by +/- $tol (two seconds)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.fortran/
H A Djacobi.f19 * tol - error tolerance for iterative solver
31 double precision tol,relax,alpha variable in program:main
34 common /fdat/tol,alpha,relax local in program:main
51 write(*,*) "Input tol - error tolerance for iterative solver"
52 tol = 1.0E-12
53 * read(5,*) tol
54 write(*,*) tol
82 double precision tol,relax,alpha local in subroutine:driver
85 common /fdat/tol,alpha,relax local in subroutine:driver
95 call jacobi (n,m,dx,dy,alpha,relax,u,f,tol,mit
161 double precision dx,dy,f(n,m),u(n,m),alpha, tol local in subroutine:jacobi
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dzs.c504 int src, rate0, rate1, err, tol; local
510 tol = ZS_TOLERANCE;
514 * the best. A source has to match BETTER than tol to be chosen.
528 if (err < tol) {
529 tol = err;
567 if (err < tol) {
568 tol = err;
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dzs.c537 int src, rate0, rate1, err, tol; local
543 tol = ZS_TOLERANCE;
547 * the best. A source has to match BETTER than tol to be chosen.
561 if (err < tol) {
562 tol = err;
600 if (err < tol) {
601 tol = err;
/netbsd-6-1-5-RELEASE/lib/libc/gdtoa/
H A Dstrtodg.c337 double adj0, tol; local
1025 tol = dval(&adj) * 5e-16; /* > max rel error */
1027 if (dval(&adj) < -tol) {
1028 if (adj0 > tol) {
1033 else if (dval(&adj) > tol && adj0 < 1. - tol) {

Completed in 178 milliseconds