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