LMMS
Loading...
Searching...
No Matches
futils.h File Reference

Go to the source code of this file.

Namespaces

namespace  Steinberg

Macros

#define CCONST(a, b, c, d)

Functions

template<class T>
const T & Steinberg::Min (const T &a, const T &b)
template<class T>
const T & Steinberg::Max (const T &a, const T &b)
template<class T>
Steinberg::Abs (const T &value)
template<class T>
Steinberg::Sign (const T &value)
template<class T>
Steinberg::Bound (T minval, T maxval, T x)
template<class T>
void Steinberg::Swap (T &t1, T &t2)
template<class T>
bool Steinberg::IsApproximateEqual (T t1, T t2, T epsilon)
template<class T>
Steinberg::ToNormalized (const T &value, const int32 numSteps)
template<class T>
int32 Steinberg::FromNormalized (const T &norm, const int32 numSteps)

Macro Definition Documentation

◆ CCONST

#define CCONST ( a,
b,
c,
d )
Value:
((((int32) (a)) << 24) | (((int32) (b)) << 16) | (((int32) (c)) << 8) | (((int32) (d)) << 0))
uint8_t a
Definition Spc_Cpu.h:141
int32_t int32
Definition basics.h:89
unsigned d
Definition inflate.c:940
return c
Definition crypt.c:175
b
Definition crypt.c:628