Lines Matching refs:high
384 u64 high, low; in felem_shrink() local
425 high = (u64)(tmp[3] >> 64); in felem_shrink()
427 high = 0 - high; in felem_shrink()
450 mask = (mask & low) | high; in felem_shrink()
490 u64 high, low; in smallfelem_square() local
494 high = a >> 64; in smallfelem_square()
496 out[1] = high; in smallfelem_square()
500 high = a >> 64; in smallfelem_square()
503 out[2] = high; in smallfelem_square()
507 high = a >> 64; in smallfelem_square()
510 out[3] = high; in smallfelem_square()
514 high = a >> 64; in smallfelem_square()
516 out[4] = high; in smallfelem_square()
520 high = a >> 64; in smallfelem_square()
523 out[4] += high; in smallfelem_square()
527 high = a >> 64; in smallfelem_square()
529 out[3] += high; in smallfelem_square()
533 high = a >> 64; in smallfelem_square()
536 out[5] = high; in smallfelem_square()
540 high = a >> 64; in smallfelem_square()
543 out[6] = high; in smallfelem_square()
544 out[6] += high; in smallfelem_square()
548 high = a >> 64; in smallfelem_square()
550 out[5] += high; in smallfelem_square()
554 high = a >> 64; in smallfelem_square()
556 out[7] = high; in smallfelem_square()
585 u64 high, low; in smallfelem_mul() local
589 high = a >> 64; in smallfelem_mul()
591 out[1] = high; in smallfelem_mul()
595 high = a >> 64; in smallfelem_mul()
597 out[2] = high; in smallfelem_mul()
601 high = a >> 64; in smallfelem_mul()
603 out[2] += high; in smallfelem_mul()
607 high = a >> 64; in smallfelem_mul()
609 out[3] = high; in smallfelem_mul()
613 high = a >> 64; in smallfelem_mul()
615 out[3] += high; in smallfelem_mul()
619 high = a >> 64; in smallfelem_mul()
621 out[3] += high; in smallfelem_mul()
625 high = a >> 64; in smallfelem_mul()
627 out[4] = high; in smallfelem_mul()
631 high = a >> 64; in smallfelem_mul()
633 out[4] += high; in smallfelem_mul()
637 high = a >> 64; in smallfelem_mul()
639 out[4] += high; in smallfelem_mul()
643 high = a >> 64; in smallfelem_mul()
645 out[4] += high; in smallfelem_mul()
649 high = a >> 64; in smallfelem_mul()
651 out[5] = high; in smallfelem_mul()
655 high = a >> 64; in smallfelem_mul()
657 out[5] += high; in smallfelem_mul()
661 high = a >> 64; in smallfelem_mul()
663 out[5] += high; in smallfelem_mul()
667 high = a >> 64; in smallfelem_mul()
669 out[6] = high; in smallfelem_mul()
673 high = a >> 64; in smallfelem_mul()
675 out[6] += high; in smallfelem_mul()
679 high = a >> 64; in smallfelem_mul()
681 out[7] = high; in smallfelem_mul()