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

Functions

OLM_DLLEXPORT float floorf (float x)
 

Variables

static const float huge = 1.0e30
 

Function Documentation

◆ floorf()

OLM_DLLEXPORT float floorf ( float  x)

References GET_FLOAT_WORD, huge, and SET_FLOAT_WORD.

Referenced by roundf(), and sin_pif().

Here is the caller graph for this function:

Variable Documentation

◆ huge

const float huge = 1.0e30
static

Referenced by floorf().