Go to the source code of this file.
◆ tan()
Definition at line 45 of file s_tan.c.
46{
49
50
52
53
54 ix &= 0x7fffffff;
56
57
58 else if (ix>=0x7ff00000)
return x-
x;
59
60
61 else {
64
65 }
66}
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_tan(double x, double y, int iy)
#define GET_HIGH_WORD(i, d)
References __ieee754_rem_pio2(), __kernel_tan(), and GET_HIGH_WORD.
Referenced by SDL_tan().