Deleted Added
full compact
math_private.h (151865) math_private.h (152713)
1/*
2 * ====================================================
3 * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
4 *
5 * Developed at SunPro, a Sun Microsystems, Inc. business.
6 * Permission to use, copy, modify, and distribute this
7 * software is freely granted, provided that this notice
8 * is preserved.
9 * ====================================================
10 */
11
12/*
13 * from: @(#)fdlibm.h 5.1 93/09/24
1/*
2 * ====================================================
3 * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
4 *
5 * Developed at SunPro, a Sun Microsystems, Inc. business.
6 * Permission to use, copy, modify, and distribute this
7 * software is freely granted, provided that this notice
8 * is preserved.
9 * ====================================================
10 */
11
12/*
13 * from: @(#)fdlibm.h 5.1 93/09/24
14 * $FreeBSD: head/lib/msun/src/math_private.h 151865 2005-10-29 17:14:11Z bde $
14 * $FreeBSD: head/lib/msun/src/math_private.h 152713 2005-11-23 14:27:56Z bde $
15 */
16
17#ifndef _MATH_PRIVATE_H_
18#define _MATH_PRIVATE_H_
19
20#include <sys/types.h>
21#include <machine/endian.h>
22

--- 238 unchanged lines hidden (view full) ---

261double __kernel_cos(double,double);
262double __kernel_tan(double,double,int);
263int __kernel_rem_pio2(double*,double*,int,int,int,const int*);
264
265/* float versions of fdlibm kernel functions */
266int __ieee754_rem_pio2f(float,float*);
267float __kernel_sinf(float,float,int);
268float __kernel_cosf(float,float);
15 */
16
17#ifndef _MATH_PRIVATE_H_
18#define _MATH_PRIVATE_H_
19
20#include <sys/types.h>
21#include <machine/endian.h>
22

--- 238 unchanged lines hidden (view full) ---

261double __kernel_cos(double,double);
262double __kernel_tan(double,double,int);
263int __kernel_rem_pio2(double*,double*,int,int,int,const int*);
264
265/* float versions of fdlibm kernel functions */
266int __ieee754_rem_pio2f(float,float*);
267float __kernel_sinf(float,float,int);
268float __kernel_cosf(float,float);
269float __kernel_tanf(float,float,int);
269float __kernel_tandf(double,int);
270int __kernel_rem_pio2f(float*,float*,int,int,int,const int*);
271
272#endif /* !_MATH_PRIVATE_H_ */
270int __kernel_rem_pio2f(float*,float*,int,int,int,const int*);
271
272#endif /* !_MATH_PRIVATE_H_ */