#include "absl/numeric/int128.h"
#include <stddef.h>
#include <cassert>
#include <iomanip>
#include <ostream>
#include <sstream>
#include <string>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
absl | |
std | |
Macros | |
#define | STEP(T, n, pos, sh) |
Functions | |
uint128 | absl::operator% (uint128 lhs, uint128 rhs) |
uint128 | absl::operator/ (uint128 lhs, uint128 rhs) |
std::ostream & | absl::operator<< (std::ostream &os, uint128 v) |
Variables | |
const uint128 | absl::kuint128max |