Searched refs:t14 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_ct.c | 48 uint32_t t10, t11, t12, t13, t14, t15, t16, t17, t18, t19; in br_aes_ct_bitslice_Sbox() local 107 t14 = t13 ^ t12; in br_aes_ct_bitslice_Sbox() 110 t17 = t4 ^ t14; in br_aes_ct_bitslice_Sbox() 112 t19 = t9 ^ t14; in br_aes_ct_bitslice_Sbox()
|
H A D | aes_ct64.c | 48 uint64_t t10, t11, t12, t13, t14, t15, t16, t17, t18, t19; in br_aes_ct64_bitslice_Sbox() local 107 t14 = t13 ^ t12; in br_aes_ct64_bitslice_Sbox() 110 t17 = t4 ^ t14; in br_aes_ct64_bitslice_Sbox() 112 t19 = t9 ^ t14; in br_aes_ct64_bitslice_Sbox()
|
/freebsd/lib/msun/src/ |
H A D | e_lgamma_r.c | 121 t14 = 3.35529192635519073543e-04, /* 0x3F35FD3E, 0xE8C2D3F4 */ variable 258 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in lgamma_r()
|
/freebsd/lib/msun/ld128/ |
H A D | e_lgammal_r.c | 82 t14 = 3.51912956837848209220421213975000298e-04L, variable 281 y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+ in lgammal_r()
|
/freebsd/lib/msun/ld80/ |
H A D | e_lgammal_r.c | 113 #define t14 (t14u.e) macro 317 y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+ in lgammal_r()
|