Symbol: a9
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
876
bn_cp_32(to, 3, from, (a9) - 12) \
crypto/openssl/crypto/ec/curve25519.c
5130
int64_t a9 = kBottom21Bits & (load_4(a + 23) >> 5);
crypto/openssl/crypto/ec/curve25519.c
5214
s9 = c9 + a0 * b9 + a1 * b8 + a2 * b7 + a3 * b6 + a4 * b5 + a5 * b4 + a6 * b3 + a7 * b2 + a8 * b1 + a9 * b0;
crypto/openssl/crypto/ec/curve25519.c
5215
s10 = c10 + a0 * b10 + a1 * b9 + a2 * b8 + a3 * b7 + a4 * b6 + a5 * b5 + a6 * b4 + a7 * b3 + a8 * b2 + a9 * b1 + a10 * b0;
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;
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
45
a9 = 9.94575127818397632126978731542755129e-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
100
a9 = 1.08011567247583939954e-04, /* 0x3F1C5088, 0x987DFB07 */
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
137
register_t a9;