HomeSort by: relevance | last modified time | path
    Searched refs:sgl_floating_point (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/hppa/spmath/
setovfl.c 51 sgl_floating_point
54 sgl_floating_point result;
sgl_float.h 241 /* sgl_floating_point srcdst; int shift; extension extent */ \
261 /* sgl_floating_point left,right,result; extension extent */ \
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 *)
    [all...]
sfcmp.c 54 sgl_fcmp(sgl_floating_point *leftptr, sgl_floating_point *rightptr,
sfrem.c 54 sgl_frem(sgl_floating_point *srcptr1, sgl_floating_point *srcptr2,
55 sgl_floating_point *dstptr, unsigned int *status)
sfsqrt.c 56 sgl_fsqrt(sgl_floating_point *srcptr, sgl_floating_point *dstptr,
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 *);
fcnvff.c 57 sgl_to_dbl_fcnvff(sgl_floating_point *srcptr, dbl_floating_point *dstptr,
141 dbl_to_sgl_fcnvff(dbl_floating_point *srcptr, sgl_floating_point *dstptr,
fcnvfxt.c 58 sgl_to_sgl_fcnvfxt(sgl_floating_point *srcptr, int *dstptr,
119 sgl_to_dbl_fcnvfxt(sgl_floating_point *srcptr, dbl_integer *dstptr,
fcnvxf.c 56 sgl_to_sgl_fcnvxf(int *srcptr, sgl_floating_point *dstptr,
170 dbl_to_sgl_fcnvxf(dbl_integer *srcptr, sgl_floating_point *dstptr,
frnd.c 59 sgl_frnd(sgl_floating_point *srcptr, sgl_floating_point *dstptr,
sfdiv.c 54 sgl_fdiv(sgl_floating_point *srcptr1, sgl_floating_point *srcptr2,
55 sgl_floating_point *dstptr, unsigned int *status)
sfmpy.c 54 sgl_fmpy(sgl_floating_point *srcptr1, sgl_floating_point *srcptr2,
55 sgl_floating_point *dstptr, unsigned int *status)
sfadd.c 54 sgl_fadd(sgl_floating_point *leftptr, sgl_floating_point *rightptr,
55 sgl_floating_point *dstptr, unsigned int *status)
sfsub.c 54 sgl_fsub(sgl_floating_point *leftptr, sgl_floating_point *rightptr,
55 sgl_floating_point *dstptr, unsigned int *status)
fcnvfx.c 56 sgl_to_sgl_fcnvfx(sgl_floating_point *srcptr, int *dstptr,
152 sgl_to_dbl_fcnvfx(sgl_floating_point *srcptr, dbl_integer *dstptr,
float.h 328 typedef int sgl_floating_point; typedef in typeref:typename:int
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 *);
fpudispatch.c 36 #define sgl_floating_point unsigned macro

Completed in 19 milliseconds