OpenWareLaboratory
fastlog.h File Reference
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

void fill_icsi_log_table (float *lookup_table, const uint32_t precision)
 
float icsi_log (const float val, const float *lookup_table, const uint32_t precision)
 

Function Documentation

◆ fill_icsi_log_table()

void fill_icsi_log_table ( float *  lookup_table,
const uint32_t  precision 
)

Definition at line 32 of file fastlog.c.

◆ icsi_log()

float icsi_log ( const float  val,
const float *  lookup_table,
const uint32_t  precision 
)

Definition at line 44 of file fastlog.c.

Referenced by fast_log10f(), fast_log2f(), and fast_logf().