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

Functions

OLM_DLLEXPORT double floor (double x)
 

Variables

static const double huge = 1.0e300
 

Function Documentation

◆ floor()

OLM_DLLEXPORT double floor ( double  x)

References EXTRACT_WORDS, huge, and INSERT_WORDS.

Referenced by __kernel_rem_pio2(), floor_test(), round(), and sin_pi().

Here is the caller graph for this function:

Variable Documentation

◆ huge

const double huge = 1.0e300
static

Referenced by floor().