Deleted Added
full compact
math_private.h (152713) math_private.h (152869)
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 152713 2005-11-23 14:27:56Z bde $
14 * $FreeBSD: head/lib/msun/src/math_private.h 152869 2005-11-28 04:58:57Z 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

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

259int __ieee754_rem_pio2(double,double*);
260double __kernel_sin(double,double,int);
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*);
15 */
16
17#ifndef _MATH_PRIVATE_H_
18#define _MATH_PRIVATE_H_
19
20#include <sys/types.h>
21#include <machine/endian.h>
22

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

259int __ieee754_rem_pio2(double,double*);
260double __kernel_sin(double,double,int);
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);
267float __kernel_sindf(double);
268float __kernel_cosdf(double);
269float __kernel_tandf(double,int);
270int __kernel_rem_pio2f(float*,float*,int,int,int,const int*);
271
272#endif /* !_MATH_PRIVATE_H_ */
269float __kernel_tandf(double,int);
270int __kernel_rem_pio2f(float*,float*,int,int,int,const int*);
271
272#endif /* !_MATH_PRIVATE_H_ */