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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/math-emu/
H A Dsingle.h60 #define FP_SQRT_S(R,X) _FP_SQRT(S,1,R,X)
H A Ddouble.h71 #define FP_SQRT_D(R,X) _FP_SQRT(D,2,R,X)
118 #define FP_SQRT_D(R,X) _FP_SQRT(D,1,R,X)
H A Dop-common.h472 #define _FP_SQRT(fs, wc, R, X) \ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/math-emu/
H A Ddouble.h114 #define FP_SQRT_D(R,X) _FP_SQRT(D,2,R,X)
186 #define FP_SQRT_D(R,X) _FP_SQRT(D,1,R,X)
H A Dquad.h120 #define FP_SQRT_Q(R,X) _FP_SQRT(Q,4,R,X)
193 #define FP_SQRT_Q(R,X) _FP_SQRT(Q,2,R,X)
H A Dsingle.h103 #define FP_SQRT_S(R,X) _FP_SQRT(S,1,R,X)
H A Dop-common.h564 #define _FP_SQRT(fs, wc, R, X) \ macro

Completed in 100 milliseconds