Searched refs:dbl_integer (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/arch/hppa/spmath/ |
H A D | cnv_float.h | 300 int sgl_to_dbl_fcnvfx(sgl_floating_point *, sgl_floating_point *, dbl_integer *, unsigned int *); 302 int dbl_to_dbl_fcnvfx(dbl_floating_point *, dbl_floating_point *, dbl_integer *, unsigned int *); 305 int sgl_to_dbl_fcnvfxt(sgl_floating_point *, sgl_floating_point *, dbl_integer *, unsigned int *); 307 int dbl_to_dbl_fcnvfxt(dbl_floating_point *, dbl_floating_point *, dbl_integer *, unsigned int *); 311 int dbl_to_sgl_fcnvxf(dbl_integer *, dbl_integer *, sgl_floating_point *, unsigned int *); 312 int dbl_to_dbl_fcnvxf(dbl_integer *, dbl_integer *, dbl_floating_point *, unsigned int *);
|
H A D | fcnvxf.c | 145 dbl_integer *srcptr, *null; in dbl_to_sgl_fcnvxf() 248 dbl_integer *srcptr, *null; in dbl_to_dbl_fcnvxf()
|
H A D | fcnvfxt.c | 91 dbl_integer *dstptr; 227 dbl_integer *dstptr;
|
H A D | fcnvfx.c | 125 dbl_integer *dstptr; 367 dbl_integer *dstptr;
|
H A D | float.h | 301 typedef struct dint dbl_integer; typedef
|