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

Functions

OLM_DLLEXPORT double remquo (double x, double y, int *quo)
 

Variables

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

Function Documentation

◆ remquo()

OLM_DLLEXPORT double remquo ( double  x,
double  y,
int *  quo 
)

References EXTRACT_WORDS, fabs(), GET_HIGH_WORD, INSERT_WORDS, n, SET_HIGH_WORD, and Zero.

Referenced by remquo_test().

Here is the caller graph for this function:

Variable Documentation

◆ Zero

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

Referenced by remquo().