Home | History | Annotate | Download | only in src

Lines Matching refs:q1

100 	u_int32_t r,t1,s1,ix1,q1;
138 q = q1 = s0 = s1 = 0; /* [q,q1] = sqrt(x) */
163 q1 += r;
175 if (q1==(u_int32_t)0xffffffff) { q1=0; q += 1;}
177 if (q1==(u_int32_t)0xfffffffe) q+=1;
178 q1+=2;
180 q1 += (q1&1);
184 ix1 = q1>>1;