Home
last modified time | relevance | path

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

/external/compiler-rt/lib/
Dtruncdfsf2.c84 const src_rep_t roundMask = (SRC_REP_C(1) << (srcSigBits - dstSigBits)) - 1; in ARM_EABI_FNALIAS() local
113 const src_rep_t roundBits = aAbs & roundMask; in ARM_EABI_FNALIAS()
154 const src_rep_t roundBits = denormalizedSignificand & roundMask; in ARM_EABI_FNALIAS()
/external/qemu/fpu/
Dsoftfloat.c669 int64 roundIncrement, roundMask, roundBits; in roundAndPackFloatx80() local
676 roundMask = LIT64( 0x00000000000007FF ); in roundAndPackFloatx80()
680 roundMask = LIT64( 0x000000FFFFFFFFFF ); in roundAndPackFloatx80()
691 roundIncrement = roundMask; in roundAndPackFloatx80()
700 roundBits = zSig0 & roundMask; in roundAndPackFloatx80()
718 roundBits = zSig0 & roundMask; in roundAndPackFloatx80()
723 roundIncrement = roundMask + 1; in roundAndPackFloatx80()
725 roundMask |= roundIncrement; in roundAndPackFloatx80()
727 zSig0 &= ~ roundMask; in roundAndPackFloatx80()
737 roundIncrement = roundMask + 1; in roundAndPackFloatx80()
[all …]