DISTRHO Plugin Framework
|
Functions | |
template<typename T > | |
static bool | d_isEqual (const T &v1, const T &v2) |
template<typename T > | |
static bool | d_isNotEqual (const T &v1, const T &v2) |
template<typename T > | |
static bool | d_isZero (const T &value) |
template<typename T > | |
static bool | d_isNotZero (const T &value) |
static uint32_t | d_nextPowerOf2 (uint32_t size) noexcept |
|
inlinestatic |
Safely compare two floating point numbers. Returns true if they match.
|
inlinestatic |
Safely compare two floating point numbers. Returns true if they don't match.
|
inlinestatic |
Safely check if a floating point number is zero.
|
inlinestatic |
Safely check if a floating point number is not zero.
|
inlinestaticnoexcept |
Get next power of 2.