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

  /src/external/gpl3/gcc/dist/libquadmath/printf/
flt1282mpn.c 55 #define NUM_LEADING_ZEROS (BITS_PER_MP_LIMB \
76 cnt -= NUM_LEADING_ZEROS;
85 if (cnt >= NUM_LEADING_ZEROS)
87 res_ptr[N - 1] = res_ptr[0] << (cnt - NUM_LEADING_ZEROS);
92 res_ptr[N - 1] = res_ptr[0] >> (NUM_LEADING_ZEROS - cnt);
93 res_ptr[0] <<= BITS_PER_MP_LIMB - (NUM_LEADING_ZEROS - cnt);
96 - (BITS_PER_MP_LIMB - NUM_LEADING_ZEROS) - cnt;
106 cnt -= NUM_LEADING_ZEROS;
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
flt1282mpn.c 55 #define NUM_LEADING_ZEROS (BITS_PER_MP_LIMB \
76 cnt -= NUM_LEADING_ZEROS;
85 if (cnt >= NUM_LEADING_ZEROS)
87 res_ptr[N - 1] = res_ptr[0] << (cnt - NUM_LEADING_ZEROS);
92 res_ptr[N - 1] = res_ptr[0] >> (NUM_LEADING_ZEROS - cnt);
93 res_ptr[0] <<= BITS_PER_MP_LIMB - (NUM_LEADING_ZEROS - cnt);
96 - (BITS_PER_MP_LIMB - NUM_LEADING_ZEROS) - cnt;
106 cnt -= NUM_LEADING_ZEROS;

Completed in 25 milliseconds