Symbol: sgl_floating_point
sys/arch/hppa/spmath/cnv_float.h
419
int sgl_to_sgl_fcnvfx(sgl_floating_point *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/cnv_float.h
420
int sgl_to_dbl_fcnvfx(sgl_floating_point *, dbl_integer *, unsigned int *);
sys/arch/hppa/spmath/cnv_float.h
424
int sgl_to_sgl_fcnvfxt(sgl_floating_point *, int *, unsigned int *);
sys/arch/hppa/spmath/cnv_float.h
425
int sgl_to_dbl_fcnvfxt(sgl_floating_point *, dbl_integer *, unsigned int *);
sys/arch/hppa/spmath/cnv_float.h
429
int sgl_to_sgl_fcnvxf(int *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/cnv_float.h
431
int dbl_to_sgl_fcnvxf(dbl_integer *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/dbl_float.h
567
int sgl_to_dbl_fcnvff(sgl_floating_point *, dbl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/dbl_float.h
568
int dbl_to_sgl_fcnvff(dbl_floating_point *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/fcnvff.c
141
dbl_to_sgl_fcnvff(dbl_floating_point *srcptr, sgl_floating_point *dstptr,
sys/arch/hppa/spmath/fcnvff.c
57
sgl_to_dbl_fcnvff(sgl_floating_point *srcptr, dbl_floating_point *dstptr,
sys/arch/hppa/spmath/fcnvfx.c
152
sgl_to_dbl_fcnvfx(sgl_floating_point *srcptr, dbl_integer *dstptr,
sys/arch/hppa/spmath/fcnvfx.c
56
sgl_to_sgl_fcnvfx(sgl_floating_point *srcptr, int *dstptr,
sys/arch/hppa/spmath/fcnvfxt.c
119
sgl_to_dbl_fcnvfxt(sgl_floating_point *srcptr, dbl_integer *dstptr,
sys/arch/hppa/spmath/fcnvfxt.c
58
sgl_to_sgl_fcnvfxt(sgl_floating_point *srcptr, int *dstptr,
sys/arch/hppa/spmath/fcnvxf.c
170
dbl_to_sgl_fcnvxf(dbl_integer *srcptr, sgl_floating_point *dstptr,
sys/arch/hppa/spmath/fcnvxf.c
56
sgl_to_sgl_fcnvxf(int *srcptr, sgl_floating_point *dstptr,
sys/arch/hppa/spmath/frnd.c
59
sgl_frnd(sgl_floating_point *srcptr, sgl_floating_point *dstptr,
sys/arch/hppa/spmath/setovfl.c
51
sgl_floating_point
sys/arch/hppa/spmath/setovfl.c
54
sgl_floating_point result;
sys/arch/hppa/spmath/sfadd.c
54
sgl_fadd(sgl_floating_point *leftptr, sgl_floating_point *rightptr,
sys/arch/hppa/spmath/sfadd.c
55
sgl_floating_point *dstptr, unsigned int *status)
sys/arch/hppa/spmath/sfcmp.c
54
sgl_fcmp(sgl_floating_point *leftptr, sgl_floating_point *rightptr,
sys/arch/hppa/spmath/sfdiv.c
54
sgl_fdiv(sgl_floating_point *srcptr1, sgl_floating_point *srcptr2,
sys/arch/hppa/spmath/sfdiv.c
55
sgl_floating_point *dstptr, unsigned int *status)
sys/arch/hppa/spmath/sfmpy.c
54
sgl_fmpy(sgl_floating_point *srcptr1, sgl_floating_point *srcptr2,
sys/arch/hppa/spmath/sfmpy.c
55
sgl_floating_point *dstptr, unsigned int *status)
sys/arch/hppa/spmath/sfrem.c
54
sgl_frem(sgl_floating_point *srcptr1, sgl_floating_point *srcptr2,
sys/arch/hppa/spmath/sfrem.c
55
sgl_floating_point *dstptr, unsigned int *status)
sys/arch/hppa/spmath/sfsqrt.c
56
sgl_fsqrt(sgl_floating_point *srcptr, sgl_floating_point *dstptr,
sys/arch/hppa/spmath/sfsub.c
54
sgl_fsub(sgl_floating_point *leftptr, sgl_floating_point *rightptr,
sys/arch/hppa/spmath/sfsub.c
55
sgl_floating_point *dstptr, unsigned int *status)
sys/arch/hppa/spmath/sgl_float.h
338
sgl_floating_point sgl_setoverflow(unsigned int);
sys/arch/hppa/spmath/sgl_float.h
339
int sgl_fadd(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/sgl_float.h
340
int sgl_fcmp(sgl_floating_point *, sgl_floating_point *, unsigned int, unsigned int *);
sys/arch/hppa/spmath/sgl_float.h
341
int sgl_fdiv(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/sgl_float.h
342
int sgl_fmpy(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/sgl_float.h
343
int sgl_frem(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/sgl_float.h
344
int sgl_fsqrt(sgl_floating_point *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/sgl_float.h
345
int sgl_fsub(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/sgl_float.h
346
int sgl_frnd(sgl_floating_point *, sgl_floating_point *, unsigned int *);