Home | History | Annotate | Download | only in gdtoa

Lines Matching defs:xe

70   ULong *x, *xe;

77 xe = x + b->wds;
85 } while(x < xe);
93 } while(x < xe);
113 ULong *x, *xe;
119 xe = x + b->wds;
128 while(x < xe);
134 } while(borrow && x < xe);
142 CONST ULong *x, *xe;
145 xe = x + ((unsigned int)n >> kshift);
146 while(x < xe)
158 ULong *x, *xe;
172 xe = x + k;
173 while(x < xe)