Symbol: S11
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
255
FF ( a, b, c, d, in[ 0], S11, 3614090360UL); /* 1 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
259
FF ( a, b, c, d, in[ 4], S11, 4118548399UL); /* 5 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
263
FF ( a, b, c, d, in[ 8], S11, 1770035416UL); /* 9 */
crypto/krb5/src/lib/crypto/builtin/md5/md5.c
267
FF ( a, b, c, d, in[12], S11, 1804603682UL); /* 13 */
lib/msun/ld128/k_sinl.c
41
S11 = -0.38680813379701966970673724299207480965452616911420e-22,
lib/msun/ld128/k_sinl.c
52
z*(S9+z*(S10+z*(S11+z*S12)))))))));
lib/msun/src/e_sinhl.c
110
RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) +
lib/msun/src/e_sinhl.c
116
S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 +
lib/msun/src/e_sinhl.c
50
S11 = 2.5052108406704084e-8, /* 0x1ae6456857530f.0p-78 */
lib/msun/src/e_sinhl.c
64
S11 = 2.50521083854417187749675637460977997e-8L, /* 0x1ae64567f544e38fe59b3380d7413.0p-138L */
lib/msun/src/k_sincosl.h
118
z * (S9 + z * (S10 + z * (S11 + z * S12)))))))));
lib/msun/src/k_sincosl.h
88
S11 = -0.38680813379701966970673724299207480965452616911420e-22,
sbin/ipf/ipftest/md5.c
208
FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */
sbin/ipf/ipftest/md5.c
212
FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */
sbin/ipf/ipftest/md5.c
216
FF ( a, b, c, d, in[ 8], S11, UL(1770035416)); /* 9 */
sbin/ipf/ipftest/md5.c
220
FF ( a, b, c, d, in[12], S11, UL(1804603682)); /* 13 */
sys/crypto/md4c.c
193
FF (a, b, c, d, x[ 0], S11); /* 1 */
sys/crypto/md4c.c
197
FF (a, b, c, d, x[ 4], S11); /* 5 */
sys/crypto/md4c.c
201
FF (a, b, c, d, x[ 8], S11); /* 9 */
sys/crypto/md4c.c
205
FF (a, b, c, d, x[12], S11); /* 13 */