Searched refs:NUM_LEADING_ZEROS (Results 1 – 3 of 3) sorted by relevance
53 #define NUM_LEADING_ZEROS (BITS_PER_MP_LIMB \ in __mpn_extract_double() macro72 cnt -= NUM_LEADING_ZEROS; in __mpn_extract_double()86 if (cnt >= NUM_LEADING_ZEROS) in __mpn_extract_double()88 res_ptr[N - 1] = res_ptr[0] << (cnt - NUM_LEADING_ZEROS); in __mpn_extract_double()93 res_ptr[N - 1] = res_ptr[0] >> (NUM_LEADING_ZEROS - cnt); in __mpn_extract_double()94 res_ptr[0] <<= BITS_PER_MP_LIMB - (NUM_LEADING_ZEROS - cnt); in __mpn_extract_double()97 - (BITS_PER_MP_LIMB - NUM_LEADING_ZEROS) - cnt; in __mpn_extract_double()
59 #define NUM_LEADING_ZEROS (BITS_PER_MP_LIMB \ in __mpn_extract_long_double() macro80 cnt -= NUM_LEADING_ZEROS; in __mpn_extract_long_double()89 if (cnt >= NUM_LEADING_ZEROS) in __mpn_extract_long_double()91 res_ptr[N - 1] = res_ptr[0] << (cnt - NUM_LEADING_ZEROS); in __mpn_extract_long_double()96 res_ptr[N - 1] = res_ptr[0] >> (NUM_LEADING_ZEROS - cnt); in __mpn_extract_long_double()97 res_ptr[0] <<= BITS_PER_MP_LIMB - (NUM_LEADING_ZEROS - cnt); in __mpn_extract_long_double()100 - (BITS_PER_MP_LIMB - NUM_LEADING_ZEROS) - cnt; in __mpn_extract_long_double()110 cnt -= NUM_LEADING_ZEROS; in __mpn_extract_long_double()
113 #define NUM_LEADING_ZEROS (BITS_PER_MP_LIMB \ in __mpn_extract_long_double() macro137 cnt -= NUM_LEADING_ZEROS; in __mpn_extract_long_double()146 if (cnt >= NUM_LEADING_ZEROS) in __mpn_extract_long_double()148 res_ptr[N - 1] = res_ptr[0] << (cnt - NUM_LEADING_ZEROS); in __mpn_extract_long_double()153 res_ptr[N - 1] = res_ptr[0] >> (NUM_LEADING_ZEROS - cnt); in __mpn_extract_long_double()154 res_ptr[0] <<= BITS_PER_MP_LIMB - (NUM_LEADING_ZEROS - cnt); in __mpn_extract_long_double()157 - (BITS_PER_MP_LIMB - NUM_LEADING_ZEROS) - cnt; in __mpn_extract_long_double()167 cnt -= NUM_LEADING_ZEROS; in __mpn_extract_long_double()