Home
last modified time | relevance | path

Searched refs:_FP_SQRT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/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.h591 #define _FP_SQRT(fs, wc, R, X) \ macro