|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| union | float64_components |
Functions | |
| float64 | float64_exp (float64 Fm) |
| float64 | float64_ln (float64 Fm) |
| float64 | float64_sin (float64 rFm) |
| float64 | float64_cos (float64 rFm) |
| float64 | float64_arcsin (float64 rFm) |
| float64 | float64_arctan (float64 rFm) |
| float64 | float64_log (float64 rFm) |
| float64 | float64_tan (float64 rFm) |
| float64 | float64_arccos (float64 rFm) |
| float64 | float64_pow (float64 rFn, float64 rFm) |
| float64 | float64_pol (float64 rFn, float64 rFm) |
| unsigned int | DoubleCPDO (struct roundingData *roundData, const unsigned int opcode, FPREG *rFd) |
| unsigned int DoubleCPDO | ( | struct roundingData * | roundData, |
| const unsigned int | opcode, | ||
| FPREG * | rFd | ||
| ) |
Definition at line 111 of file double_cpdo.c.
1.8.2