|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
| int | dbl_fmpyfadd (dbl_floating_point *src1ptr, dbl_floating_point *src2ptr, dbl_floating_point *src3ptr, unsigned int *status, dbl_floating_point *dstptr) |
| dbl_fmpynfadd (dbl_floating_point *src1ptr, dbl_floating_point *src2ptr, dbl_floating_point *src3ptr, unsigned int *status, dbl_floating_point *dstptr) | |
| sgl_fmpyfadd (sgl_floating_point *src1ptr, sgl_floating_point *src2ptr, sgl_floating_point *src3ptr, unsigned int *status, sgl_floating_point *dstptr) | |
| sgl_fmpynfadd (sgl_floating_point *src1ptr, sgl_floating_point *src2ptr, sgl_floating_point *src3ptr, unsigned int *status, sgl_floating_point *dstptr) | |
| int dbl_fmpyfadd | ( | dbl_floating_point * | src1ptr, |
| dbl_floating_point * | src2ptr, | ||
| dbl_floating_point * | src3ptr, | ||
| unsigned int * | status, | ||
| dbl_floating_point * | dstptr | ||
| ) |
Definition at line 58 of file fmpyfadd.c.
| dbl_fmpynfadd | ( | dbl_floating_point * | src1ptr, |
| dbl_floating_point * | src2ptr, | ||
| dbl_floating_point * | src3ptr, | ||
| unsigned int * | status, | ||
| dbl_floating_point * | dstptr | ||
| ) |
Definition at line 719 of file fmpyfadd.c.
| sgl_fmpyfadd | ( | sgl_floating_point * | src1ptr, |
| sgl_floating_point * | src2ptr, | ||
| sgl_floating_point * | src3ptr, | ||
| unsigned int * | status, | ||
| sgl_floating_point * | dstptr | ||
| ) |
Definition at line 1377 of file fmpyfadd.c.
| sgl_fmpynfadd | ( | sgl_floating_point * | src1ptr, |
| sgl_floating_point * | src2ptr, | ||
| sgl_floating_point * | src3ptr, | ||
| unsigned int * | status, | ||
| sgl_floating_point * | dstptr | ||
| ) |
Definition at line 2018 of file fmpyfadd.c.
1.8.2