Ardour  9.0-pre0-582-g084a23a80d
fastlog.h File Reference
#include <math.h>
#include "pbd/libpbd_visibility.h"
Include dependency graph for fastlog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static float fast_log2 (float val)
 
static float fast_log (const float val)
 
static float fast_log10 (const float val)
 
static float minus_infinity (void)
 

Function Documentation

◆ fast_log()

static float fast_log ( const float  val)
inlinestatic

Definition at line 35 of file fastlog.h.

◆ fast_log10()

static float fast_log10 ( const float  val)
inlinestatic

Definition at line 40 of file fastlog.h.

◆ fast_log2()

static float fast_log2 ( float  val)
inlinestatic

Definition at line 14 of file fastlog.h.

◆ minus_infinity()

static float minus_infinity ( void  )
inlinestatic

Definition at line 45 of file fastlog.h.