Lines Matching refs:high
295 s64 high, low;
307 /* We perform two partial reductions where we eliminate the high-word of
330 high = tmp[3] >> 64;
331 /* As tmp[3] < 2^65, high is either 1 or 0 */
332 high = ~(high - 1);
333 /* high is:
334 * all ones if the high word of tmp[3] is 1
335 * all zeros if the high word of tmp[3] if 0 */
349 mask = (mask & low) | high;
385 u64 high, low;
389 high = a >> 64;
391 out[1] = high;
395 high = a >> 64;
398 out[2] = high;
402 high = a >> 64;
405 out[3] = high;
409 high = a >> 64;
411 out[4] = high;
415 high = a >> 64;
418 out[4] += high;
422 high = a >> 64;
424 out[3] += high;
428 high = a >> 64;
431 out[5] = high;
435 high = a >> 64;
438 out[6] = high;
439 out[6] += high;
443 high = a >> 64;
445 out[5] += high;
449 high = a >> 64;
451 out[7] = high;
474 u64 high, low;
478 high = a >> 64;
480 out[1] = high;
484 high = a >> 64;
486 out[2] = high;
490 high = a >> 64;
492 out[2] += high;
496 high = a >> 64;
498 out[3] = high;
502 high = a >> 64;
504 out[3] += high;
508 high = a >> 64;
510 out[3] += high;
514 high = a >> 64;
516 out[4] = high;
520 high = a >> 64;
522 out[4] += high;
526 high = a >> 64;
528 out[4] += high;
532 high = a >> 64;
534 out[4] += high;
538 high = a >> 64;
540 out[5] = high;
544 high = a >> 64;
546 out[5] += high;
550 high = a >> 64;
552 out[5] += high;
556 high = a >> 64;
558 out[6] = high;
562 high = a >> 64;
564 out[6] += high;
568 high = a >> 64;
570 out[7] = high;
726 /* if out[i] > kPrime[i] then a will underflow and the high 64-bits