Home | History | Annotate | Download | only in src

Lines Matching defs:q1

99 	u_int32_t r,t1,s1,ix1,q1;
137 q = q1 = s0 = s1 = 0; /* [q,q1] = sqrt(x) */
162 q1 += r;
174 if (q1==(u_int32_t)0xffffffff) { q1=0; q += 1;}
176 if (q1==(u_int32_t)0xfffffffe) q+=1;
177 q1+=2;
179 q1 += (q1&1);
183 ix1 = q1>>1;