Home
last modified time | relevance | path

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

/linux-6.15/arch/m68k/math-emu/
H A Dfp_arith.c442 union fp_mant64 oldmant; in fp_roundint() local
453 oldmant = dest->mant; in fp_roundint()
461 if (oldmant.m64 == dest->mant.m64) in fp_roundint()
496 if (oldmant.m64 == (1ULL << 63)) in fp_roundint()
501 if (!(oldmant.m32[0] & mask)) in fp_roundint()
503 if (oldmant.m32[0] & (mask << 1)) in fp_roundint()
506 !oldmant.m32[1]) in fp_roundint()
510 if (oldmant.m32[1] & 0x80000000) in fp_roundint()
512 if (oldmant.m32[0] & 1) in fp_roundint()
514 if (!(oldmant.m32[1] << 1)) in fp_roundint()
[all …]