Bitcoin ABC 0.26.3
P2P Digital Currency
|
Template base class for unsigned big integers. More...
#include <arith_uint256.h>
Protected Attributes | |
uint32_t | pn [WIDTH] |
Static Protected Attributes | |
static constexpr int | WIDTH = BITS / 32 |
Template base class for unsigned big integers.
Definition at line 23 of file arith_uint256.h.
|
inline |
Definition at line 29 of file arith_uint256.h.
|
inline |
|
inline |
|
explicit |
Definition at line 14 of file arith_uint256.cpp.
Returns the position of the highest bit set plus one, or zero if the value is zero.
Definition at line 174 of file arith_uint256.cpp.
Definition at line 147 of file arith_uint256.cpp.
Definition at line 157 of file arith_uint256.cpp.
Definition at line 277 of file arith_uint256.h.
|
inline |
base_uint< BITS > & base_uint< BITS >::operator*= | ( | const base_uint< BITS > & | b | ) |
|
inline |
Definition at line 167 of file arith_uint256.h.
|
inline |
|
inline |
|
inline |
Definition at line 183 of file arith_uint256.h.
|
inline |
base_uint< BITS > & base_uint< BITS >::operator/= | ( | const base_uint< BITS > & | b | ) |
Definition at line 86 of file arith_uint256.cpp.
base_uint< BITS > & base_uint< BITS >::operator<<= | ( | unsigned int | shift | ) |
Definition at line 14 of file arith_uint256.cpp.
|
inline |
base_uint< BITS > & base_uint< BITS >::operator>>= | ( | unsigned int | shift | ) |
|
inline |
|
inline |
Definition at line 166 of file arith_uint256.cpp.
Definition at line 269 of file arith_uint256.h.
Definition at line 242 of file arith_uint256.h.
Definition at line 260 of file arith_uint256.h.
Definition at line 222 of file arith_uint256.h.
Definition at line 210 of file arith_uint256.h.
Definition at line 236 of file arith_uint256.h.
Definition at line 202 of file arith_uint256.h.
Definition at line 206 of file arith_uint256.h.
Definition at line 214 of file arith_uint256.h.
Definition at line 248 of file arith_uint256.h.
Definition at line 233 of file arith_uint256.h.
Definition at line 254 of file arith_uint256.h.
Definition at line 239 of file arith_uint256.h.
Definition at line 257 of file arith_uint256.h.
Definition at line 245 of file arith_uint256.h.
Definition at line 251 of file arith_uint256.h.
Definition at line 230 of file arith_uint256.h.
Definition at line 226 of file arith_uint256.h.
Definition at line 218 of file arith_uint256.h.
Definition at line 26 of file arith_uint256.h.
Definition at line 25 of file arith_uint256.h.