Lines Matching refs:low

382     u64 high, low;  in felem_shrink()  local
431 low = (u64)tmp[3]; in felem_shrink()
432 mask = 0 - (low >> 63); in felem_shrink()
438 low &= bottom63bits; in felem_shrink()
439 low -= kPrime3Test; in felem_shrink()
441 low = ~low; in felem_shrink()
442 low = 0 - (low >> 63); in felem_shrink()
448 mask = (mask & low) | high; in felem_shrink()
488 u64 high, low; in smallfelem_square() local
491 low = a; in smallfelem_square()
493 out[0] = low; in smallfelem_square()
497 low = a; in smallfelem_square()
499 out[1] += low; in smallfelem_square()
500 out[1] += low; in smallfelem_square()
504 low = a; in smallfelem_square()
506 out[2] += low; in smallfelem_square()
511 low = a; in smallfelem_square()
513 out[3] += low; in smallfelem_square()
517 low = a; in smallfelem_square()
519 out[3] += low; in smallfelem_square()
524 low = a; in smallfelem_square()
526 out[2] += low; in smallfelem_square()
530 low = a; in smallfelem_square()
532 out[4] += low; in smallfelem_square()
537 low = a; in smallfelem_square()
539 out[5] += low; in smallfelem_square()
545 low = a; in smallfelem_square()
547 out[4] += low; in smallfelem_square()
551 low = a; in smallfelem_square()
553 out[6] += low; in smallfelem_square()
583 u64 high, low; in smallfelem_mul() local
586 low = a; in smallfelem_mul()
588 out[0] = low; in smallfelem_mul()
592 low = a; in smallfelem_mul()
594 out[1] += low; in smallfelem_mul()
598 low = a; in smallfelem_mul()
600 out[1] += low; in smallfelem_mul()
604 low = a; in smallfelem_mul()
606 out[2] += low; in smallfelem_mul()
610 low = a; in smallfelem_mul()
612 out[2] += low; in smallfelem_mul()
616 low = a; in smallfelem_mul()
618 out[2] += low; in smallfelem_mul()
622 low = a; in smallfelem_mul()
624 out[3] += low; in smallfelem_mul()
628 low = a; in smallfelem_mul()
630 out[3] += low; in smallfelem_mul()
634 low = a; in smallfelem_mul()
636 out[3] += low; in smallfelem_mul()
640 low = a; in smallfelem_mul()
642 out[3] += low; in smallfelem_mul()
646 low = a; in smallfelem_mul()
648 out[4] += low; in smallfelem_mul()
652 low = a; in smallfelem_mul()
654 out[4] += low; in smallfelem_mul()
658 low = a; in smallfelem_mul()
660 out[4] += low; in smallfelem_mul()
664 low = a; in smallfelem_mul()
666 out[5] += low; in smallfelem_mul()
670 low = a; in smallfelem_mul()
672 out[5] += low; in smallfelem_mul()
676 low = a; in smallfelem_mul()
678 out[6] += low; in smallfelem_mul()