Include dependency graph for s_modf.c:

Go to the source code of this file.
Functions | |
| double | modf (double x, double *iptr) |
Variables | |
| static double | one = 1.0 |
| double modf | ( | double | x, | |
| double* | iptr | |||
| ) |
Definition at line 40 of file s_modf.c.
References EXTRACT_WORDS, GET_HIGH_WORD, INSERT_WORDS, j0(), and one.
Here is the call graph for this function:

1.4.7