HomeSort by: relevance | last modified time | path
    Searched refs:ULLong (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/gdtoa/
dmisc.c 117 #ifdef ULLong
118 ULLong borrow, carry, y, ys;
146 #ifdef ULLong
147 ys = *sx++ * (ULLong)q + carry;
189 #ifdef ULLong
misc.c 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
    [all...]
gdtoaimp.h 115 * Llong, #define #ULLong to be the corresponding unsigned type.
189 #define ULLong uint64_t
465 #undef ULLong
479 #ifndef ULLong
480 #define ULLong unsigned Llong

Completed in 75 milliseconds