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

  /src/external/lgpl3/gmp/dist/mpf/
sqrt_ui.c 44 passed to mpn_sqrtrem (still giving a prec limb result). If uhigh is
46 non-zero. 2*prec limbs are always allocated, even when uhigh is zero, so
47 the store of uhigh can be done without a conditional.
97 mp_limb_t uhigh = u >> GMP_NUMB_BITS; local
98 tp[zeros + 1] = uhigh;
99 rsize -= (uhigh == 0);
  /src/external/gpl3/gcc.old/dist/gcc/
wide-int.h 735 unsigned HOST_WIDE_INT uhigh () const;
899 generic_wide_int <storage>::uhigh () const function in class:generic_wide_int
1826 return xi.len == 2 && xi.uhigh () == 0;

Completed in 19 milliseconds