Symbol: a10
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
875
bn_cp_32(to, 2, from, (a10) - 12) \
crypto/openssl/crypto/ec/curve25519.c
5131
int64_t a10 = kBottom21Bits & (load_3(a + 26) >> 2);
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;
crypto/openssl/crypto/ec/curve25519.c
5226
s21 = a10 * b11 + a11 * b10;
lib/msun/ld128/e_lgammal_r.c
273
p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*(a10+z*(a12+z*(a14+z*(a16+
lib/msun/ld128/e_lgammal_r.c
46
a10 = 4.49262367375420471287545895027098145e-05L,
lib/msun/ld80/e_lgammal_r.c
311
p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*(a10+z*a12)))));
lib/msun/src/e_lgamma_r.c
101
a10 = 2.52144565451257326939e-05, /* 0x3EFA7074, 0x428CFA52 */
lib/msun/src/e_lgamma_r.c
249
p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10))));
sys/arm/allwinner/aw_machdep.c
172
FDT_PLATFORM_DEF(a10, "a10", 0, "allwinner,sun4i-a10", 200);
sys/dev/psci/smccc.h
138
register_t a10;