Home
last modified time | relevance | path

Searched refs:NUM_LEADING_ZEROS (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/sysdeps/ieee754/dbl-64/
Ddbl2mpn.c53 #define NUM_LEADING_ZEROS (BITS_PER_MP_LIMB \ in __mpn_extract_double() macro
72 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()
/glibc-2.36/sysdeps/ieee754/ldbl-128/
Dldbl2mpn.c59 #define NUM_LEADING_ZEROS (BITS_PER_MP_LIMB \ in __mpn_extract_long_double() macro
80 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()
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
Dldbl2mpn.c113 #define NUM_LEADING_ZEROS (BITS_PER_MP_LIMB \ in __mpn_extract_long_double() macro
137 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()