template <typename T>
struct Accumulator
Defined at line 178 of file ../../third_party/llvm-libc/src/src/__support/big_int.h
An array of two elements serving as an accumulator during multiword
computations.
Public Methods
void Accumulator<T> ()
Defined at line 180 of file ../../third_party/llvm-libc/src/src/__support/big_int.h
T advance (T carry_in)
Defined at line 181 of file ../../third_party/llvm-libc/src/src/__support/big_int.h
T sum ()
Defined at line 187 of file ../../third_party/llvm-libc/src/src/__support/big_int.h
T carry ()
Defined at line 188 of file ../../third_party/llvm-libc/src/src/__support/big_int.h