HomeSort by relevance Sort by last modified time
    Searched refs:roundMask (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/
truncdfsf2.c 84 const src_rep_t roundMask = (SRC_REP_C(1) << (srcSigBits - dstSigBits)) - 1;
113 const src_rep_t roundBits = aAbs & roundMask;
154 const src_rep_t roundBits = denormalizedSignificand & roundMask;
  /external/qemu/fpu/
softfloat.c 669 int64 roundIncrement, roundMask, roundBits;
676 roundMask = LIT64( 0x00000000000007FF );
680 roundMask = LIT64( 0x000000FFFFFFFFFF );
691 roundIncrement = roundMask;
700 roundBits = zSig0 & roundMask;
718 roundBits = zSig0 & roundMask;
723 roundIncrement = roundMask + 1;
725 roundMask |= roundIncrement;
727 zSig0 &= ~ roundMask;
737 roundIncrement = roundMask + 1
    [all...]

Completed in 461 milliseconds