SDL 2.0
|
Go to the source code of this file.
Functions | |
int32_t attribute_hidden | __kernel_rem_pio2 (double *x, double *y, int e0, int nx, const unsigned int prec, const int32_t *ipio2) |
Variables | |
static const int | init_jk [] = {2,3,4,6} |
static const double | PIo2 [] |
static const double | zero = 0.0 |
static const double | one = 1.0 |
static const double | two24 = 1.67772160000000000000e+07 |
static const double | twon24 = 5.96046447753906250000e-08 |
int32_t attribute_hidden __kernel_rem_pio2 | ( | double * | x, |
double * | y, | ||
int | e0, | ||
int | nx, | ||
const unsigned int | prec, | ||
const int32_t * | ipio2 | ||
) |
Definition at line 152 of file k_rem_pio2.c.
References floor(), i, init_jk, j, k, one, PIo2, scalbn, SDL_arraysize, SDL_assert, SDL_memset, two24, twon24, and zero.
Referenced by __ieee754_rem_pio2().
|
static |
Definition at line 133 of file k_rem_pio2.c.
Referenced by __kernel_rem_pio2().
|
static |
Definition at line 148 of file k_rem_pio2.c.
Referenced by __kernel_rem_pio2().
|
static |
Definition at line 135 of file k_rem_pio2.c.
Referenced by __kernel_rem_pio2().
|
static |
Definition at line 149 of file k_rem_pio2.c.
Referenced by __kernel_rem_pio2().
|
static |
Definition at line 150 of file k_rem_pio2.c.
Referenced by __kernel_rem_pio2().
|
static |
Definition at line 147 of file k_rem_pio2.c.
Referenced by __kernel_rem_pio2().