|
SDL
2.0
|
Include dependency graph for e_sqrt.c:Go to the source code of this file.
Functions | |
| double attribute_hidden | __ieee754_sqrt (double x) |
Variables | |
| static const double | one = 1.0 |
| static const double | tiny = 1.0e-300 |
| double attribute_hidden __ieee754_sqrt | ( | double | x | ) |
Definition at line 87 of file e_sqrt.c.
References EXTRACT_WORDS, i, INSERT_WORDS, one, and tiny.
|
static |
Definition at line 85 of file e_sqrt.c.
Referenced by __ieee754_sqrt().
|
static |
Definition at line 85 of file e_sqrt.c.
Referenced by __ieee754_sqrt().