Home
last modified time | relevance | path

Searched refs:sgl_floating_point (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/sys/arch/hppa/spmath/
H A Dsgl_float.h338 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 Dcnv_float.h419 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 Dsfrem.c54 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 Dsetovfl.c51 sgl_floating_point
54 sgl_floating_point result; in sgl_setoverflow()
H A Dsfcmp.c54 sgl_fcmp(sgl_floating_point *leftptr, sgl_floating_point *rightptr, in sgl_fcmp()
H A Dsfdiv.c54 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 Dsfmpy.c54 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 Dsfsqrt.c56 sgl_fsqrt(sgl_floating_point *srcptr, sgl_floating_point *dstptr, in sgl_fsqrt()
H A Dsfsub.c54 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 Dsfadd.c54 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 Dfcnvff.c57 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 Dfrnd.c59 sgl_frnd(sgl_floating_point *srcptr, sgl_floating_point *dstptr, in sgl_frnd()
H A Dfcnvfxt.c58 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 Dfcnvxf.c56 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 Dfcnvfx.c56 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 Ddbl_float.h567 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 Dfloat.h328 typedef int sgl_floating_point; typedef
H A Dfpudispatch.c36 #define sgl_floating_point unsigned macro