Ardour
9.0-pre0-822-g12e3bc5c20
lmath.h
Go to the documentation of this file.
1
#include "math.h"
2
3
#if defined __DARWIN_NO_LONG_LONG && defined MAC_OS_X_VERSION_MIN_REQUIRED && MAC_OS_X_VERSION_MIN_REQUIRED <= 1040
4
static
inline
long
long
int
llrint (
double
x)
5
{
6
return
(
long
long
int
)rint (x);
7
}
8
9
static
inline
long
long
int
llrintf (
float
x)
10
{
11
return
(
long
long
int
)rintf (x);
12
}
13
#endif
libs
ardour
ardour
lmath.h
Generated on Wed Feb 5 2025 03:14:23 for Ardour by
1.9.1