SDL
2.0
|
Go to the source code of this file.
Functions | |
double | __ieee754_exp (double x) |
Variables | |
static const double | one = 1.0 |
static const double | halF [2] = {0.5,-0.5,} |
static const double | huge = 1.0e+300 |
static const double | twom1000 = 9.33263618503218878990e-302 |
static const double | o_threshold = 7.09782712893383973096e+02 |
static const double | u_threshold = -7.45133219101941108420e+02 |
static const double | ln2HI [2] |
static const double | ln2LO [2] |
static const double | invln2 = 1.44269504088896338700e+00 |
static const double | P1 = 1.66666666666666019037e-01 |
static const double | P2 = -2.77777777770155933842e-03 |
static const double | P3 = 6.61375632143793436117e-05 |
static const double | P4 = -1.65339022054652515390e-06 |
static const double | P5 = 4.13813679705723846039e-08 |
double __ieee754_exp | ( | double | x | ) |
Definition at line 96 of file e_exp.c.
References __ieee754_exp(), GET_HIGH_WORD, GET_LOW_WORD, halF, huge, invln2, k, libm_hidden_def(), ln2HI, ln2LO, o_threshold, one, P1, P2, P3, P4, P5, SET_HIGH_WORD, strong_alias, twom1000, and u_threshold.
Referenced by __ieee754_exp().
|
static |
Definition at line 80 of file e_exp.c.
Referenced by __ieee754_exp().
|
static |
Definition at line 81 of file e_exp.c.
Referenced by __ieee754_exp().
|
static |
Definition at line 89 of file e_exp.c.
Referenced by __ieee754_exp().
|
static |
Definition at line 85 of file e_exp.c.
Referenced by __ieee754_exp().
|
static |
Definition at line 87 of file e_exp.c.
Referenced by __ieee754_exp().
|
static |
Definition at line 83 of file e_exp.c.
Referenced by __ieee754_exp().
|
static |
Definition at line 79 of file e_exp.c.
Referenced by __ieee754_exp(), and SDL_Convert_F32_to_S32_Scalar().
|
static |
Definition at line 90 of file e_exp.c.
Referenced by __ieee754_exp().
|
static |
Definition at line 91 of file e_exp.c.
Referenced by __ieee754_exp().
|
static |
Definition at line 92 of file e_exp.c.
Referenced by __ieee754_exp().
|
static |
Definition at line 93 of file e_exp.c.
Referenced by __ieee754_exp().
|
static |
Definition at line 94 of file e_exp.c.
Referenced by __ieee754_exp().
|
static |
Definition at line 82 of file e_exp.c.
Referenced by __ieee754_exp().
|
static |
Definition at line 84 of file e_exp.c.
Referenced by __ieee754_exp().