Searched refs:ty (Results 1 – 1 of 1) sorted by relevance
2438 int tx, ty; in fast_s_mp_mul_digs() local2443 ty = MIN(b->used-1, ix); in fast_s_mp_mul_digs()2444 tx = ix - ty; in fast_s_mp_mul_digs()2448 tmpy = b->dp + ty; in fast_s_mp_mul_digs()2453 iy = MIN(a->used-tx, ty+1); in fast_s_mp_mul_digs()3267 int tx, ty, iy; in fast_s_mp_sqr() local3275 ty = MIN(a->used-1, ix); in fast_s_mp_sqr()3276 tx = ix - ty; in fast_s_mp_sqr()3280 tmpy = a->dp + ty; in fast_s_mp_sqr()3285 iy = MIN(a->used-tx, ty+1); in fast_s_mp_sqr()[all …]