Home | History | Annotate | Download | only in gdtoa

Lines Matching defs:xe

54 	ULong *x, *xe;
61 xe = x + b->wds;
69 } while(x < xe);
77 } while(x < xe);
101 ULong *x, *xe;
107 xe = x + b->wds;
116 while(x < xe);
122 } while(borrow && x < xe);
133 ULong *x, *xe;
136 xe = x + (n >> kshift);
137 while(x < xe)
153 ULong *x, *xe;
167 xe = x + k;
168 while(x < xe)