Searched refs:zExpPtr (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libc/softfloat/bits32/
H A Dsoftfloat.c144 significand are stored at the locations pointed to by `zExpPtr' and
149 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr ) argument
155 *zExpPtr = 1 - shiftCount;
328 `zExpPtr'. The most significant 21 bits of the normalized significand are
338 int16 *zExpPtr,
355 *zExpPtr = - shiftCount - 31;
360 *zExpPtr = 1 - shiftCount;
335 normalizeFloat64Subnormal( bits32 aSig0, bits32 aSig1, int16 *zExpPtr, bits32 *zSig0Ptr, bits32 *zSig1Ptr ) argument
/freebsd-12-stable/lib/libc/softfloat/bits64/
H A Dsoftfloat.c247 significand are stored at the locations pointed to by `zExpPtr' and
252 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr ) argument
258 *zExpPtr = 1 - shiftCount;
416 significand are stored at the locations pointed to by `zExpPtr' and
421 normalizeFloat64Subnormal( bits64 aSig, int16 *zExpPtr, bits64 *zSigPtr ) argument
427 *zExpPtr = 1 - shiftCount;
593 and significand are stored at the locations pointed to by `zExpPtr' and
598 normalizeFloatx80Subnormal( bits64 aSig, int32 *zExpPtr, bits64 *zSigPtr ) argument
604 *zExpPtr = 1 - shiftCount;
898 pointed to by `zExpPtr'
905 normalizeFloat128Subnormal( bits64 aSig0, bits64 aSig1, int32 *zExpPtr, bits64 *zSig0Ptr, bits64 *zSig1Ptr ) argument
[all...]

Completed in 109 milliseconds