Symbol: sgl_floating_point
sys/arch/hppa/spmath/cnv_float.h
299
int sgl_to_sgl_fcnvfx(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/cnv_float.h
300
int sgl_to_dbl_fcnvfx(sgl_floating_point *, sgl_floating_point *, dbl_integer *, unsigned int *);
sys/arch/hppa/spmath/cnv_float.h
304
int sgl_to_sgl_fcnvfxt(sgl_floating_point *, sgl_floating_point *, int *, unsigned int *);
sys/arch/hppa/spmath/cnv_float.h
305
int sgl_to_dbl_fcnvfxt(sgl_floating_point *, sgl_floating_point *, dbl_integer *, unsigned int *);
sys/arch/hppa/spmath/cnv_float.h
309
int sgl_to_sgl_fcnvxf(int *, int *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/cnv_float.h
311
int dbl_to_sgl_fcnvxf(dbl_integer *, dbl_integer *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/dbl_float.h
537
int sgl_to_dbl_fcnvff(sgl_floating_point *, sgl_floating_point *, dbl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/dbl_float.h
538
int dbl_to_sgl_fcnvff(dbl_floating_point *, dbl_floating_point *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/fcnvff.c
110
sgl_floating_point *dstptr, unsigned int *status)
sys/arch/hppa/spmath/fcnvff.c
26
sgl_to_dbl_fcnvff(sgl_floating_point *srcptr, sgl_floating_point *null,
sys/arch/hppa/spmath/fcnvfx.c
121
sgl_to_dbl_fcnvfx(sgl_floating_point *srcptr, sgl_floating_point *null,
sys/arch/hppa/spmath/fcnvfx.c
26
sgl_to_sgl_fcnvfx(sgl_floating_point *srcptr, sgl_floating_point *null,
sys/arch/hppa/spmath/fcnvfxt.c
27
sgl_to_sgl_fcnvfxt(sgl_floating_point *srcptr, sgl_floating_point *null,
sys/arch/hppa/spmath/fcnvfxt.c
87
sgl_to_dbl_fcnvfxt(sgl_floating_point *srcptr, sgl_floating_point *null,
sys/arch/hppa/spmath/fcnvxf.c
141
sgl_floating_point *dstptr, unsigned int *status)
sys/arch/hppa/spmath/fcnvxf.c
26
sgl_to_sgl_fcnvxf(int *srcptr, int *null, sgl_floating_point *dstptr,
sys/arch/hppa/spmath/frnd.c
28
sgl_frnd(sgl_floating_point *srcptr, sgl_floating_point *null,
sys/arch/hppa/spmath/frnd.c
29
sgl_floating_point *dstptr, unsigned int *status)
sys/arch/hppa/spmath/sfadd.c
24
sgl_fadd(sgl_floating_point *leftptr, sgl_floating_point *rightptr,
sys/arch/hppa/spmath/sfadd.c
25
sgl_floating_point *dstptr, unsigned int *status)
sys/arch/hppa/spmath/sfcmp.c
24
sgl_fcmp(sgl_floating_point *leftptr, sgl_floating_point *rightptr,
sys/arch/hppa/spmath/sfdiv.c
24
sgl_fdiv(sgl_floating_point *srcptr1, sgl_floating_point *srcptr2,
sys/arch/hppa/spmath/sfdiv.c
25
sgl_floating_point *dstptr, unsigned int *status)
sys/arch/hppa/spmath/sfmpy.c
24
sgl_fmpy(sgl_floating_point *srcptr1, sgl_floating_point *srcptr2,
sys/arch/hppa/spmath/sfmpy.c
25
sgl_floating_point *dstptr, unsigned int *status)
sys/arch/hppa/spmath/sfrem.c
24
sgl_frem(sgl_floating_point *srcptr1, sgl_floating_point *srcptr2,
sys/arch/hppa/spmath/sfrem.c
25
sgl_floating_point *dstptr, unsigned int *status)
sys/arch/hppa/spmath/sfsqrt.c
25
sgl_fsqrt(sgl_floating_point *srcptr, sgl_floating_point *null,
sys/arch/hppa/spmath/sfsqrt.c
26
sgl_floating_point *dstptr, unsigned int *status)
sys/arch/hppa/spmath/sfsub.c
24
sgl_fsub(sgl_floating_point *leftptr, sgl_floating_point *rightptr,
sys/arch/hppa/spmath/sfsub.c
25
sgl_floating_point *dstptr, unsigned int *status)
sys/arch/hppa/spmath/sgl_float.h
312
int sgl_fadd(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/sgl_float.h
313
int sgl_fcmp(sgl_floating_point *, sgl_floating_point *, unsigned int, unsigned int *);
sys/arch/hppa/spmath/sgl_float.h
314
int sgl_fdiv(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/sgl_float.h
315
int sgl_fmpy(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/sgl_float.h
316
int sgl_frem(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/sgl_float.h
317
int sgl_fsqrt(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/sgl_float.h
318
int sgl_fsub(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);
sys/arch/hppa/spmath/sgl_float.h
319
int sgl_frnd(sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *);