Lines Matching refs:srcp2
153 unsigned int srcp1, srcp2, result = 0;
155 Duint_copyfromptr(srcptr,srcp1,srcp2);
158 if (srcp1 == 0 && srcp2 == 0) {
173 Find_ms_one_bit(srcp2,dst_exponent);
175 srcp1 = srcp2 << dst_exponent+1;
176 srcp2 = 0;
193 Variable_shift_double(srcp1,srcp2,(31-dst_exponent),
195 srcp2 <<= dst_exponent+1;
202 if (Duint_isinexact_to_sgl(srcp1,srcp2)) {
210 Sgl_roundnearest_from_duint(srcp1,srcp2,result);
235 register unsigned int srcp1, srcp2, resultp1 = 0, resultp2 = 0;
237 Duint_copyfromptr(srcptr,srcp1,srcp2);
240 if (srcp1 == 0 && srcp2 ==0) {
255 Find_ms_one_bit(srcp2,dst_exponent);
257 srcp1 = srcp2 << dst_exponent+1;
258 srcp2 = 0;
274 Variable_shift_double(srcp1,srcp2,(31-dst_exponent),
276 srcp2 <<= dst_exponent+1;
280 Shiftdouble(srcp1,srcp2,DBL_EXP_LENGTH,resultp2);
284 if (Duint_isinexact_to_dbl(srcp2)) {
292 Dbl_roundnearest_from_duint(srcp2,resultp1,