13#if defined(LIBM_SCCS) && !defined(lint)
14static char rcsid[] =
"$NetBSD: e_jn.c,v 1.9 1995/05/10 20:45:34 jtc Exp $";
52two = 2.00000000000000000000e+00,
53one = 1.00000000000000000000e+00;
56static const double zero = 0.00000000000000000000e+00;
58static double zero = 0.00000000000000000000e+00;
78 if((ix|((
u_int32_t)(lx|-lx))>>31)>0x7ff00000)
return x+
x;
88 if((ix|lx)==0||ix>=0x7ff00000)
90 else if((
double)
n<=
x) {
110 case 0:
temp =
c +
s;
break;
111 case 1:
temp = -
c +
s;
break;
112 case 2:
temp = -
c -
s;
break;
113 case 3:
temp =
c -
s;
break;
173 q0 =
w;
z =
w+
h; q1 =
w*
z - 1.0;
k=1;
195 if(tmp<7.09782712893383973096e+02) {
196 for(
i=
n-1,di=(
double)(
i+
i);
i>0;
i--){
204 for(
i=
n-1,di=(
double)(
i+
i);
i>0;
i--){
221 if(
sgn==1)
return -
b;
else return b;
238 if((ix|((
u_int32_t)(lx|-lx))>>31)>0x7ff00000)
return x+
x;
244 sign = 1 - ((
n&1)<<1);
248 if(ix==0x7ff00000)
return zero;
267 case 0:
temp =
s -
c;
break;
268 case 1:
temp = -
s -
c;
break;
269 case 2:
temp = -
s +
c;
break;
270 case 3:
temp =
s +
c;
break;
279 for(
i=1;
i<
n&&high!=0xfff00000;
i++){
286 if(
sign>0)
return b;
else return -
b;
GLint GLint GLint GLint GLint x
GLboolean GLboolean GLboolean b
GLboolean GLboolean GLboolean GLboolean a
GLubyte GLubyte GLubyte GLubyte w
GLfloat GLfloat GLfloat GLfloat h
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
double __ieee754_yn(int n, double x)
double __ieee754_jn(int n, double x)
double __ieee754_j0(double)
double __ieee754_y0(double)
double __ieee754_y1(double)
static __inline void __sincos(double x, double *s, double *c)
double __ieee754_j1(double)
#define EXTRACT_WORDS(ix0, ix1, d)
static __inline double __ieee754_log(double x)
#define GET_HIGH_WORD(i, d)
static __inline double __ieee754_sqrt(double x)
_Check_return_ _CRT_JIT_INTRINSIC double __cdecl fabs(_In_ double x)
static const char mbstate_t *static wchar_t const char mbstate_t *static const wchar_t int *static double
static TRIO_CONST char rcsid[]