Searched refs:t13 (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/ |
H A D | u4.h | 71 __m128i t12, t13; variable 93 t13 = _mm_set1_epi64x(in1213); 96 x_13 = _mm_add_epi64(addv13, t13); 99 t13 = _mm_unpackhi_epi32(x_12, x_13); 101 x_12 = _mm_unpacklo_epi32(t12, t13); 102 x_13 = _mm_unpackhi_epi32(t12, t13);
|
H A D | u8.h | 180 __m256i t12, t13; variable 206 t13 = _mm256_add_epi64(addv13, x_13); 208 x_12 = _mm256_unpacklo_epi32(t12, t13); 209 x_13 = _mm256_unpackhi_epi32(t12, t13); 212 t13 = _mm256_unpackhi_epi32(x_12, x_13); 216 x_13 = _mm256_permutevar8x32_epi32(t13, permute);
|
/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 106 t13 = y14 & y17; in br_aes_ct_bitslice_Sbox() 107 t14 = t13 ^ t12; 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 106 t13 = y14 & y17; in br_aes_ct64_bitslice_Sbox() 107 t14 = t13 ^ t12; in br_aes_ct64_bitslice_Sbox()
|
/freebsd/lib/msun/src/ |
H A D | e_lgamma_r.c | 120 t13 = -3.12754168375120860518e-04, /* 0xBF347F24, 0xECC38C38 */ variable 257 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in lgamma_r()
|
/freebsd/lib/msun/ld128/ |
H A D | e_lgammal_r.c | 81 t13 = -5.54194952796682301220684760591403899e-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 | 112 #define t13 (t13u.e) macro 317 y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+ in lgammal_r()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 5475 SDValue t13 = DAG.getNode(ISD::BITCAST, dl, MVT::i32, TwoToFractionalPartOfX); in getLimitedPrecisionExp2() local 5477 DAG.getNode(ISD::ADD, dl, MVT::i32, t13, IntegerPartOfX)); in getLimitedPrecisionExp2()
|