sgl_floating_point
int sgl_to_sgl_fcnvfx(sgl_floating_point *, sgl_floating_point *, unsigned int *);
int sgl_to_dbl_fcnvfx(sgl_floating_point *, dbl_integer *, unsigned int *);
int sgl_to_sgl_fcnvfxt(sgl_floating_point *, int *, unsigned int *);
int sgl_to_dbl_fcnvfxt(sgl_floating_point *, dbl_integer *, unsigned int *);
int sgl_to_sgl_fcnvxf(int *, sgl_floating_point *, unsigned int *);
int dbl_to_sgl_fcnvxf(dbl_integer *, sgl_floating_point *, unsigned int *);
int sgl_to_dbl_fcnvff(sgl_floating_point *, dbl_floating_point *, unsigned int *);
int dbl_to_sgl_fcnvff(dbl_floating_point *, sgl_floating_point *, unsigned int *);
dbl_to_sgl_fcnvff(dbl_floating_point *srcptr, sgl_floating_point *dstptr,
sgl_to_dbl_fcnvff(sgl_floating_point *srcptr, dbl_floating_point *dstptr,
sgl_to_dbl_fcnvfx(sgl_floating_point *srcptr, dbl_integer *dstptr,
sgl_to_sgl_fcnvfx(sgl_floating_point *srcptr, int *dstptr,
sgl_to_dbl_fcnvfxt(sgl_floating_point *srcptr, dbl_integer *dstptr,
sgl_to_sgl_fcnvfxt(sgl_floating_point *srcptr, int *dstptr,
dbl_to_sgl_fcnvxf(dbl_integer *srcptr, sgl_floating_point *dstptr,
sgl_to_sgl_fcnvxf(int *srcptr, sgl_floating_point *dstptr,
sgl_frnd(sgl_floating_point *srcptr, sgl_floating_point *dstptr,
sgl_floating_point
sgl_floating_point result;
sgl_fadd(sgl_floating_point *leftptr, sgl_floating_point *rightptr,
sgl_floating_point *dstptr, unsigned int *status)
sgl_fcmp(sgl_floating_point *leftptr, sgl_floating_point *rightptr,
sgl_fdiv(sgl_floating_point *srcptr1, sgl_floating_point *srcptr2,
sgl_floating_point *dstptr, unsigned int *status)
sgl_fmpy(sgl_floating_point *srcptr1, sgl_floating_point *srcptr2,
sgl_floating_point *dstptr, unsigned int *status)
sgl_frem(sgl_floating_point *srcptr1, sgl_floating_point *srcptr2,
sgl_floating_point *dstptr, unsigned int *status)
sgl_fsqrt(sgl_floating_point *srcptr, sgl_floating_point *dstptr,
sgl_fsub(sgl_floating_point *leftptr, sgl_floating_point *rightptr,
sgl_floating_point *dstptr, unsigned int *status)
sgl_floating_point sgl_setoverflow(unsigned int);
int sgl_fadd(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
int sgl_fcmp(sgl_floating_point *, sgl_floating_point *, unsigned int, unsigned int *);
int sgl_fdiv(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
int sgl_fmpy(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
int sgl_frem(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
int sgl_fsqrt(sgl_floating_point *, sgl_floating_point *, unsigned int *);
int sgl_fsub(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
int sgl_frnd(sgl_floating_point *, sgl_floating_point *, unsigned int *);