#include "float.h"
#include "sgl_float.h"
#include "dbl_float.h"
#include "cnv_float.h"
Go to the source code of this file.
|
int | sgl_to_sgl_fcnvfx (sgl_floating_point *srcptr, sgl_floating_point *nullptr, int *dstptr, sgl_floating_point *status) |
|
int | sgl_to_dbl_fcnvfx (sgl_floating_point *srcptr, unsigned int *nullptr, dbl_integer *dstptr, unsigned int *status) |
|
int | dbl_to_sgl_fcnvfx (dbl_floating_point *srcptr, unsigned int *nullptr, int *dstptr, unsigned int *status) |
|
int | dbl_to_dbl_fcnvfx (dbl_floating_point *srcptr, unsigned int *nullptr, dbl_integer *dstptr, unsigned int *status) |
|