lib/msun: Cleanup after $FreeBSD$ removal

Remove no longer needed explicit inclusion of sys/cdefs.h.

PR:	276669
MFC after:	1 week
This commit is contained in:
Steve Kargl 2024-01-28 11:14:50 +02:00 committed by Konstantin Belousov
parent 4d1161f094
commit 0dd5a5603e
233 changed files with 0 additions and 244 deletions

View file

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
/* EXP(X)
* RETURN THE EXPONENTIAL OF X
* DOUBLE PRECISION (IEEE 53 bits, VAX D FORMAT 56 BITS)

View file

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
/* Table-driven natural logarithm.
*
* This code was derived, with minor modifications, from:

View file

@ -42,7 +42,6 @@
* porting to other precisions.
*/
#include <sys/cdefs.h>
#include <float.h>
#include "math.h"

View file

@ -36,7 +36,6 @@
#ifndef _MATHIMPL_H_
#define _MATHIMPL_H_
#include <sys/cdefs.h>
#include <math.h>
#include "../src/math_private.h"

View file

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <stdint.h>
#define STRUCT_DECLS

View file

@ -9,7 +9,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* See e_lgamma_r.c for complete comments.
*

View file

@ -59,7 +59,6 @@
*
*/
#include <sys/cdefs.h>
#include <float.h>
#include <math.h>

View file

@ -12,7 +12,6 @@
* Optimized by Bruce D. Evans.
*/
#include <sys/cdefs.h>
/* ld128 version of __ieee754_rem_pio2l(x,y)
*
* return the remainder of x rem pi/2 in y[0]+y[1]

View file

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "invtrig.h"
/*

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* ld128 version of k_cos.c. See ../src/k_cos.c for most comments.
*/

View file

@ -30,7 +30,6 @@
* Optimized by Bruce D. Evans.
*/
#include <sys/cdefs.h>
/*
* ld128 version of k_expl.h. See ../ld80/s_expl.c for most comments.
*

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* ld128 version of k_sin.c. See ../src/k_sin.c for most comments.
*/

View file

@ -9,7 +9,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* ld128 version of k_tan.c. See ../src/k_tan.c for most comments.
*/

View file

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <complex.h>
#include <float.h>
#include <math.h>

View file

@ -9,7 +9,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* See s_erf.c for complete comments.
*

View file

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <float.h>
#include <stdint.h>

View file

@ -28,7 +28,6 @@
* Optimized by Bruce D. Evans.
*/
#include <sys/cdefs.h>
/*
* ld128 version of s_expl.c. See ../ld80/s_expl.c for most comments.
*/

View file

@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
/**
* Implementation of the natural logarithm of x for 128-bit format.
*

View file

@ -9,7 +9,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* See e_lgamma_r.c for complete comments.
*

View file

@ -14,7 +14,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/cdefs.h>
#include <math.h>
#include "math_private.h"
@ -114,7 +113,6 @@ __p1evll(long double x, long double *PP, int n)
*
*/
#include <sys/cdefs.h>
#include <float.h>
#include <math.h>

View file

@ -12,7 +12,6 @@
* Optimized by Bruce D. Evans.
*/
#include <sys/cdefs.h>
/* ld80 version of __ieee754_rem_pio2l(x,y)
*
* return the remainder of x rem pi/2 in y[0]+y[1]

View file

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include "invtrig.h"
/*

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* ld80 version of k_cos.c. See ../src/k_cos.c for most comments.
*/

View file

@ -30,7 +30,6 @@
* Optimized by Bruce D. Evans.
*/
#include <sys/cdefs.h>
/*
* See s_expl.c for more comments about __k_expl().
*

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* ld80 version of k_sin.c. See ../src/k_sin.c for most comments.
*/

View file

@ -9,7 +9,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* ld80 version of k_tan.c. See ../src/k_tan.c for most comments.
*/

View file

