Embedded Artistry Framework
Embedded Systems C++ Framework
Functions | Variables
k_logf.h File Reference
#include "cdefs-compat.h"
Include dependency graph for k_logf.h:
This graph shows which files directly or indirectly include this file:

Functions

static float k_log1pf (float f)
 

Variables

static const float Lg1 = 0xaaaaaa.0p-24
 
static const float Lg2 = 0xccce13.0p-25
 
static const float Lg3 = 0x91e9ee.0p-25
 
static const float Lg4 = 0xf89e26.0p-26
 

Function Documentation

◆ k_log1pf()

static float k_log1pf ( float  f)
inlinestatic

References Lg1, Lg2, Lg3, Lg4, R, s, t1, t2, w, and z.

Referenced by __ieee754_log10f(), and __ieee754_log2f().

Variable Documentation

◆ Lg1

const float Lg1 = 0xaaaaaa.0p-24
static

Referenced by k_log1pf().

◆ Lg2

const float Lg2 = 0xccce13.0p-25
static

Referenced by k_log1pf().

◆ Lg3

const float Lg3 = 0x91e9ee.0p-25
static

Referenced by k_log1pf().

◆ Lg4

const float Lg4 = 0xf89e26.0p-26
static

Referenced by k_log1pf().