reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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; 153 static constexpr uintmax_t __mix_lo = __mix * __c; 155 = __mix / __c + ((__mix < __x0y1) ? __c : 0); // ... added here 155 = __mix / __c + ((__mix < __x0y1) ? __c : 0); // ... added here