Home | History | Annotate | Download | only in gdtoa

Lines Matching defs:xe

55 	ULong *x, *xe;
62 xe = x + b->wds;
70 } while(x < xe);
78 } while(x < xe);
102 ULong *x, *xe;
108 xe = x + b->wds;
117 while(x < xe);
123 } while(borrow && x < xe);
134 CONST ULong *x, *xe;
137 xe = x + ((unsigned int)n >> kshift);
138 while(x < xe)
154 ULong *x, *xe;
168 xe = x + k;
169 while(x < xe)