Embedded Artistry Framework
Embedded Systems C++ Framework
Functions
smisc.c File Reference
#include "gdtoaimp.h"
Include dependency graph for smisc.c:

Functions

Bigints2b (CONST char *s, int nd0, int nd, ULong y9)
 
double ratio (Bigint *a, Bigint *b)
 
void copybits (ULong *c, int n, Bigint *b)
 
ULong any_on (Bigint *b, int k)
 

Function Documentation

◆ any_on()

ULong any_on ( Bigint b,
int  k 
)

References b, k, kmask, kshift, n, and x0.

Referenced by gethex(), and rvOK().

◆ copybits()

void copybits ( ULong c,
int  n,
Bigint b 
)

References b, kshift, n, and Storeinc.

Referenced by rvOK(), strtod(), and strtodg().

◆ ratio()

double ratio ( Bigint a,
Bigint b 
)

References a, b, b2d(), dval, Exp_msk1, k, ULbits, and word0.

Referenced by strtod(), and strtodg().

◆ s2b()

Bigint* s2b ( CONST char *  s,
int  nd0,
int  nd,
ULong  y9 
)

References b, Balloc(), k, Long, multadd(), and s.

Referenced by strtod(), and strtodg().