Home
last modified time | relevance | path

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

/linux/arch/parisc/math-emu/
H A Dfcnvxf.c51 register int src, dst_exponent; in sgl_to_sgl_fcnvxf() local
74 dst_exponent = 16; /* initialize for normalization */ in sgl_to_sgl_fcnvxf()
77 * a value in dst_exponent indicating the bit position, in sgl_to_sgl_fcnvxf()
80 Find_ms_one_bit(src,dst_exponent); in sgl_to_sgl_fcnvxf()
82 if (dst_exponent >= 0) src <<= dst_exponent; in sgl_to_sgl_fcnvxf()
85 Sgl_set_exponent(result, 30+SGL_BIAS - dst_exponent); in sgl_to_sgl_fcnvxf()
122 register int src, dst_exponent; in sgl_to_dbl_fcnvxf() local
145 dst_exponent = 16; /* initialize for normalization */ in sgl_to_dbl_fcnvxf()
148 * a value in dst_exponent indicatin in sgl_to_dbl_fcnvxf()
173 int dst_exponent, srcp1; dbl_to_sgl_fcnvxf() local
278 register int srcp1, dst_exponent; dbl_to_dbl_fcnvxf() local
[all...]
H A Dfcnvuf.c53 register int dst_exponent; in sgl_to_sgl_fcnvuf() local
66 dst_exponent = 16; /* initialize for normalization */ in sgl_to_sgl_fcnvuf()
69 * a value in dst_exponent indicating the bit position, in sgl_to_sgl_fcnvuf()
72 Find_ms_one_bit(src,dst_exponent); in sgl_to_sgl_fcnvuf()
74 src <<= dst_exponent+1; in sgl_to_sgl_fcnvuf()
76 Sgl_set_exponent(result, 30+SGL_BIAS - dst_exponent); in sgl_to_sgl_fcnvuf()
111 register int dst_exponent; in sgl_to_dbl_fcnvuf() local
125 dst_exponent = 16; /* initialize for normalization */ in sgl_to_dbl_fcnvuf()
128 * a value in dst_exponent indicating the bit position, in sgl_to_dbl_fcnvuf()
131 Find_ms_one_bit(src,dst_exponent); in sgl_to_dbl_fcnvuf()
152 int dst_exponent; dbl_to_sgl_fcnvuf() local
234 register int dst_exponent; dbl_to_dbl_fcnvuf() local
[all...]