Embedded Artistry Framework
Embedded Systems C++ Framework
Macros | Functions
s_lrint.c File Reference
#include "cdefs-compat.h"
#include <openlibm_fenv.h>
#include <openlibm_math.h>
#include "math_private.h"
Include dependency graph for s_lrint.c:
This graph shows which files directly or indirectly include this file:

Macros

#define type   double
 
#define roundit   rint
 
#define dtype   long
 
#define fn   lrint
 

Functions

OLM_DLLEXPORT dtype fn (type x)
 

Macro Definition Documentation

◆ dtype

#define dtype   long

◆ fn

#define fn   lrint

◆ roundit

#define roundit   rint

◆ type

#define type   double

Function Documentation

◆ fn()