![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
| double | modf (double x, double *iptr) double modf(x |
| if (j0< 20) | |
| else | if (j0 > 51) |
| if ((i1 &i)==0) | |
| __LOp (iptr) | |
Variables | |
| static const double | one = 1.0 |
| double iptr double | x |
| double iptr double * | iptr |
| unsigned | i |
| i0 = __HI(x) | |
| i1 = __LO(x) | |
| j0 = ((i0 >> 20) & 0x7ff) - 0x3ff | |
| else | |
| __LOp | ( | iptr | ) |
| if | ( | ) |
| double modf | ( | double | x, |
| double * | iptr ) |
| else |
| return x * iptr |
| j0 = ((i0 >> 20) & 0x7ff) - 0x3ff |
|
static |
| double iptr double x |