template <typename T>

struct Accumulator

Defined at line 182 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 184 of file ../../third_party/llvm-libc/src/src/__support/big_int.h

T advance (T carry_in)

Defined at line 185 of file ../../third_party/llvm-libc/src/src/__support/big_int.h

T sum ()

Defined at line 191 of file ../../third_party/llvm-libc/src/src/__support/big_int.h

T carry ()

Defined at line 192 of file ../../third_party/llvm-libc/src/src/__support/big_int.h