Lines Matching refs:ty
2475 int tx, ty; in fast_s_mp_mul_digs() local
2480 ty = MIN(b->used-1, ix); in fast_s_mp_mul_digs()
2481 tx = ix - ty; in fast_s_mp_mul_digs()
2485 tmpy = b->dp + ty; in fast_s_mp_mul_digs()
2490 iy = MIN(a->used-tx, ty+1); in fast_s_mp_mul_digs()
3311 int tx, ty, iy; in fast_s_mp_sqr() local
3319 ty = MIN(a->used-1, ix); in fast_s_mp_sqr()
3320 tx = ix - ty; in fast_s_mp_sqr()
3324 tmpy = a->dp + ty; in fast_s_mp_sqr()
3329 iy = MIN(a->used-tx, ty+1); in fast_s_mp_sqr()
3335 iy = MIN(iy, (ty-tx+1)>>1); in fast_s_mp_sqr()