reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
172 static constexpr uintmax_t __d1 = __d / __c; 173 static constexpr uintmax_t __d0 = __d % __c; 178 static constexpr uintmax_t __r1y = __r1x * __c + __n0 / __c; 178 static constexpr uintmax_t __r1y = __r1x * __c + __n0 / __c; 189 static constexpr uintmax_t __r0y = __r0x * __c + __n0 % __c; 189 static constexpr uintmax_t __r0y = __r0x * __c + __n0 % __c; 199 static constexpr uintmax_t __quot = __q1 * __c + __q0;