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

/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-dmisc.c110 #ifdef ULLong
111 ULLong borrow, carry, y, ys;
139 #ifdef ULLong
140 ys = *sx++ * (ULLong)q + carry;
180 #ifdef ULLong
H A Dgdtoa-misc.c222 #ifdef ULLong
224 ULLong carry, y;
238 #ifdef ULLong
239 y = *x * (ULLong)m + carry;
332 #ifdef ULLong
333 ULLong carry, z;
360 #ifdef ULLong
367 z = *x++ * (ULLong)y + *xc + carry;
588 #ifdef ULLong
589 ULLong borro
[all...]
H A Dgdtoaimp.h108 * Llong, #define #ULLong to be the corresponding unsigned type.
510 #undef ULLong macro
524 #ifndef ULLong
525 #define ULLong unsigned Llong macro
/macosx-10.10.1/ruby-106/ruby/
H A Dutil.c597 * Llong, #define #ULLong to be the corresponding unsigned type.
965 #undef ULLong macro
978 #ifndef ULLong
979 #define ULLong unsigned Llong macro
1063 #ifdef ULLong
1064 ULLong carry, y;
1078 #ifdef ULLong
1079 y = *x * (ULLong)m + carry;
1233 #ifdef ULLong
1234 ULLong carr
[all...]

Completed in 95 milliseconds