Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
fmpyfadd.c File Reference
#include "float.h"
#include "sgl_float.h"
#include "dbl_float.h"

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)
 

Function Documentation

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.