Go to the source code of this file.
◆ CCONST
| #define CCONST |
( |
|
a, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d |
|
) |
| |
◆ Abs()
template<class T >
| T Steinberg::Abs |
( |
const T & |
value | ) |
|
◆ Bound()
template<class T >
| T Steinberg::Bound |
( |
T |
minval, |
|
|
T |
maxval, |
|
|
T |
x |
|
) |
| |
◆ FromNormalized()
template<class T >
| int32 Steinberg::FromNormalized |
( |
const T & |
norm, |
|
|
const int32 |
numSteps |
|
) |
| |
◆ IsApproximateEqual()
template<class T >
| bool Steinberg::IsApproximateEqual |
( |
T |
t1, |
|
|
T |
t2, |
|
|
T |
epsilon |
|
) |
| |
◆ Max()
template<class T >
| const T & Steinberg::Max |
( |
const T & |
a, |
|
|
const T & |
b |
|
) |
| |
◆ Min()
template<class T >
| const T & Steinberg::Min |
( |
const T & |
a, |
|
|
const T & |
b |
|
) |
| |
◆ Sign()
template<class T >
| T Steinberg::Sign |
( |
const T & |
value | ) |
|
◆ Swap()
template<class T >
| void Steinberg::Swap |
( |
T & |
t1, |
|
|
T & |
t2 |
|
) |
| |
◆ ToNormalized()
template<class T >
| T Steinberg::ToNormalized |
( |
const T & |
value, |
|
|
const int32 |
numSteps |
|
) |
| |