Lines Matching defs:S
7 David S. Miller (davem@redhat.com) and
29 #define _FP_FRAC_COPY_1(D,S) (D##_f = S##_f)
253 #define _FP_SQRT_MEAT_1(R, S, T, X, q) \
257 T##_f = S##_f + q; \
260 S##_f = T##_f + q; \
269 if (S##_f < X##_f) \
288 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S) \
290 D##_f = S##_f; \
293 if (S##_c != FP_CLS_NAN) \