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

Functions

void rshift (Bigint *b, int k)
 
int trailz (Bigint *b)
 

Function Documentation

◆ rshift()

void rshift ( Bigint b,
int  k 
)

References ALL_ON, b, k, kmask, kshift, n, and ULbits.

Referenced by g_ddfmt(), gdtoa(), gethex(), rvOK(), strtodg(), and strtoIg().

◆ trailz()

int trailz ( Bigint b)

References b, lo0bits(), n, and ULbits.

Referenced by gdtoa(), and strtodg().