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

/linux-4.4.14/arch/m68k/math-emu/
H A Dfp_arith.c454 union fp_mant64 oldmant; fp_roundint() local
465 oldmant = dest->mant; fp_roundint()
473 if (oldmant.m64 == dest->mant.m64) fp_roundint()
478 if (oldmant.m32[1] == dest->mant.m32[1]) fp_roundint()
508 if (oldmant.m64 == (1ULL << 63)) fp_roundint()
513 if (!(oldmant.m32[0] & mask)) fp_roundint()
515 if (oldmant.m32[0] & (mask << 1)) fp_roundint()
517 if (!(oldmant.m32[0] << (dest->exp - 0x3ffd)) && fp_roundint()
518 !oldmant.m32[1]) fp_roundint()
522 if (oldmant.m32[1] & 0x80000000) fp_roundint()
524 if (oldmant.m32[0] & 1) fp_roundint()
526 if (!(oldmant.m32[1] << 1)) fp_roundint()
531 if (!(oldmant.m32[1] & mask)) fp_roundint()
533 if (oldmant.m32[1] & (mask << 1)) fp_roundint()
535 if (!(oldmant.m32[1] << (dest->exp - 0x401d))) fp_roundint()

Completed in 73 milliseconds