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.c119 #ifdef ULLong
120 ULLong borrow, carry, y, ys;
148 #ifdef ULLong
149 ys = *sx++ * (ULLong)q + carry;
189 #ifdef ULLong
Dmisc.c175 #ifdef ULLong
177 ULLong carry, y;
191 #ifdef ULLong
192 y = *x * (ULLong)m + carry;
289 #ifdef ULLong
290 ULLong carry, z;
319 #ifdef ULLong
326 z = *x++ * (ULLong)y + *xc + carry;
562 #ifdef ULLong
563 ULLong borrow, y;
[all …]
Dgdtoaimp.h430 #undef ULLong
444 #ifndef ULLong
445 #define ULLong unsigned Llong macro