__FP_CLZ            7 arch/powerpc/math-emu/udivmodti4.c #define count_leading_zeros  __FP_CLZ
__FP_CLZ           55 include/math-emu/op-1.h #define _FP_FRAC_CLZ_1(z, X)	__FP_CLZ(z, X##_f)
__FP_CLZ          100 include/math-emu/op-2.h       __FP_CLZ(R,X##_f1);	\
__FP_CLZ          103 include/math-emu/op-2.h       __FP_CLZ(R,X##_f0);	\
__FP_CLZ          132 include/math-emu/op-2.h       __FP_CLZ(R,xh);		\
__FP_CLZ          135 include/math-emu/op-2.h       __FP_CLZ(R,xl);		\
__FP_CLZ          164 include/math-emu/op-4.h 	__FP_CLZ(R,X##_f[3]);		\
__FP_CLZ          168 include/math-emu/op-4.h 	__FP_CLZ(R,X##_f[2]);		\
__FP_CLZ          173 include/math-emu/op-4.h 	__FP_CLZ(R,X##_f[2]);		\
__FP_CLZ          178 include/math-emu/op-4.h 	__FP_CLZ(R,X##_f[0]);		\
__FP_CLZ          804 include/math-emu/op-common.h 		? ({ __FP_CLZ(X##_e, ur_); })				\
__FP_CLZ          840 include/math-emu/op-common.h #ifndef __FP_CLZ