HomeSort by: relevance | last modified time | path
    Searched refs:sticky1 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
sqrt.c 510 mp_limb_t sticky1; /* truncated part of rp[0] */ local
590 sticky1 = MPFR_LIMB_ZERO; /* truncated part of rp[0] */
633 sticky1 = rp[0] & ((sh < GMP_NUMB_BITS) ? MPFR_LIMB_MASK(sh)
635 rp[0] -= sticky1;
637 sticky = sticky || sticky1;
649 /* if sh < GMP_NUMB_BITS, the round bit is bit (sh-1) of sticky1
651 sticky1, together with the sqrtrem remainder and sticky0. */
654 if (sticky1 & (MPFR_LIMB_ONE << (sh - 1)))
656 if (sticky1 == (MPFR_LIMB_ONE << (sh - 1)) && tsize == 0
669 if (sticky1 & MPFR_LIMB_HIGHBIT
    [all...]
  /src/external/gpl2/xcvs/dist/src/
sanity.sh 18019 dotest binfiles-sticky1 "${testcvs} -q add nibfile" \
    [all...]

Completed in 44 milliseconds