SDL 2.0
|
Go to the source code of this file.
Functions | |
double attribute_hidden | __kernel_cos (double x, double y) |
Variables | |
static const double | one = 1.00000000000000000000e+00 |
static const double | C1 = 4.16666666666666019037e-02 |
static const double | C2 = -1.38888888888741095749e-03 |
static const double | C3 = 2.48015872894767294178e-05 |
static const double | C4 = -2.75573143513906633035e-07 |
static const double | C5 = 2.08757232129817482790e-09 |
static const double | C6 = -1.13596475577881948265e-11 |
double attribute_hidden __kernel_cos | ( | double | x, |
double | y | ||
) |
Definition at line 59 of file k_cos.c.
References C1, C2, C3, C4, C5, C6, GET_HIGH_WORD, INSERT_WORDS, and one.
|
static |
Definition at line 52 of file k_cos.c.
Referenced by __kernel_cos().
|
static |
Definition at line 53 of file k_cos.c.
Referenced by __kernel_cos().
|
static |
Definition at line 54 of file k_cos.c.
Referenced by __kernel_cos().
|
static |
Definition at line 55 of file k_cos.c.
Referenced by __kernel_cos().
|
static |
Definition at line 56 of file k_cos.c.
Referenced by __kernel_cos().
|
static |
Definition at line 57 of file k_cos.c.
Referenced by __kernel_cos().
|
static |
Definition at line 51 of file k_cos.c.
Referenced by __kernel_cos().