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

Functions

OLM_DLLEXPORT double frexp (double x, int *eptr)
 

Variables

static const double two54 = 1.80143985094819840000e+16
 

Function Documentation

◆ frexp()

OLM_DLLEXPORT double frexp ( double  x,
int *  eptr 
)

References EXTRACT_WORDS, GET_HIGH_WORD, SET_HIGH_WORD, and two54.

Referenced by fma(), and frexp_test().

Here is the caller graph for this function:

Variable Documentation

◆ two54

const double two54 = 1.80143985094819840000e+16
static

Referenced by frexp().