Searched refs:oldmant (Results 1 – 1 of 1) sorted by relevance
454 union fp_mant64 oldmant; in fp_roundint() local465 oldmant = dest->mant; in fp_roundint()473 if (oldmant.m64 == dest->mant.m64) in fp_roundint()478 if (oldmant.m32[1] == dest->mant.m32[1]) in fp_roundint()508 if (oldmant.m64 == (1ULL << 63)) in fp_roundint()513 if (!(oldmant.m32[0] & mask)) in fp_roundint()515 if (oldmant.m32[0] & (mask << 1)) in fp_roundint()517 if (!(oldmant.m32[0] << (dest->exp - 0x3ffd)) && in fp_roundint()518 !oldmant.m32[1]) in fp_roundint()522 if (oldmant.m32[1] & 0x80000000) in fp_roundint()[all …]