Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Ddmisc.c118 #ifdef ULLong
119 ULLong borrow, carry, y, ys;
147 #ifdef ULLong
148 ys = *sx++ * (ULLong)q + carry;
188 #ifdef ULLong
Dmisc.c171 #ifdef ULLong
173 ULLong carry, y;
187 #ifdef ULLong
188 y = *x * (ULLong)m + carry;
285 #ifdef ULLong
286 ULLong carry, z;
315 #ifdef ULLong
322 z = *x++ * (ULLong)y + *xc + carry;
558 #ifdef ULLong
559 ULLong borrow, y;
[all …]
Dgdtoaimp.h430 #undef ULLong
444 #ifndef ULLong
445 #define ULLong unsigned Llong macro