Defines | Functions

r_nint.c File Reference

#include "cmplrs/host.h"
#include <math.h>
#include "moremath.h"
Include dependency graph for r_nint.c:

Go to the source code of this file.

Defines

#define TWO_EXP_23   8388608.0F

Functions

float_t __rnint (float_t x)
float_t r_nint (float_t *x)

Define Documentation

#define TWO_EXP_23   8388608.0F

Definition at line 42 of file r_nint.c.

Referenced by __rnint().


Function Documentation

float_t __rnint ( float_t  x  ) 

Definition at line 44 of file r_nint.c.

References F, fabs(), floorf(), and TWO_EXP_23.

Referenced by r_nint().

Here is the call graph for this function:

float_t r_nint ( float_t x  ) 

Definition at line 55 of file r_nint.c.

References __rnint().

Here is the call graph for this function: