#include <base.h>
◆ Divisor()
hwy::Divisor::Divisor |
( |
uint32_t | divisor | ) |
|
|
inlineexplicit |
◆ Divide()
uint32_t hwy::Divisor::Divide |
( |
uint32_t | n | ) |
const |
|
inline |
◆ GetDivisor()
uint32_t hwy::Divisor::GetDivisor |
( |
| ) |
const |
|
inline |
◆ Remainder()
uint32_t hwy::Divisor::Remainder |
( |
uint32_t | n | ) |
const |
|
inline |
◆ Truncate()
static uint32_t hwy::Divisor::Truncate |
( |
uint64_t | x | ) |
|
|
inlinestaticprivate |
◆ divisor_
uint32_t hwy::Divisor::divisor_ |
|
private |
◆ mul_
uint32_t hwy::Divisor::mul_ = 1 |
|
private |
◆ shift1_
uint32_t hwy::Divisor::shift1_ = 0 |
|
private |
◆ shift2_
uint32_t hwy::Divisor::shift2_ = 0 |
|
private |
The documentation for this class was generated from the following file: