Searched refs:zu (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr57517.f906 REAL :: zu local in subroutine:cal_helicity
8 zu = (ph(i ) + phb(i)) + (ph(i-1) + phb(i-1))
10 uh(i) = uh(i) + zu
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/vect/
H A Dvect-8.f9089 ,7),zm(101,7),zb(101,7),zu(101,7),zv(101,7),zz(101,7),b(64,64),c(64,64) & local in subroutine:kernel
558 zu(2:jn,2:kn)= zu(2:jn,2:kn)+ &
568 zr(2:jn,2:kn)= zr(2:jn,2:kn)+t*zu(2:jn,2:kn)
660 & zu(k,j)+za(k,j-1)*zb(k,j)))
/haiku-buildtools/gcc/mpfr/tests/
H A Dtgamma.c886 mpfr_t yd, yu, zd, zu; local
921 mpfr_inits2 (p1, zd, zu, (mpfr_ptr) 0);
942 inexu = mpfr_gamma (zu, x, MPFR_RNDU); /* zu >= Gamma(x) > yd */
945 if (! mpfr_greater_p (zu, yd) || inexu < 0 ||
953 printf ("zu = ");
954 mpfr_dump (zu);
960 if (mpfr_equal_p (zd, zu))
966 printf ("zd = zu, thus exact, but inexd = %d and inexu = %d\n",
977 printf ("zd != zu, thu
[all...]

Completed in 102 milliseconds