Include dependency graph for s_frexp.c:

Go to the source code of this file.
Functions | |
| double | frexp (double x, int *eptr) |
Variables | |
| static double | two54 = 1.80143985094819840000e+16 |
| double frexp | ( | double | x, | |
| int * | eptr | |||
| ) |
Definition at line 41 of file s_frexp.c.
References EXTRACT_WORDS, GET_HIGH_WORD, SET_HIGH_WORD, and two54.
1.4.7