Embedded Artistry Framework
Embedded Systems C++ Framework
Functions
gdtoa.c File Reference
#include "gdtoaimp.h"
#include <float.h>
#include <math.h>
Include dependency graph for gdtoa.c:

Functions

static Bigintbitstob (ULong *bits, int nbits, int *bbits)
 
char * gdtoa (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve)
 

Function Documentation

◆ bitstob()

static Bigint* bitstob ( ULong bits,
int  nbits,
int *  bbits 
)
static

References ALL_ON, b, Balloc(), hi0bits, k, kshift, ULbits, and x0.

Referenced by gdtoa().

◆ gdtoa()

char* gdtoa ( FPI fpi,
int  be,
ULong bits,
int *  kindp,
int  mode,
int  ndigits,
int *  decpt,
char **  rve 
)