]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/ieee754/ldbl-128ibm/k_sincosl.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-128ibm / k_sincosl.c
index 0a76e1c7e79614285f5950c2efd2d5296f315f2e..4e43c8622e7a662d99fc23896fd5a8ad070d8620 100644 (file)
@@ -1,5 +1,5 @@
 /* Quad-precision floating point sine and cosine on <-pi/4,pi/4>.
-   Copyright (C) 1999-2015 Free Software Foundation, Inc.
+   Copyright (C) 1999-2016 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jj@ultra.linux.cz>
 
@@ -114,11 +114,7 @@ __kernel_sincosl(long double x, long double y, long double *sinx, long double *c
         polynomial of degree 16(17).  */
       if (tix < 0x3c600000)            /* |x| < 2^-57 */
        {
-         if (fabsl (x) < LDBL_MIN)
-           {
-             long double force_underflow = x * x;
-             math_force_eval (force_underflow);
-           }
+         math_check_force_underflow (x);
          if (!((int)x))                        /* generate inexact */
            {
              *sinx = x;