Searched refs:s3 (Results 1 – 5 of 5) sorted by relevance
| /third_party/ulib/uboringssl/crypto/fipsmodule/aes/ |
| A D | aes.c | 685 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; in aes_nohw_encrypt() local 696 s3 = GETU32(in + 12) ^ rk[3]; in aes_nohw_encrypt() 702 Te3[(s3) & 0xff] ^ rk[4]; in aes_nohw_encrypt() 703 t1 = Te0[(s1 >> 24)] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ in aes_nohw_encrypt() 705 t2 = Te0[(s2 >> 24)] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ in aes_nohw_encrypt() 741 PUTU32(out + 12, s3); in aes_nohw_encrypt() 747 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; in aes_nohw_decrypt() local 758 s3 = GETU32(in + 12) ^ rk[3]; in aes_nohw_decrypt() 768 Td3[(s3) & 0xff] ^ rk[6]; in aes_nohw_decrypt() 804 s3 = ((uint32_t)Td4[(t3 >> 24)] << 24) ^ in aes_nohw_decrypt() [all …]
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | math.h | 224 double e, aa, xx, c, ch, a, q, p1, p2, t, x, b, s1, s2, s3, s4, s5, s6; in pt_chi2() local 286 s3 = (210.0 + a * (462.0 + a * (707.0 + 932.0 * a))) / 2520.0; in pt_chi2() 291 ch += t * (1.0 + 0.5 * t * s1 - b * c * (s1 - b * (s2 - b * (s3 in pt_chi2()
|
| /third_party/ulib/musl/third_party/math/ |
| A D | lgammal.c | 171 s3 = -3.319055881485044417245964508099095984643E6L, variable 305 p = y * (s0 + y * (s1 + y * (s2 + y * (s3 + y * (s4 + y * (s5 + y * s6)))))); in __lgammal_r()
|
| A D | lgamma_r.c | 130 s3 = 1.46350472652464452805e-01, /* 0x3FC2BB9C, 0xBEE5F2F7 */ variable 262 p = y * (s0 + y * (s1 + y * (s2 + y * (s3 + y * (s4 + y * (s5 + y * s6)))))); in __lgamma_r()
|
| A D | lgammaf_r.c | 65 s3 = 1.4635047317e-01, /* 0x3e15dce6 */ variable 197 p = y * (s0 + y * (s1 + y * (s2 + y * (s3 + y * (s4 + y * (s5 + y * s6)))))); in __lgammaf_r()
|
Completed in 12 milliseconds