Lines Matching refs:temp1
283 INTunion r, s, temp1, temp2;
310 temp1.s.high = high_low.s.low;
311 temp1.s.low = 0;
312 s.ll = low_low.ll + temp1.ll;
314 || (UINT_C_TYPE) s.ll < (UINT_C_TYPE) temp1.ll)
316 temp1.ll = s.ll;
319 s.ll = temp1.ll + temp2.ll;
320 if ((UINT_C_TYPE) s.ll < (UINT_C_TYPE) temp1.ll
324 temp1.s.low = high_low.s.high;
325 temp1.s.high = 0;
326 r.ll = high_high.ll + temp1.ll;
327 temp1.s.low = low_high.s.high;
328 temp1.s.high = 0;
329 r.ll = r.ll + temp1.ll + carry;
341 temp1.ll = s.ll;
343 if ((UINT_C_TYPE) s.ll < (UINT_C_TYPE) temp1.ll
355 temp1.ll = r.ll << (FIXED_WIDTH - FBITS);
356 s.ll = s.ll | temp1.ll;