Lines Matching refs:temp1
418 double_int r, s, temp1, temp2;
438 temp1.high = high_low.low;
439 temp1.low = 0;
440 s = low_low + temp1;
442 || s.ult (temp1))
444 temp1.high = s.high;
445 temp1.low = s.low;
448 s = temp1 + temp2;
449 if (s.ult (temp1)
453 temp1.low = high_low.high;
454 temp1.high = 0;
455 r = high_high + temp1;
456 temp1.low = low_high.high;
457 temp1.high = 0;
458 r += temp1;
459 temp1.low = carry;
460 temp1.high = 0;
461 r += temp1;