#include "absl/numeric/int128.h"
#include <stddef.h>
#include <cassert>
#include <iomanip>
#include <ostream>
#include <sstream>
#include <string>
#include <type_traits>
#include "absl/base/optimization.h"
#include "absl/numeric/bits.h"
Go to the source code of this file.
Namespaces | |
absl | |
Functions | |
int128 | absl::operator% (int128 lhs, int128 rhs) |
uint128 | absl::operator% (uint128 lhs, uint128 rhs) |
int128 | absl::operator/ (int128 lhs, int128 rhs) |
uint128 | absl::operator/ (uint128 lhs, uint128 rhs) |
std::ostream & | absl::operator<< (std::ostream &os, int128 v) |
std::ostream & | absl::operator<< (std::ostream &os, uint128 v) |
Variables | |
ABSL_NAMESPACE_BEGIN const ABSL_DLL uint128 | absl::kuint128max |