Searched refs:dst_exponent (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/math-emu/ |
H A D | fcnvxf.c | 51 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() local 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() 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 D | fcnvuf.c | 53 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() local 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() 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 D | fcnvxf.c | 51 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() local 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() 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 D | fcnvuf.c | 53 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() local 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() 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...] |
Completed in 2 milliseconds