#include <stdint.h>
#include "platform.h"
#include "internals.h"
Go to the source code of this file.
◆ softfloat_normSubnormalF128SigM()
int softfloat_normSubnormalF128SigM |
( |
uint32_t * | sigPtr | ) |
|
Definition at line 41 of file s_normSubnormalF128SigM.c.
42{
46
48 shiftDist = 0;
49 for (;;) {
50 wordSig = *ptr;
51 if ( wordSig ) break;
52 shiftDist += 32;
53 if ( 128 <= shiftDist ) return 1;
55 }
58 return 1 - shiftDist;
59
60}
#define indexWordHi(total)
#define softfloat_shiftLeft128M(aPtr, dist, zPtr)
#define softfloat_countLeadingZeros32