@ -28,7 +28,6 @@
* src/s_cexp.c converted to long double complex by Steven G. Kargl
*/
#include <sys/cdefs.h>
#include <complex.h>
#include <float.h>
#ifdef __i386__

View file

@ -9,7 +9,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* See s_erf.c for complete comments.
*

View file

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <float.h>
#include <stdint.h>

View file

@ -28,7 +28,6 @@
* Optimized by Bruce D. Evans.
*/
#include <sys/cdefs.h>
/**
* Compute the exponential of x for Intel 80-bit format. This is based on:
*

View file

@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
/**
* Implementation of the natural logarithm of x for Intel 80-bit format.
*

View file

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <complex.h>
#include <float.h>

View file

@ -40,7 +40,6 @@
* a few comments on the right of declarations remain.
*/
#include <sys/cdefs.h>
#include <complex.h>
#include <float.h>

View file

@ -39,7 +39,6 @@
* a few comments on the right of declarations remain.
*/
#include <sys/cdefs.h>
#include <complex.h>
#include <float.h>

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/* acos(x)
* Method :
* acos(x) = pi/2 - asin(x)

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
#include "math.h"
#include "math_private.h"

View file

@ -11,7 +11,6 @@
*
*/
#include <sys/cdefs.h>
/* acosh(x)
* Method :
* Based on

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
#include "math.h"
#include "math_private.h"

View file

@ -12,7 +12,6 @@
*
*/
#include <sys/cdefs.h>
/*
* See e_acosh.c for complete comments.
*

View file

@ -11,7 +11,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* See comments in e_acos.c.
* Converted to long double by David Schultz <das@FreeBSD.ORG>.

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/* asin(x)
* Method :
* Since asin(x) = x + x^3/6 + x^5*3/40 + x^7*15/336 + ...

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
#include "math.h"
#include "math_private.h"

View file

@ -11,7 +11,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* See comments in e_asin.c.
* Converted to long double by David Schultz <das@FreeBSD.ORG>.

View file

@ -11,7 +11,6 @@
*
*/
#include <sys/cdefs.h>
/* atan2(y,x)
* Method :
* 1. Reduce y to positive by atan2(y,x)=-atan2(-y,x).

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
#include "math.h"
#include "math_private.h"

View file

@ -12,7 +12,6 @@
*
*/
#include <sys/cdefs.h>
/*
* See comments in e_atan2.c.
* Converted to long double by David Schultz <das@FreeBSD.ORG>.

View file

@ -11,7 +11,6 @@
*
*/
#include <sys/cdefs.h>
/* atanh(x)
* Method :
* 1.Reduced x to positive by atanh(-x) = -atanh(x)

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
#include "math.h"
#include "math_private.h"

View file

@ -12,7 +12,6 @@
*
*/
#include <sys/cdefs.h>
/*
* See e_atanh.c for complete comments.
*

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/* cosh(x)
* Method :
* mathematically cosh(x) if defined to be (exp(x)+exp(-x))/2

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
#include "math.h"
#include "math_private.h"

View file

@ -11,7 +11,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* See e_cosh.c for complete comments.
*

View file

@ -9,7 +9,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/* exp(x)
* Returns the exponential of x.
*

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
#include <float.h>
#include "math.h"

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* fmod(x,y)
* Return x mod y in exact arithmetic

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* fmodf(x,y)
* Return x mod y in exact arithmetic

View file

@ -9,7 +9,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
#include <float.h>
#include <stdint.h>

View file

@ -11,7 +11,6 @@
*
*/
#include <sys/cdefs.h>
/* gamma(x)
* Return the logarithm of the Gamma function of x.
*

View file

@ -11,7 +11,6 @@
*
*/
#include <sys/cdefs.h>
/* gamma_r(x, signgamp)
* Reentrant version of the logarithm of the Gamma function
* with user provide pointer for the sign of Gamma(x).

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/* gammaf(x)
* Return the logarithm of the Gamma function of x.
*

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/* gammaf_r(x, signgamp)
* Reentrant version of the logarithm of the Gamma function
* with user provide pointer for the sign of Gamma(x).

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/* hypot(x,y)
*
* Method :

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
#include "math.h"
#include "math_private.h"

View file

@ -9,7 +9,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/* long double version of hypot(). See e_hypot.c for most comments. */
#include <float.h>

