Searched defs:ULLong (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc98 * Llong, #define #ULLong to be the corresponding unsigned type.
494 #undef ULLong macro
507 #ifndef ULLong
508 #define ULLong unsigned Llong macro
611 #ifdef ULLong
613 ULLong carry, y;
627 #ifdef ULLong
628 y = *x * (ULLong)m + carry;
807 #ifdef ULLong
808 ULLong carr
[all...]

Completed in 54 milliseconds