Searched defs:dst_exponent (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/parisc/math-emu/
H A Dfcnvuf.c66 register int dst_exponent; sgl_to_sgl_fcnvuf() local
87 src <<= dst_exponent+1; sgl_to_sgl_fcnvuf() local
124 register int dst_exponent; sgl_to_dbl_fcnvuf() local
146 src <<= dst_exponent+1; sgl_to_dbl_fcnvuf() local
165 int dst_exponent; dbl_to_sgl_fcnvuf() local
208 srcp2 <<= dst_exponent+1; dbl_to_sgl_fcnvuf() local
247 register int dst_exponent; dbl_to_dbl_fcnvuf() local
289 srcp2 <<= dst_exponent+1; dbl_to_dbl_fcnvuf() local
H A Dfcnvxf.c64 register int src, dst_exponent; sgl_to_sgl_fcnvxf() local
95 if (dst_exponent >= 0) src <<= dst_exponent; sgl_to_sgl_fcnvxf() local
135 register int src, dst_exponent; sgl_to_dbl_fcnvxf() local
166 if (dst_exponent >= 0) src <<= dst_exponent; sgl_to_dbl_fcnvxf() local
186 int dst_exponent, srcp1; dbl_to_sgl_fcnvxf() local
244 srcp2 <<= dst_exponent; dbl_to_sgl_fcnvxf() local
291 register int srcp1, dst_exponent; dbl_to_dbl_fcnvxf() local
348 srcp2 <<= dst_exponent; dbl_to_dbl_fcnvxf() local

Completed in 65 milliseconds