Embedded Artistry Framework
Embedded Systems C++ Framework
Macros | Functions | Variables
s_truncl.c File Reference
#include <sys/types.h>
#include <machine/ieee.h>
#include <float.h>
#include <openlibm_math.h>
#include <stdint.h>
#include "math_private.h"
Include dependency graph for s_truncl.c:

Macros

#define MANH_SIZE   (EXT_FRACHBITS + EXT_FRACHMBITS)
 

Functions

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   (EXT_FRACHBITS + EXT_FRACHMBITS)

Function Documentation

◆ truncl()

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().