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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/nwfpe/
H A Dsoftfloat.c514 and extended significand formed by the concatenation of `zSig0' and `zSig1',
538 struct roundingData *roundData, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1
560 zSig0 |= ( zSig1 != 0 );
616 increment = ( (sbits64) zSig1 < 0 );
623 increment = ( roundingMode == float_round_down ) && zSig1;
626 increment = ( roundingMode == float_round_up ) && zSig1;
654 shift64ExtraRightJamming( zSig0, zSig1, 1 - zExp, &zSig0, &zSig1 );
656 if ( isTiny && zSig1 ) roundData->exception |= float_flag_underflow;
657 if ( zSig1 ) roundDat
2091 bits64 aSig, bSig, zSig0, zSig1; local
2720 bits64 aSig, bSig, zSig0, zSig1; local
2789 bits64 aSig, bSig, zSig0, zSig1; local
2902 bits64 aSig, bSig, zSig0, zSig1; local
2963 bits64 aSig, bSig, zSig0, zSig1; local
3145 bits64 aSig0, aSig1, zSig0, zSig1; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/nwfpe/
H A Dsoftfloat.c514 and extended significand formed by the concatenation of `zSig0' and `zSig1',
538 struct roundingData *roundData, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1
560 zSig0 |= ( zSig1 != 0 );
616 increment = ( (sbits64) zSig1 < 0 );
623 increment = ( roundingMode == float_round_down ) && zSig1;
626 increment = ( roundingMode == float_round_up ) && zSig1;
654 shift64ExtraRightJamming( zSig0, zSig1, 1 - zExp, &zSig0, &zSig1 );
656 if ( isTiny && zSig1 ) roundData->exception |= float_flag_underflow;
657 if ( zSig1 ) roundDat
2091 bits64 aSig, bSig, zSig0, zSig1; local
2720 bits64 aSig, bSig, zSig0, zSig1; local
2789 bits64 aSig, bSig, zSig0, zSig1; local
2902 bits64 aSig, bSig, zSig0, zSig1; local
2963 bits64 aSig, bSig, zSig0, zSig1; local
3145 bits64 aSig0, aSig1, zSig0, zSig1; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c869 unsigned long long int aSig, bSig, zSig0, zSig1; local
895 mul64To128(aSig, bSig, &zSig0, &zSig1);
896 zSig0 |= (zSig1 != 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c869 unsigned long long int aSig, bSig, zSig0, zSig1; local
895 mul64To128(aSig, bSig, &zSig0, &zSig1);
896 zSig0 |= (zSig1 != 0);

Completed in 72 milliseconds