Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
frnd.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_frnd (sgl_floating_point *srcptr, unsigned int *nullptr, sgl_floating_point *dstptr, unsigned int *status)
 
int dbl_frnd (dbl_floating_point *srcptr, unsigned int *nullptr, dbl_floating_point *dstptr, unsigned int *status)
 

Function Documentation

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

Definition at line 152 of file frnd.c.

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

Definition at line 48 of file frnd.c.