Home | History | Annotate | Download | only in gdtoa

Lines Matching refs:ULLong

172 #ifdef ULLong
174 ULLong carry, y;
188 #ifdef ULLong
189 y = *x * (ULLong)m + carry;
290 #ifdef ULLong
291 ULLong carry, z;
320 #ifdef ULLong
327 z = *x++ * (ULLong)y + *xc + carry;
569 #ifdef ULLong
570 ULLong borrow, y;
607 #ifdef ULLong
609 y = (ULLong)*xa++ - *xb++ - borrow;