Embedded Artistry Framework
Embedded Systems C++ Framework
Macros | Functions | Variables
e_log10f.c File Reference
#include "cdefs-compat.h"
#include <openlibm_math.h>
#include "math_private.h"
#include "k_logf.h"
Include dependency graph for e_log10f.c:

Macros

#define float_t   float
 

Functions

OLM_DLLEXPORT float __ieee754_log10f (float x)
 

Variables

static const float two25 = 3.3554432000e+07
 
static const float ivln10hi = 4.3432617188e-01
 
static const float ivln10lo = -3.1689971365e-05
 
static const float log10_2hi = 3.0102920532e-01
 
static const float log10_2lo = 7.9034151668e-07
 
static const float zero = 0.0
 

Macro Definition Documentation

◆ float_t

#define float_t   float

Function Documentation

◆ __ieee754_log10f()

OLM_DLLEXPORT float __ieee754_log10f ( float  x)

Variable Documentation

◆ ivln10hi

const float ivln10hi = 4.3432617188e-01
static

Referenced by __ieee754_log10f().

◆ ivln10lo

const float ivln10lo = -3.1689971365e-05
static

Referenced by __ieee754_log10f().

◆ log10_2hi

const float log10_2hi = 3.0102920532e-01
static

Referenced by __ieee754_log10f().

◆ log10_2lo

const float log10_2lo = 7.9034151668e-07
static

Referenced by __ieee754_log10f().

◆ two25

const float two25 = 3.3554432000e+07
static

Referenced by __ieee754_log10f().

◆ zero

const float zero = 0.0
static

Referenced by __ieee754_log10f().