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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
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
613 #ifdef ULLong
615 ULLong carry, y;
629 #ifdef ULLong
630 y = *x * (ULLong)m + carry;
809 #ifdef ULLong
810 ULLong carry, z
    [all...]

Completed in 103 milliseconds