View file

@ -9,7 +9,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/* j0(x), y0(x)
* Bessel function of the first and second kinds of order zero.
* Method -- j0(x):

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* See e_j0.c for complete comments.
*/

View file

@ -9,7 +9,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/* j1(x), y1(x)
* Bessel function of the first and second kinds of order zero.
* Method -- j1(x):

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* See e_j1.c for complete comments.
*/

View file

@ -9,7 +9,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* jn(n, x), yn(n, x)
* floating point Bessel's function of the 1st and 2nd kind

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* See e_jn.c for complete comments.
*/

View file

@ -11,7 +11,6 @@
*
*/
#include <sys/cdefs.h>
/* lgamma(x)
* Return the logarithm of the Gamma function of x.
*

View file

@ -9,7 +9,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/* lgamma_r(x, signgamp)
* Reentrant version of the logarithm of the Gamma function
* with user provide pointer for the sign of Gamma(x).

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/* lgammaf(x)
* Return the logarithm of the Gamma function of x.
*

View file

@ -14,7 +14,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
#include "math.h"
#include "math_private.h"

View file

@ -9,7 +9,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
#include "math.h"
#include "math_private.h"

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/* log(x)
* Return the logrithm of x
*

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* Return the base 10 logarithm of x. See e_log.c and k_log.h for most
* comments.

View file

@ -9,7 +9,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* Float version of e_log10.c. See the latter for most comments.
*/

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* Return the base 2 logarithm of x. See e_log.c and k_log.h for most
* comments.

View file

@ -9,7 +9,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* Float version of e_log2.c. See the latter for most comments.
*/

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
#include "math.h"
#include "math_private.h"

View file

@ -8,7 +8,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/* pow(x,y) return x**y
*
* n

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
#include "math.h"
#include "math_private.h"

View file

@ -12,7 +12,6 @@
* Optimized by Bruce D. Evans.
*/
#include <sys/cdefs.h>
/* __ieee754_rem_pio2(x,y)
*
* return the remainder of x rem pi/2 in y[0]+y[1]

View file

@ -14,7 +14,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/* __ieee754_rem_pio2f(x,y)
*
* return the remainder of x rem pi/2 in *y

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/* remainder(x,p)
* Return :
* returns x REM p = x - [x/p]*p as if in infinite

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
#include "math.h"
#include "math_private.h"

View file

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <math.h>
long double

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* scalb(x, fn) is provide for
* passing various standard test suite. One

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
#include "math.h"
#include "math_private.h"

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/* sinh(x)
* Method :
* mathematically sinh(x) if defined to be (exp(x)-exp(-x))/2

View file

@ -13,7 +13,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
#include "math.h"
#include "math_private.h"

View file

@ -11,7 +11,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* See e_sinh.c for complete comments.
*

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
#include <float.h>
#include "math.h"

View file

@ -26,7 +26,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <fenv.h>
#include <float.h>

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* __kernel_cos( x, y )
* kernel cos function on [-pi/4, pi/4], pi/4 ~ 0.785398164

View file

@ -14,10 +14,6 @@
* ====================================================
*/
#ifndef INLINE_KERNEL_COSDF
#include <sys/cdefs.h>
#endif
#include "math.h"
#include "math_private.h"

View file

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <complex.h>
#include "math.h"

View file

@ -26,7 +26,6 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#include <complex.h>
#include "math.h"

View file

@ -10,7 +10,6 @@
* ====================================================
*/
#include <sys/cdefs.h>
/*
* k_log1p(f):
* Return log(1+f) - f for 1+f in ~[sqrt(2)/2, sqrt(2)].

Some files were not shown because too many files have changed in this diff Show more