Include dependency graph for e_remainder.c:

Go to the source code of this file.
Functions | |
| double | __ieee754_remainder (double x, double p) |
Variables | |
| static double | zero = 0.0 |
| double __ieee754_remainder | ( | double | x, | |
| double | p | |||
| ) |
Definition at line 39 of file e_remainder.c.
References __ieee754_fmod(), EXTRACT_WORDS, fabs(), GET_HIGH_WORD, SET_HIGH_WORD, and zero.
Referenced by remainder().
Here is the call graph for this function:

double zero = 0.0 [static] |
Definition at line 32 of file e_remainder.c.
1.4.7