|
Mantid
|
Typedefs | |
| using | int128_t = wide_int< 128 > |
| using | int256_t = wide_int< 256 > |
| using | int512_t = wide_int< 512 > |
| using | uint128_t = wide_uint< 128 > |
| using | uint256_t = wide_uint< 256 > |
| using | uint512_t = wide_uint< 512 > |
| template<size_t Bits> | |
| using | wide_int = wide_integer< Bits, signed > |
| template<size_t Bits> | |
| using | wide_uint = wide_integer< Bits, unsigned > |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |