mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 09:40:13 +00:00
fd3b4e7c8a
This patch makes ldbl-128 functions use libm_alias_ldouble to define function aliases. float128_private.h is updated accordingly. Most of the ldbl-64-128 wrappers are removed as no longer needed with this change (leaving those that involve versioning for functions in libc or that shouldn't be exported from libm for _Float128 / _Float64x types with the same format as long double). Tested for x86_64, and tested with build-many-glibcs.py that installed stripped shared libraries are unchanged by this patch. * sysdeps/ieee754/float128/float128_private.h: Include <libm-alias-ldouble.h> and <libm-alias-float128.h>. (libm_alias_ldouble_r): Undefine and redefine. * sysdeps/ieee754/ldbl-128/s_asinhl.c: Include <libm-alias-ldouble.h>. (asinhl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <libm-alias-ldouble.h>. (atanl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Include <libm-alias-ldouble.h>. (cbrtl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_ceill.c: Include <libm-alias-ldouble.h>. (ceill): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_copysignl.c: Include <libm-alias-ldouble.h>. (copysignl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <libm-alias-ldouble.h>. (cosl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <libm-alias-ldouble.h>. (erfl): Define using libm_alias_ldouble. (erfcl): Likewise. * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <libm-alias-ldouble.h>. (expm1l): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_fabsl.c: Include <libm-alias-ldouble.h>. (fabsl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_floorl.c: Include <libm-alias-ldouble.h>. (floorl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <libm-alias-ldouble.h>. (fmal): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_frexpl.c: Include <libm-alias-ldouble.h>. (frexpl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_fromfpl.c (fromfpl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_fromfpl_main.c: Include <libm-alias-ldouble.h>. * sysdeps/ieee754/ldbl-128/s_fromfpxl.c (fromfpxl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_getpayloadl.c: Include <libm-alias-ldouble.h>. (getpayloadl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_llrintl.c: Include <libm-alias-ldouble.h>. (llrintl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_llroundl.c: Include <libm-alias-ldouble.h>. (llroundl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_logbl.c: Include <libm-alias-ldouble.h>. (logbl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_lrintl.c: Include <libm-alias-ldouble.h>. (lrintl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_lroundl.c: Include <libm-alias-ldouble.h>. (lroundl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_modfl.c: Include <libm-alias-ldouble.h>. (modfl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Include <libm-alias-ldouble.h>. (nearbyintl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Include <libm-alias-ldouble.h>. (nextafterl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_nextupl.c: Include <libm-alias-ldouble.h>. (nextupl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_remquol.c: Include <libm-alias-ldouble.h>. (remquol): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_rintl.c: Include <libm-alias-ldouble.h>. (rintl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_roundevenl.c: Include <libm-alias-ldouble.h>. (roundevenl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_roundl.c: Include <libm-alias-ldouble.h>. (roundl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_setpayloadl.c (setpayloadl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_setpayloadl_main.c: Include <libm-alias-ldouble.h>. * sysdeps/ieee754/ldbl-128/s_setpayloadsigl.c (setpayloadsigl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <libm-alias-ldouble.h>. (sincosl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <libm-alias-ldouble.h>. (sinl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_tanhl.c: Include <libm-alias-ldouble.h>. (tanhl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <libm-alias-ldouble.h>. (tanl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_totalorderl.c: Include <libm-alias-ldouble.h>. (totalorderl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_totalordermagl.c: Include <libm-alias-ldouble.h>. (totalordermagl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_truncl.c: Include <libm-alias-ldouble.h>. (truncl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_ufromfpl.c (ufromfpl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-128/s_ufromfpxl.c (ufromfpxl): Define using libm_alias_ldouble. * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Include <libm-alias-ldouble.h>. (weak_alias): Do not undefine and redefine. [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine. (copysignl): Define with long_double_symbol only if [IS_IN (libc)]. * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Include <libm-alias-ldouble.h>. (weak_alias): Do not undefine and redefine. [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine. (frexpl): Define with long_double_symbol only if [IS_IN (libc)]. * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Include <libm-alias-ldouble.h>. (weak_alias): Do not undefine and redefine. [IS_IN (libc)] (libm_alias_ldouble): Undefine and redefine. (modfl): Define with long_double_symbol only if [IS_IN (libc)]. * sysdeps/ieee754/ldbl-64-128/s_asinhl.c: Remove file. * sysdeps/ieee754/ldbl-64-128/s_atanl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_cbrtl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_ceill.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_cosl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_erfl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_expm1l.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_fabsl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_floorl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_fmal.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_llrintl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_llroundl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_logbl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_lrintl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_lroundl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_nearbyintl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_remquol.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_rintl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_roundl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_sincosl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_sinl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_tanhl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_tanl.c: Likewise. * sysdeps/ieee754/ldbl-64-128/s_truncl.c: Likewise.
168 lines
4.6 KiB
C
168 lines
4.6 KiB
C
/* expm1l.c
|
|
*
|
|
* Exponential function, minus 1
|
|
* 128-bit long double precision
|
|
*
|
|
*
|
|
*
|
|
* SYNOPSIS:
|
|
*
|
|
* long double x, y, expm1l();
|
|
*
|
|
* y = expm1l( x );
|
|
*
|
|
*
|
|
*
|
|
* DESCRIPTION:
|
|
*
|
|
* Returns e (2.71828...) raised to the x power, minus one.
|
|
*
|
|
* Range reduction is accomplished by separating the argument
|
|
* into an integer k and fraction f such that
|
|
*
|
|
* x k f
|
|
* e = 2 e.
|
|
*
|
|
* An expansion x + .5 x^2 + x^3 R(x) approximates exp(f) - 1
|
|
* in the basic range [-0.5 ln 2, 0.5 ln 2].
|
|
*
|
|
*
|
|
* ACCURACY:
|
|
*
|
|
* Relative error:
|
|
* arithmetic domain # trials peak rms
|
|
* IEEE -79,+MAXLOG 100,000 1.7e-34 4.5e-35
|
|
*
|
|
*/
|
|
|
|
/* Copyright 2001 by Stephen L. Moshier
|
|
|
|
This library is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU Lesser General Public
|
|
License as published by the Free Software Foundation; either
|
|
version 2.1 of the License, or (at your option) any later version.
|
|
|
|
This library is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
Lesser General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Lesser General Public
|
|
License along with this library; if not, see
|
|
<http://www.gnu.org/licenses/>. */
|
|
|
|
|
|
|
|
#include <errno.h>
|
|
#include <float.h>
|
|
#include <math.h>
|
|
#include <math_private.h>
|
|
#include <libm-alias-ldouble.h>
|
|
|
|
/* exp(x) - 1 = x + 0.5 x^2 + x^3 P(x)/Q(x)
|
|
-.5 ln 2 < x < .5 ln 2
|
|
Theoretical peak relative error = 8.1e-36 */
|
|
|
|
static const _Float128
|
|
P0 = L(2.943520915569954073888921213330863757240E8),
|
|
P1 = L(-5.722847283900608941516165725053359168840E7),
|
|
P2 = L(8.944630806357575461578107295909719817253E6),
|
|
P3 = L(-7.212432713558031519943281748462837065308E5),
|
|
P4 = L(4.578962475841642634225390068461943438441E4),
|
|
P5 = L(-1.716772506388927649032068540558788106762E3),
|
|
P6 = L(4.401308817383362136048032038528753151144E1),
|
|
P7 = L(-4.888737542888633647784737721812546636240E-1),
|
|
Q0 = L(1.766112549341972444333352727998584753865E9),
|
|
Q1 = L(-7.848989743695296475743081255027098295771E8),
|
|
Q2 = L(1.615869009634292424463780387327037251069E8),
|
|
Q3 = L(-2.019684072836541751428967854947019415698E7),
|
|
Q4 = L(1.682912729190313538934190635536631941751E6),
|
|
Q5 = L(-9.615511549171441430850103489315371768998E4),
|
|
Q6 = L(3.697714952261803935521187272204485251835E3),
|
|
Q7 = L(-8.802340681794263968892934703309274564037E1),
|
|
/* Q8 = 1.000000000000000000000000000000000000000E0 */
|
|
/* C1 + C2 = ln 2 */
|
|
|
|
C1 = L(6.93145751953125E-1),
|
|
C2 = L(1.428606820309417232121458176568075500134E-6),
|
|
/* ln 2^-114 */
|
|
minarg = L(-7.9018778583833765273564461846232128760607E1), big = L(1e4932);
|
|
|
|
|
|
_Float128
|
|
__expm1l (_Float128 x)
|
|
{
|
|
_Float128 px, qx, xx;
|
|
int32_t ix, sign;
|
|
ieee854_long_double_shape_type u;
|
|
int k;
|
|
|
|
/* Detect infinity and NaN. */
|
|
u.value = x;
|
|
ix = u.parts32.w0;
|
|
sign = ix & 0x80000000;
|
|
ix &= 0x7fffffff;
|
|
if (!sign && ix >= 0x40060000)
|
|
{
|
|
/* If num is positive and exp >= 6 use plain exp. */
|
|
return __expl (x);
|
|
}
|
|
if (ix >= 0x7fff0000)
|
|
{
|
|
/* Infinity (which must be negative infinity). */
|
|
if (((ix & 0xffff) | u.parts32.w1 | u.parts32.w2 | u.parts32.w3) == 0)
|
|
return -1;
|
|
/* NaN. Invalid exception if signaling. */
|
|
return x + x;
|
|
}
|
|
|
|
/* expm1(+- 0) = +- 0. */
|
|
if ((ix == 0) && (u.parts32.w1 | u.parts32.w2 | u.parts32.w3) == 0)
|
|
return x;
|
|
|
|
/* Minimum value. */
|
|
if (x < minarg)
|
|
return (4.0/big - 1);
|
|
|
|
/* Avoid internal underflow when result does not underflow, while
|
|
ensuring underflow (without returning a zero of the wrong sign)
|
|
when the result does underflow. */
|
|
if (fabsl (x) < L(0x1p-113))
|
|
{
|
|
math_check_force_underflow (x);
|
|
return x;
|
|
}
|
|
|
|
/* Express x = ln 2 (k + remainder), remainder not exceeding 1/2. */
|
|
xx = C1 + C2; /* ln 2. */
|
|
px = __floorl (0.5 + x / xx);
|
|
k = px;
|
|
/* remainder times ln 2 */
|
|
x -= px * C1;
|
|
x -= px * C2;
|
|
|
|
/* Approximate exp(remainder ln 2). */
|
|
px = (((((((P7 * x
|
|
+ P6) * x
|
|
+ P5) * x + P4) * x + P3) * x + P2) * x + P1) * x + P0) * x;
|
|
|
|
qx = (((((((x
|
|
+ Q7) * x
|
|
+ Q6) * x + Q5) * x + Q4) * x + Q3) * x + Q2) * x + Q1) * x + Q0;
|
|
|
|
xx = x * x;
|
|
qx = x + (0.5 * xx + xx * px / qx);
|
|
|
|
/* exp(x) = exp(k ln 2) exp(remainder ln 2) = 2^k exp(remainder ln 2).
|
|
|
|
We have qx = exp(remainder ln 2) - 1, so
|
|
exp(x) - 1 = 2^k (qx + 1) - 1
|
|
= 2^k qx + 2^k - 1. */
|
|
|
|
px = __ldexpl (1, k);
|
|
x = px * qx + (px - 1.0);
|
|
return x;
|
|
}
|
|
libm_hidden_def (__expm1l)
|
|
libm_alias_ldouble (__expm1, expm1)
|