Searched refs:count_leading_zeros (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ddbl2mpn.c72 count_leading_zeros (cnt, res_ptr[N - 1]);
86 count_leading_zeros (cnt, res_ptr[0]);
H A Dldbl2mpn.c71 count_leading_zeros (cnt, res_ptr[N - 1]);
86 count_leading_zeros (cnt, res_ptr[0]);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/ppc/
H A Dldbl2mpn.c71 count_leading_zeros (cnt, res_ptr[N - 1]);
86 count_leading_zeros (cnt, res_ptr[0]);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A Dldbl2mpn.c77 count_leading_zeros (cnt, res_ptr[N - 1]);
92 count_leading_zeros (cnt, res_ptr[0]);
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dlonglong.h70 5) count_leading_zeros(count, x) counts the number of zero-bits from the
75 6) count_trailing_zeros(count, x) like count_leading_zeros, but counts
133 #define count_leading_zeros(COUNT,X) \ macro
140 #define count_leading_zeros(COUNT,X) \ macro
274 #define count_leading_zeros(count, x) \ macro
368 #define count_leading_zeros(count, x) \ macro
514 #define count_leading_zeros(count, x) \ macro
538 #define count_leading_zeros(count, x) \ macro
670 #define count_leading_zeros(count, x) \ macro
736 #define count_leading_zeros(coun macro
807 #define count_leading_zeros macro
837 #define count_leading_zeros macro
941 #define count_leading_zeros macro
1296 #define count_leading_zeros macro
[all...]
H A Dstrtod.c1075 count_leading_zeros (bits, num[numsize - 1]);
1255 count_leading_zeros (cnt, den[densize - 1]);
1298 count_leading_zeros (cnt, quot); \
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fp.c522 count_leading_zeros (cnt, scale[scalesize - 1]);
544 count_leading_zeros (cnt_h, scale[scalesize - 1]);
656 count_leading_zeros (cnt_h, tmp[tmpsize - 1]);

Completed in 112 milliseconds