sgl_floating_point
int sgl_to_sgl_fcnvfx(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
int sgl_to_dbl_fcnvfx(sgl_floating_point *, sgl_floating_point *, dbl_integer *, unsigned int *);
int sgl_to_sgl_fcnvfxt(sgl_floating_point *, sgl_floating_point *, int *, unsigned int *);
int sgl_to_dbl_fcnvfxt(sgl_floating_point *, sgl_floating_point *, dbl_integer *, unsigned int *);
int sgl_to_sgl_fcnvxf(int *, int *, sgl_floating_point *, unsigned int *);
int dbl_to_sgl_fcnvxf(dbl_integer *, dbl_integer *, sgl_floating_point *, unsigned int *);
int sgl_to_dbl_fcnvff(sgl_floating_point *, sgl_floating_point *, dbl_floating_point *, unsigned int *);
int dbl_to_sgl_fcnvff(dbl_floating_point *, dbl_floating_point *, sgl_floating_point *, unsigned int *);
sgl_floating_point *dstptr, unsigned int *status)
sgl_to_dbl_fcnvff(sgl_floating_point *srcptr, sgl_floating_point *null,
sgl_to_dbl_fcnvfx(sgl_floating_point *srcptr, sgl_floating_point *null,
sgl_to_sgl_fcnvfx(sgl_floating_point *srcptr, sgl_floating_point *null,
sgl_to_sgl_fcnvfxt(sgl_floating_point *srcptr, sgl_floating_point *null,
sgl_to_dbl_fcnvfxt(sgl_floating_point *srcptr, sgl_floating_point *null,
sgl_floating_point *dstptr, unsigned int *status)
sgl_to_sgl_fcnvxf(int *srcptr, int *null, sgl_floating_point *dstptr,
sgl_frnd(sgl_floating_point *srcptr, sgl_floating_point *null,
sgl_floating_point *dstptr, unsigned int *status)
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 *null,
sgl_floating_point *dstptr, unsigned int *status)
sgl_fsub(sgl_floating_point *leftptr, sgl_floating_point *rightptr,
sgl_floating_point *dstptr, unsigned int *status)
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 *, 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 *, sgl_floating_point *, unsigned int *);