~ubuntu-branches/ubuntu/precise/eglibc/precise-201308281639

« back to all changes in this revision

Viewing changes to sysdeps/ieee754/ldbl-128/e_j1l.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-02-08 01:58:09 UTC
  • mfrom: (1.5.3) (288.1.12 precise)
  • Revision ID: package-import@ubuntu.com-20120208015809-ulscst7uteq3e22z
Tags: 2.15~pre6-0ubuntu10
Merge from Debian (r5151, 2.13-26).

Show diffs side-by-side

added added

removed removed

Lines of Context:
786
786
    z = -z;
787
787
  return z;
788
788
}
 
789
strong_alias (__ieee754_j1l, __j1l_finite)
789
790
 
790
791
 
791
792
/* Y1(x) = 2/pi * (log(x) * J1(x) - 1/x) + x R(x^2)
925
926
  z = ONEOSQPI * (p * ss + q * cc) / __ieee754_sqrtl (xx);
926
927
  return z;
927
928
}
 
929
strong_alias (__ieee754_y1l, __y1l_finite)