Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/math-emu/
H A Dfcnvxf.c82 if (dst_exponent >= 0) src <<= dst_exponent; in sgl_to_sgl_fcnvxf()
153 if (dst_exponent >= 0) src <<= dst_exponent; in sgl_to_dbl_fcnvxf()
173 int dst_exponent, srcp1; in dbl_to_sgl_fcnvxf() local
205 if (dst_exponent >= 0) { in dbl_to_sgl_fcnvxf()
217 dst_exponent += 32; in dbl_to_sgl_fcnvxf()
228 if (dst_exponent > 0) { in dbl_to_sgl_fcnvxf()
231 srcp2 <<= dst_exponent; in dbl_to_sgl_fcnvxf()
310 if (dst_exponent >= 0) { in dbl_to_dbl_fcnvxf()
322 dst_exponent += 32; in dbl_to_dbl_fcnvxf()
332 if (dst_exponent > 0) { in dbl_to_dbl_fcnvxf()
[all …]
H A Dfcnvuf.c53 register int dst_exponent; in sgl_to_sgl_fcnvuf() local
74 src <<= dst_exponent+1; in sgl_to_sgl_fcnvuf()
111 register int dst_exponent; in sgl_to_dbl_fcnvuf() local
133 src <<= dst_exponent+1; in sgl_to_dbl_fcnvuf()
152 int dst_exponent; in dbl_to_sgl_fcnvuf() local
181 dst_exponent += 32; in dbl_to_sgl_fcnvuf()
192 if (dst_exponent >= 0) { in dbl_to_sgl_fcnvuf()
195 srcp2 <<= dst_exponent+1; in dbl_to_sgl_fcnvuf()
234 register int dst_exponent; in dbl_to_dbl_fcnvuf() local
263 dst_exponent += 32; in dbl_to_dbl_fcnvuf()
[all …]