Symbol: a11
crypto/openssl/crypto/bn/bn_nist.c
871
#define nist_set_384(to, from, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12) \
crypto/openssl/crypto/bn/bn_nist.c
874
bn_cp_32(to, 1, from, (a11) - 12) \
crypto/openssl/crypto/ec/curve25519.c
5132
int64_t a11 = (load_4(a + 28) >> 7);
crypto/openssl/crypto/ec/curve25519.c
5216
s11 = c11 + a0 * b11 + a1 * b10 + a2 * b9 + a3 * b8 + a4 * b7 + a5 * b6 + a6 * b5 + a7 * b4 + a8 * b3 + a9 * b2 + a10 * b1 + a11 * b0;
crypto/openssl/crypto/ec/curve25519.c
5217
s12 = a1 * b11 + a2 * b10 + a3 * b9 + a4 * b8 + a5 * b7 + a6 * b6 + a7 * b5 + a8 * b4 + a9 * b3 + a10 * b2 + a11 * b1;
crypto/openssl/crypto/ec/curve25519.c
5218
s13 = a2 * b11 + a3 * b10 + a4 * b9 + a5 * b8 + a6 * b7 + a7 * b6 + a8 * b5 + a9 * b4 + a10 * b3 + a11 * b2;
crypto/openssl/crypto/ec/curve25519.c
5219
s14 = a3 * b11 + a4 * b10 + a5 * b9 + a6 * b8 + a7 * b7 + a8 * b6 + a9 * b5 + a10 * b4 + a11 * b3;
crypto/openssl/crypto/ec/curve25519.c
5220
s15 = a4 * b11 + a5 * b10 + a6 * b9 + a7 * b8 + a8 * b7 + a9 * b6 + a10 * b5 + a11 * b4;
crypto/openssl/crypto/ec/curve25519.c
5221
s16 = a5 * b11 + a6 * b10 + a7 * b9 + a8 * b8 + a9 * b7 + a10 * b6 + a11 * b5;
crypto/openssl/crypto/ec/curve25519.c
5222
s17 = a6 * b11 + a7 * b10 + a8 * b9 + a9 * b8 + a10 * b7 + a11 * b6;
crypto/openssl/crypto/ec/curve25519.c
5223
s18 = a7 * b11 + a8 * b10 + a9 * b9 + a10 * b8 + a11 * b7;
crypto/openssl/crypto/ec/curve25519.c
5224
s19 = a8 * b11 + a9 * b10 + a10 * b9 + a11 * b8;
crypto/openssl/crypto/ec/curve25519.c
5225
s20 = a9 * b11 + a10 * b10 + a11 * b9;
crypto/openssl/crypto/ec/curve25519.c
5226
s21 = a10 * b11 + a11 * b10;
crypto/openssl/crypto/ec/curve25519.c
5227
s22 = a11 * b11;
lib/msun/ld128/e_lgammal_r.c
275
p2 = z*(a1+z*(a3+z*(a5+z*(a7+z*(a9+z*(a11+z*(a13+z*(a15+
lib/msun/ld128/e_lgammal_r.c
47
a11 = 2.05072127845117995426519671481628849e-05L,
lib/msun/ld80/e_lgammal_r.c
312
p2 = z*(a1+z*(a3+z*(a5+z*(a7+z*(a9+z*(a11+z*a13))))));
lib/msun/src/e_lgamma_r.c
102
a11 = 4.48640949618915160150e-05, /* 0x3F07858E, 0x90A45837 */
lib/msun/src/e_lgamma_r.c
250
p2 = z*(a1+z*(a3+z*(a5+z*(a7+z*(a9+z*a11)))));
sys/dev/psci/smccc.h
139
register_t a11;