Rosetta
|
#include <format.h>
Public Member Functions | |
uint128_wrapper ()=default | |
uint128_wrapper (uint64_t high, uint64_t low) FMT_NOEXCEPT | |
uint64_t | high () const FMT_NOEXCEPT |
uint64_t | low () const FMT_NOEXCEPT |
uint128_wrapper & | operator+= (uint64_t n) FMT_NOEXCEPT |
Public Attributes | |
uint64_t | high_ |
uint64_t | low_ |
|
default |
|
inline |
|
inline |
|
inline |
References kmeans_adaptive_kernel_density_bb_dependent_rotlib::n, and sum().
uint64_t detail::uint128_wrapper::high_ |
uint64_t detail::uint128_wrapper::low_ |