Symbol: s5
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1057
int64_t s5 = 2097151 & (load_3(s + 13) >> 1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1177
s5 += s17 * 666643;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1186
s5 += s16 * 470296;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1195
s5 += s15 * 654183;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1204
s5 -= s14 * 997805;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1213
s5 += s13 * 136657;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1222
s5 -= s12 * 683901;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1232
s5 += carry4;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1250
carry5 = (s5 + (1 << 20)) >> 21;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1252
s5 -= int64_lshift21(carry5);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1268
s5 -= s12 * 683901;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1284
s5 += carry4;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1286
carry5 = s5 >> 21;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1288
s5 -= int64_lshift21(carry5);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1313
s5 -= s12 * 683901;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1329
s5 += carry4;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1331
carry5 = s5 >> 21;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1333
s5 -= int64_lshift21(carry5);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1363
s[13] = (s4 >> 20) | (s5 << 1);
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1364
s[14] = s5 >> 7;
crypto/krb5/src/plugins/preauth/spake/edwards25519.c
1365
s[15] = (s5 >> 15) | (s6 << 6);
crypto/openssl/crypto/ec/curve25519.c
4781
int64_t s5 = kBottom21Bits & (load_3(s + 13) >> 1);
crypto/openssl/crypto/ec/curve25519.c
4901
s5 += s17 * 666643;
crypto/openssl/crypto/ec/curve25519.c
4910
s5 += s16 * 470296;
crypto/openssl/crypto/ec/curve25519.c
4919
s5 += s15 * 654183;
crypto/openssl/crypto/ec/curve25519.c
4928
s5 -= s14 * 997805;
crypto/openssl/crypto/ec/curve25519.c
4937
s5 += s13 * 136657;
crypto/openssl/crypto/ec/curve25519.c
4946
s5 -= s12 * 683901;
crypto/openssl/crypto/ec/curve25519.c
4956
s5 += carry4;
crypto/openssl/crypto/ec/curve25519.c
4974
carry5 = (s5 + (1 << 20)) >> 21;
crypto/openssl/crypto/ec/curve25519.c
4976
s5 -= carry5 * (1 << 21);
crypto/openssl/crypto/ec/curve25519.c
4992
s5 -= s12 * 683901;
crypto/openssl/crypto/ec/curve25519.c
5008
s5 += carry4;
crypto/openssl/crypto/ec/curve25519.c
5010
carry5 = s5 >> 21;
crypto/openssl/crypto/ec/curve25519.c
5012
s5 -= carry5 * (1 << 21);
crypto/openssl/crypto/ec/curve25519.c
5037
s5 -= s12 * 683901;
crypto/openssl/crypto/ec/curve25519.c
5053
s5 += carry4;
crypto/openssl/crypto/ec/curve25519.c
5055
carry5 = s5 >> 21;
crypto/openssl/crypto/ec/curve25519.c
5057
s5 -= carry5 * (1 << 21);
crypto/openssl/crypto/ec/curve25519.c
5087
s[13] = (uint8_t)((s4 >> 20) | (s5 << 1));
crypto/openssl/crypto/ec/curve25519.c
5088
s[14] = (uint8_t)(s5 >> 7);
crypto/openssl/crypto/ec/curve25519.c
5089
s[15] = (uint8_t)((s5 >> 15) | (s6 << 6));
crypto/openssl/crypto/ec/curve25519.c
5162
int64_t s5;
crypto/openssl/crypto/ec/curve25519.c
5210
s5 = c5 + a0 * b5 + a1 * b4 + a2 * b3 + a3 * b2 + a4 * b1 + a5 * b0;
crypto/openssl/crypto/ec/curve25519.c
5237
s5 += carry4;
crypto/openssl/crypto/ec/curve25519.c
5273
carry5 = (s5 + (1 << 20)) >> 21;
crypto/openssl/crypto/ec/curve25519.c
5275
s5 -= carry5 * (1 << 21);
crypto/openssl/crypto/ec/curve25519.c
5384
s5 += s17 * 666643;
crypto/openssl/crypto/ec/curve25519.c
5393
s5 += s16 * 470296;
crypto/openssl/crypto/ec/curve25519.c
5402
s5 += s15 * 654183;
crypto/openssl/crypto/ec/curve25519.c
5411
s5 -= s14 * 997805;
crypto/openssl/crypto/ec/curve25519.c
5420
s5 += s13 * 136657;
crypto/openssl/crypto/ec/curve25519.c
5429
s5 -= s12 * 683901;
crypto/openssl/crypto/ec/curve25519.c
5439
s5 += carry4;
crypto/openssl/crypto/ec/curve25519.c
5457
carry5 = (s5 + (1 << 20)) >> 21;
crypto/openssl/crypto/ec/curve25519.c
5459
s5 -= carry5 * (1 << 21);
crypto/openssl/crypto/ec/curve25519.c
5475
s5 -= s12 * 683901;
crypto/openssl/crypto/ec/curve25519.c
5491
s5 += carry4;
crypto/openssl/crypto/ec/curve25519.c
5493
carry5 = s5 >> 21;
crypto/openssl/crypto/ec/curve25519.c
5495
s5 -= carry5 * (1 << 21);
crypto/openssl/crypto/ec/curve25519.c
5520
s5 -= s12 * 683901;
crypto/openssl/crypto/ec/curve25519.c
5536
s5 += carry4;
crypto/openssl/crypto/ec/curve25519.c
5538
carry5 = s5 >> 21;
crypto/openssl/crypto/ec/curve25519.c
5540
s5 -= carry5 * (1 << 21);
crypto/openssl/crypto/ec/curve25519.c
5570
s[13] = (uint8_t)((s4 >> 20) | (s5 << 1));
crypto/openssl/crypto/ec/curve25519.c
5571
s[14] = (uint8_t)(s5 >> 7);
crypto/openssl/crypto/ec/curve25519.c
5572
s[15] = (uint8_t)((s5 >> 15) | (s6 << 6));
lib/msun/ld128/e_lgammal_r.c
139
s5 = 1.31572908743275052623410195011261575e-01L,
lib/msun/ld128/e_lgammal_r.c
298
p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*(s6+y*(s7+y*(s8+
lib/msun/ld80/e_lgammal_r.c
330
p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
lib/msun/src/e_lgamma_r.c
138
s5 = 1.84028451407337715652e-03, /* 0x3F5E26B6, 0x7368F239 */
lib/msun/src/e_lgamma_r.c
271
p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));