HomeSort by relevance Sort by last modified time
    Searched refs:ULLong (Results 1 - 4 of 4) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dmisc.c 118 #ifdef ULLong
119 ULLong borrow, carry, y, ys;
147 #ifdef ULLong
148 ys = *sx++ * (ULLong)q + carry;
188 #ifdef ULLong
misc.c 171 #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...]
gdtoaimp.h 114 * Llong, #define #ULLong to be the corresponding unsigned type.
430 #undef ULLong
444 #ifndef ULLong
445 #define ULLong unsigned Llong
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 98 * Llong, #define #ULLong to be the corresponding unsigned type.
494 #undef ULLong
507 #ifndef ULLong
508 #define ULLong unsigned Llong
611 #ifdef ULLong
613 ULLong carry, y;
627 #ifdef ULLong
628 y = *x * (ULLong)m + carry;
807 #ifdef ULLong
808 ULLong carry, z
    [all...]

Completed in 58 milliseconds