Searched refs:roundBits (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c363 int8 roundIncrement, roundBits; local
372 roundBits = zSig & 0x7F;
387 roundBits = zSig & 0x7F;
388 if (isTiny && roundBits)
392 if (roundBits)
395 zSig &= ~(((roundBits ^ 0x40) == 0) & roundNearestEven);
414 int16 roundIncrement, roundBits; local
423 roundBits = zSig & 0x3FF;
439 roundBits = zSig & 0x3FF;
440 if (isTiny && roundBits)
[all...]
/linux-master/arch/arm/nwfpe/
H A Dsoftfloat.c74 int8 roundIncrement, roundBits; local
94 roundBits = absZ & 0x7F;
96 absZ &= ~ ( ( ( roundBits ^ 0x40 ) == 0 ) & roundNearestEven );
103 if ( roundBits ) roundData->exception |= float_flag_inexact;
221 int8 roundIncrement, roundBits; local
241 roundBits = zSig & 0x7F;
257 roundBits = zSig & 0x7F;
258 if ( isTiny && roundBits ) roundData->exception |= float_flag_underflow;
261 if ( roundBits ) roundData->exception |= float_flag_inexact;
263 zSig &= ~ ( ( ( roundBits
392 int16 roundIncrement, roundBits; local
571 int64 roundIncrement, roundMask, roundBits; local
[all...]

Completed in 164 milliseconds