|
SDL
2.0
|
Include dependency graph for k_tan.c:Go to the source code of this file.
Functions | |
| double | __kernel_tan (double x, double y, int iy) |
Variables | |
| static const double | one = 1.00000000000000000000e+00 |
| static const double | pio4 = 7.85398163397448278999e-01 |
| static const double | pio4lo = 3.06161699786838301793e-17 |
| static const double | T [] |
| double __kernel_tan | ( | double | x, |
| double | y, | ||
| int | iy | ||
| ) |
Definition at line 69 of file k_tan.c.
References fabs, GET_HIGH_WORD, GET_LOW_WORD, one, pio4, pio4lo, SET_LOW_WORD, and T.
Referenced by tan().
|
static |
Definition at line 50 of file k_tan.c.
Referenced by __kernel_tan().
|
static |
Definition at line 51 of file k_tan.c.
Referenced by __kernel_tan().
|
static |
Definition at line 52 of file k_tan.c.
Referenced by __kernel_tan().
|
static |
Definition at line 53 of file k_tan.c.
Referenced by __kernel_tan(), and runAdder().