Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hppa/spmath/
H A Dfcnvxf.c59 register int src, dst_exponent; in sgl_to_sgl_fcnvxf() local
82 dst_exponent = 16; /* initialize for normalization */ in sgl_to_sgl_fcnvxf()
88 Find_ms_one_bit(src,dst_exponent); in sgl_to_sgl_fcnvxf()
90 if (dst_exponent >= 0) src <<= dst_exponent; in sgl_to_sgl_fcnvxf()
93 Sgl_set_exponent(result, 30+SGL_BIAS - dst_exponent); in sgl_to_sgl_fcnvxf()
126 register int src, dst_exponent; in sgl_to_dbl_fcnvxf() local
149 dst_exponent = 16; /* initialize for normalization */ in sgl_to_dbl_fcnvxf()
155 Find_ms_one_bit(src,dst_exponent); in sgl_to_dbl_fcnvxf()
157 if (dst_exponent >= 0) src <<= dst_exponent; in sgl_to_dbl_fcnvxf()
161 Dbl_set_exponent(resultp1, (30+DBL_BIAS) - dst_exponent); in sgl_to_dbl_fcnvxf()
[all …]