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

/vbox/src/recompiler/fpu/
H A Dsoftfloat.c209 | significand are stored at the locations pointed to by `zExpPtr' and
214 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr ) argument
220 *zExpPtr = 1 - shiftCount;
373 | significand are stored at the locations pointed to by `zExpPtr' and
378 normalizeFloat64Subnormal( bits64 aSig, int16 *zExpPtr, bits64 *zSigPtr ) argument
384 *zExpPtr = 1 - shiftCount;
542 | and significand are stored at the locations pointed to by `zExpPtr' and
547 normalizeFloatx80Subnormal( bits64 aSig, int32 *zExpPtr, bits64 *zSigPtr ) argument
553 *zExpPtr = 1 - shiftCount;
840 | pointed to by `zExpPtr'
847 normalizeFloat128Subnormal( bits64 aSig0, bits64 aSig1, int32 *zExpPtr, bits64 *zSig0Ptr, bits64 *zSig1Ptr ) argument
[all...]

Completed in 48 milliseconds