Go to the source code of this file.
◆ sin()
Definition at line 46 of file s_sin.c.
47{
50
51
53
54
55 ix &= 0x7fffffff;
57
58
59 else if (ix>=0x7ff00000)
return x-
x;
60
61
62 else {
68 default:
70 }
71 }
72}
GLint GLint GLint GLint GLint GLint y
GLint GLint GLint GLint GLint x
int32_t attribute_hidden __ieee754_rem_pio2(double x, double *y)
double attribute_hidden __kernel_cos(double x, double y)
double attribute_hidden __kernel_sin(double x, double y, int iy)
#define GET_HIGH_WORD(i, d)
References __ieee754_rem_pio2(), __kernel_cos(), __kernel_sin(), and GET_HIGH_WORD.
Referenced by SDL_sin().