Lines Matching refs:S
41 float r, u, v, t, x, y, S, C;
74 S = sinf(y + y);
76 (void) sincosf(y, &S, &C);
77 S = (S + S) * C;
84 F_IM(ans) = zero * S; /* x is inf */
86 F_IM(ans) = S * expf(-x); /* underflow */
88 F_IM(ans) = (S + S) * expf(-(x + x));
102 (void) sincosf(y, &S, &C);
108 F_IM(ans) = (r * S) * v;