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

Functions

OLM_DLLEXPORT float __ieee754_jnf (int n, float x)
 
OLM_DLLEXPORT float __ieee754_ynf (int n, float x)
 

Variables

static const float two = 2.0000000000e+00
 
static const float one = 1.0000000000e+00
 
static const float zero = 0.0000000000e+00
 

Function Documentation

◆ __ieee754_jnf()

OLM_DLLEXPORT float __ieee754_jnf ( int  n,
float  x 
)

◆ __ieee754_ynf()

OLM_DLLEXPORT float __ieee754_ynf ( int  n,
float  x 
)

Variable Documentation

◆ one

const float one = 1.0000000000e+00
static

Referenced by __ieee754_jnf(), and __ieee754_ynf().

◆ two

const float two = 2.0000000000e+00
static

Referenced by __ieee754_jnf().

◆ zero

const float zero = 0.0000000000e+00
static

Referenced by __ieee754_jnf(), and __ieee754_ynf().