reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
168 static_assert(__d >= (uintmax_t(1) << (sizeof(intmax_t) * 8 - 1)), 170 static_assert(__n1 < __d, "Internal library error"); 172 static constexpr uintmax_t __d1 = __d / __c; 173 static constexpr uintmax_t __d0 = __d % __c; 179 static constexpr uintmax_t __r1z = __r1y + __d; 181 = ((__r1y < __m) ? ((__r1z >= __d) && (__r1z < __m)) 182 ? (__r1z + __d) : __r1z : __r1y) - __m; 185 ? ((__r1z >= __d) && (__r1z < __m)) ? 2 : 1 : 0); 190 static constexpr uintmax_t __r0z = __r0y + __d; 192 = ((__r0y < __n) ? ((__r0z >= __d) && (__r0z < __n)) 193 ? (__r0z + __d) : __r0z : __r0y) - __n; 195 = __q0x - ((__r0y < __n) ? ((__r0z >= __d) 203 typedef __big_mul<__quot, __d> _Prod;