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

Functions

OLM_DLLEXPORT float __ieee754_fmodf (float x, float y)
 

Variables

static const float one = 1.0
 
static const float Zero [] = {0.0, -0.0,}
 

Function Documentation

◆ __ieee754_fmodf()

OLM_DLLEXPORT float __ieee754_fmodf ( float  x,
float  y 
)

References GET_FLOAT_WORD, n, one, SET_FLOAT_WORD, and Zero.

Referenced by __ieee754_remainderf().

Variable Documentation

◆ one

const float one = 1.0
static

Referenced by __ieee754_fmodf().

◆ Zero

const float Zero[] = {0.0, -0.0,}
static

Referenced by __ieee754_fmodf().