Go to the source code of this file.
◆ M_PI
#define M_PI 3.141592653589793238462643 |
Definition at line 15 of file sin.c.
◆ PRECISION
Definition at line 14 of file sin.c.
◆ sin()
Definition at line 21 of file sin.c.
30 x =
x - quadrant * (
M_PI/2.);
33 quadrant = (quadrant - 1) & 0x3;
53 result += 1./(1.*2*3*4*5*6*7*8*9*10*11*12*13*14*15*16*17*18*19*20);
57 result += 1./(1.*2*3*4*5*6*7*8*9*10*11*12*13*14*15*16*17*18);
61 result += 1./(1.*2*3*4*5*6*7*8*9*10*11*12*13*14*15*16);
65 result += 1./(1.*2*3*4*5*6*7*8*9*10*11*12*13*14);
69 result += 1./(1.*2*3*4*5*6*7*8*9*10*11*12);
73 result += 1./(1.*2*3*4*5*6*7*8*9*10);
76 result += 1./(1.*2*3*4*5*6*7*8);
79 result += 1./(1.*2*3*4*5*6);
static double sin_off_tbl[]
GLint GLint GLint GLint GLint x
static double sin_sign_tbl[]
_In_ CLIPOBJ _In_ BRUSHOBJ _In_ LONG _In_ LONG _In_ LONG x2
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
◆ sin_off_tbl
◆ sin_sign_tbl
double sin_sign_tbl[] = {1,-1,-1,1} |
|
static |