Lines Matching refs:low
384 u64 high, low; in felem_shrink() local
433 low = (u64)tmp[3]; in felem_shrink()
434 mask = 0 - (low >> 63); in felem_shrink()
440 low &= bottom63bits; in felem_shrink()
441 low -= kPrime3Test; in felem_shrink()
443 low = ~low; in felem_shrink()
444 low = 0 - (low >> 63); in felem_shrink()
450 mask = (mask & low) | high; in felem_shrink()
490 u64 high, low; in smallfelem_square() local
493 low = a; in smallfelem_square()
495 out[0] = low; in smallfelem_square()
499 low = a; in smallfelem_square()
501 out[1] += low; in smallfelem_square()
502 out[1] += low; in smallfelem_square()
506 low = a; in smallfelem_square()
508 out[2] += low; in smallfelem_square()
513 low = a; in smallfelem_square()
515 out[3] += low; in smallfelem_square()
519 low = a; in smallfelem_square()
521 out[3] += low; in smallfelem_square()
526 low = a; in smallfelem_square()
528 out[2] += low; in smallfelem_square()
532 low = a; in smallfelem_square()
534 out[4] += low; in smallfelem_square()
539 low = a; in smallfelem_square()
541 out[5] += low; in smallfelem_square()
547 low = a; in smallfelem_square()
549 out[4] += low; in smallfelem_square()
553 low = a; in smallfelem_square()
555 out[6] += low; in smallfelem_square()
585 u64 high, low; in smallfelem_mul() local
588 low = a; in smallfelem_mul()
590 out[0] = low; in smallfelem_mul()
594 low = a; in smallfelem_mul()
596 out[1] += low; in smallfelem_mul()
600 low = a; in smallfelem_mul()
602 out[1] += low; in smallfelem_mul()
606 low = a; in smallfelem_mul()
608 out[2] += low; in smallfelem_mul()
612 low = a; in smallfelem_mul()
614 out[2] += low; in smallfelem_mul()
618 low = a; in smallfelem_mul()
620 out[2] += low; in smallfelem_mul()
624 low = a; in smallfelem_mul()
626 out[3] += low; in smallfelem_mul()
630 low = a; in smallfelem_mul()
632 out[3] += low; in smallfelem_mul()
636 low = a; in smallfelem_mul()
638 out[3] += low; in smallfelem_mul()
642 low = a; in smallfelem_mul()
644 out[3] += low; in smallfelem_mul()
648 low = a; in smallfelem_mul()
650 out[4] += low; in smallfelem_mul()
654 low = a; in smallfelem_mul()
656 out[4] += low; in smallfelem_mul()
660 low = a; in smallfelem_mul()
662 out[4] += low; in smallfelem_mul()
666 low = a; in smallfelem_mul()
668 out[5] += low; in smallfelem_mul()
672 low = a; in smallfelem_mul()
674 out[5] += low; in smallfelem_mul()
678 low = a; in smallfelem_mul()
680 out[6] += low; in smallfelem_mul()