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

Go to the source code of this file.

Functions

int sgl_to_sgl_fcnvfut (sgl_floating_point *srcptr, unsigned int *nullptr, unsigned int *dstptr, unsigned int *status)
 
int sgl_to_dbl_fcnvfut (sgl_floating_point *srcptr, unsigned int *nullptr, dbl_unsigned *dstptr, unsigned int *status)
 
int dbl_to_sgl_fcnvfut (dbl_floating_point *srcptr, unsigned int *nullptr, unsigned int *dstptr, unsigned int *status)
 
int dbl_to_dbl_fcnvfut (dbl_floating_point *srcptr, unsigned int *nullptr, dbl_unsigned *dstptr, unsigned int *status)
 

Function Documentation

int dbl_to_dbl_fcnvfut ( dbl_floating_point srcptr,
unsigned int nullptr,
dbl_unsigned dstptr,
unsigned int status 
)

Definition at line 268 of file fcnvfut.c.

int dbl_to_sgl_fcnvfut ( dbl_floating_point srcptr,
unsigned int nullptr,
unsigned int dstptr,
unsigned int status 
)

Definition at line 199 of file fcnvfut.c.

int sgl_to_dbl_fcnvfut ( sgl_floating_point srcptr,
unsigned int nullptr,
dbl_unsigned dstptr,
unsigned int status 
)

Definition at line 129 of file fcnvfut.c.

int sgl_to_sgl_fcnvfut ( sgl_floating_point srcptr,
unsigned int nullptr,
unsigned int dstptr,
unsigned int status 
)

Definition at line 60 of file fcnvfut.c.