reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/tools/lldb-test/lldb-test.cpp
   85 static llvm::StringRef plural(uintmax_t value) { return value == 1 ? "" : "s"; }
tools/polly/lib/External/isl/isl_int_sioimath.h
  188 	mp_digit digits[(sizeof(uintmax_t) + sizeof(mp_digit) - 1) /
usr/include/c++/7.4.0/atomic
 1004   typedef atomic<uintmax_t>		atomic_uintmax_t;
usr/include/c++/7.4.0/ratio
   90       static const uintmax_t __c = uintmax_t(1) << (sizeof(intmax_t) * 4);
   92       static const uintmax_t __a0 = __static_abs<_Pn>::value % __c;
   93       static const uintmax_t __a1 = __static_abs<_Pn>::value / __c;
   94       static const uintmax_t __b0 = __static_abs<_Qn>::value % __c;
   95       static const uintmax_t __b1 = __static_abs<_Qn>::value / __c;
  122       static constexpr uintmax_t __lo = __lo1 + __lo2;
  123       static constexpr uintmax_t __hi = (__hi1 + __hi2 +
  133       static constexpr uintmax_t __lo = __lo1 - __lo2;
  134       static constexpr uintmax_t __hi = (__hi1 - __hi2 -
  143       static constexpr uintmax_t __c = uintmax_t(1) << (sizeof(intmax_t) * 4);
  144       static constexpr uintmax_t __x0 = __x % __c;
  145       static constexpr uintmax_t __x1 = __x / __c;
  146       static constexpr uintmax_t __y0 = __y % __c;
  147       static constexpr uintmax_t __y1 = __y / __c;
  148       static constexpr uintmax_t __x0y0 = __x0 * __y0;
  149       static constexpr uintmax_t __x0y1 = __x0 * __y1;
  150       static constexpr uintmax_t __x1y0 = __x1 * __y0;
  151       static constexpr uintmax_t __x1y1 = __x1 * __y1;
  152       static constexpr uintmax_t __mix = __x0y1 + __x1y0; // possible carry...
  153       static constexpr uintmax_t __mix_lo = __mix * __c;
  154       static constexpr uintmax_t __mix_hi
  158       static constexpr uintmax_t __hi = _Res::__hi;
  159       static constexpr uintmax_t __lo = _Res::__lo;
  171       static constexpr uintmax_t __c = uintmax_t(1) << (sizeof(intmax_t) * 4);
  172       static constexpr uintmax_t __d1 = __d / __c;
  173       static constexpr uintmax_t __d0 = __d % __c;
  175       static constexpr uintmax_t __q1x = __n1 / __d1;
  176       static constexpr uintmax_t __r1x = __n1 % __d1;
  177       static constexpr uintmax_t __m = __q1x * __d0;
  178       static constexpr uintmax_t __r1y = __r1x * __c + __n0 / __c;
  179       static constexpr uintmax_t __r1z = __r1y + __d;
  180       static constexpr uintmax_t __r1
  183       static constexpr uintmax_t __q1
  186       static constexpr uintmax_t __q0x = __r1 / __d1;
  187       static constexpr uintmax_t __r0x = __r1 % __d1;
  188       static constexpr uintmax_t __n = __q0x * __d0;
  189       static constexpr uintmax_t __r0y = __r0x * __c + __n0 % __c;
  190       static constexpr uintmax_t __r0z = __r0y + __d;
  191       static constexpr uintmax_t __r0
  194       static constexpr uintmax_t __q0
  199       static constexpr uintmax_t __quot = __q1 * __c + __q0;
  200       static constexpr uintmax_t __rem = __r0;
  214       static_assert(sizeof (uintmax_t) == sizeof (unsigned long long),
  219       static constexpr int __coshift_ = sizeof(uintmax_t) * 8 - __shift;
  221       static constexpr uintmax_t __c1 = uintmax_t(1) << __shift;
  222       static constexpr uintmax_t __c2 = uintmax_t(1) << __coshift;
  223       static constexpr uintmax_t __new_d = __d * __c1;
  224       static constexpr uintmax_t __new_n0 = __n0 * __c1;
  225       static constexpr uintmax_t __n1_shifted = (__n1 % __d) * __c1;
  226       static constexpr uintmax_t __n0_top = (__shift != 0) ? (__n0 / __c2) : 0;
  227       static constexpr uintmax_t __new_n1 = __n1_shifted + __n0_top;
  231       static constexpr uintmax_t __quot_hi = __n1 / __d;
  232       static constexpr uintmax_t __quot_lo = _Res::__quot;
  233       static constexpr uintmax_t __rem = _Res::__rem / __c1;
  441       static constexpr uintmax_t __g = __static_gcd<_R1::den, _R2::den>::value;
  442       static constexpr uintmax_t __d2 = _R2::den / __g;
  449       static constexpr uintmax_t __g2 = __static_gcd<__ng::__rem, __g>::value;
  471       static constexpr uintmax_t __g = __static_gcd<_R1::den, _R2::den>::value;
  472       static constexpr uintmax_t __d2 = _R2::den / __g;
  478       static constexpr uintmax_t __g2 = __static_gcd<__ng::__rem, __g>::value;
usr/include/inttypes.h
  301 extern uintmax_t strtoumax (const char *__restrict __nptr,
  310 extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
  335 __extern_inline uintmax_t
  361 __extern_inline uintmax_t