Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/gdtoa/
Ddmisc.c117 #ifdef ULLong
118 ULLong borrow, carry, y, ys;
146 #ifdef ULLong
147 ys = *sx++ * (ULLong)q + carry;
189 #ifdef ULLong
Dmisc.c172 #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 …]
Dgdtoaimp.h189 #define ULLong uint64_t macro
465 #undef ULLong
479 #ifndef ULLong
480 #define ULLong unsigned Llong macro