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

Macros

#define MANH_SIZE   LDBL_MANH_SIZE
 

Functions

OLM_DLLEXPORT long double truncl (long double x)
 

Variables

static const long double huge = 1.0e300
 
static const float zero [] = { 0.0, -0.0 }
 

Macro Definition Documentation

◆ MANH_SIZE

#define MANH_SIZE   LDBL_MANH_SIZE

Function Documentation

◆ truncl()

OLM_DLLEXPORT long double truncl ( long double  x)

Variable Documentation

◆ huge

const long double huge = 1.0e300
static

Referenced by truncl().

◆ zero

const float zero[] = { 0.0, -0.0 }
static

Referenced by truncl().