Searched refs:ULLong (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gdtoa/
H A Ddmisc.c110 #ifdef ULLong
111 ULLong borrow, carry, y, ys;
139 #ifdef ULLong
140 ys = *sx++ * (ULLong)q + carry;
180 #ifdef ULLong
H A Dmisc.c166 #ifdef ULLong
168 ULLong carry, y;
182 #ifdef ULLong
183 y = *x * (ULLong)m + carry;
276 #ifdef ULLong
277 ULLong carry, z;
304 #ifdef ULLong
311 z = *x++ * (ULLong)y + *xc + carry;
532 #ifdef ULLong
533 ULLong borro
[all...]
H A Dgdtoaimp.h115 * Llong, #define #ULLong to be the corresponding unsigned type.
446 #undef ULLong macro
460 #ifndef ULLong
461 #define ULLong unsigned Llong macro

Completed in 205 milliseconds