Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/parisc/math-emu/
H A Dfcnvxf.c51 register int src, dst_exponent; in sgl_to_sgl_fcnvxf() local
82 if (dst_exponent >= 0) src <<= dst_exponent; in sgl_to_sgl_fcnvxf() local
122 register int src, dst_exponent; in sgl_to_dbl_fcnvxf() local
153 if (dst_exponent >= 0) src <<= dst_exponent; sgl_to_dbl_fcnvxf() local
173 int dst_exponent, srcp1; dbl_to_sgl_fcnvxf() local
231 srcp2 <<= dst_exponent; dbl_to_sgl_fcnvxf() local
278 register int srcp1, dst_exponent; dbl_to_dbl_fcnvxf() local
335 srcp2 <<= dst_exponent; dbl_to_dbl_fcnvxf() local
[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() local
111 register int dst_exponent; in sgl_to_dbl_fcnvuf() local
133 src <<= dst_exponent+1; sgl_to_dbl_fcnvuf() local
152 int dst_exponent; dbl_to_sgl_fcnvuf() local
195 srcp2 <<= dst_exponent+1; dbl_to_sgl_fcnvuf() local
234 register int dst_exponent; dbl_to_dbl_fcnvuf() local
276 srcp2 <<= dst_exponent+1; dbl_to_dbl_fcnvuf() local
[all...]
/kernel/linux/linux-6.6/arch/parisc/math-emu/
H A Dfcnvuf.c53 register int dst_exponent; in sgl_to_sgl_fcnvuf() local
74 src <<= dst_exponent+1; in sgl_to_sgl_fcnvuf() local
111 register int dst_exponent; in sgl_to_dbl_fcnvuf() local
133 src <<= dst_exponent+1; sgl_to_dbl_fcnvuf() local
152 int dst_exponent; dbl_to_sgl_fcnvuf() local
195 srcp2 <<= dst_exponent+1; dbl_to_sgl_fcnvuf() local
234 register int dst_exponent; dbl_to_dbl_fcnvuf() local
276 srcp2 <<= dst_exponent+1; dbl_to_dbl_fcnvuf() local
[all...]
H A Dfcnvxf.c51 register int src, dst_exponent; in sgl_to_sgl_fcnvxf() local
82 if (dst_exponent >= 0) src <<= dst_exponent; in sgl_to_sgl_fcnvxf() local
122 register int src, dst_exponent; in sgl_to_dbl_fcnvxf() local
153 if (dst_exponent >= 0) src <<= dst_exponent; sgl_to_dbl_fcnvxf() local
173 int dst_exponent, srcp1; dbl_to_sgl_fcnvxf() local
231 srcp2 <<= dst_exponent; dbl_to_sgl_fcnvxf() local
278 register int srcp1, dst_exponent; dbl_to_dbl_fcnvxf() local
335 srcp2 <<= dst_exponent; dbl_to_dbl_fcnvxf() local
[all...]

Completed in 2 milliseconds