Home | History | Annotate | Download | only in mtest

Lines Matching refs:ap

3789     mp_digit *ap = DIGITS(a) + ix, *bp = DIGITS(b) + ix;
3792 if(*ap > *bp)
3794 else if(*ap < *bp)
3797 --ap; --bp; --ix;
3813 mp_digit *ap = DIGITS(a);
3818 if(*ap < d)
3820 else if(*ap > d)