Searched defs:zSig2 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/fpu/
H A Dsoftfloat.c904 | and `zSig2', and returns the proper quadruple-precision floating-point value
924 flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1, bits64 zSig2 STATUS_PARAM)
931 increment = ( (sbits64) zSig2 < 0 );
938 increment = ( roundingMode == float_round_down ) && zSig2;
941 increment = ( roundingMode == float_round_up ) && zSig2;
985 zSig0, zSig1, zSig2, - zExp, &zSig0, &zSig1, &zSig2 );
987 if ( isTiny && zSig2 ) float_raise( float_flag_underflow STATUS_VAR);
989 increment = ( (sbits64) zSig2 < 0 );
993 increment = ( roundingMode == float_round_down ) && zSig2;
1028 bits64 zSig2; local
4871 bits64 aSig0, aSig1, bSig0, bSig1, zSig0, zSig1, zSig2; local
5077 bits64 aSig0, aSig1, bSig0, bSig1, zSig0, zSig1, zSig2, zSig3; local
5141 bits64 aSig0, aSig1, bSig0, bSig1, zSig0, zSig1, zSig2; local
5334 bits64 aSig0, aSig1, zSig0, zSig1, zSig2, doubleZSig0; local
[all...]

Completed in 41 milliseconds