Home | History | Annotate | Download | only in gdtoa

Lines Matching defs:sx

116 	ULong *bx, *bxe, q, *sx, *sxe;
133 sx = S->x;
134 sxe = sx + --n;
147 ys = *sx++ * (ULLong)q + carry;
156 si = *sx++;
166 ys = *sx++ * q + carry;
174 while(sx <= sxe);
187 sx = S->x;
190 ys = *sx++ + carry;
199 si = *sx++;
209 ys = *sx++ + carry;
217 while(sx <= sxe);