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

Functions

OLM_DLLEXPORT float modff (float x, float *iptr)
 

Variables

static const float one = 1.0
 

Function Documentation

◆ modff()

OLM_DLLEXPORT float modff ( float  x,
float *  iptr 
)

References GET_FLOAT_WORD, one, and SET_FLOAT_WORD.

Variable Documentation

◆ one

const float one = 1.0
static

Referenced by modff().