Home
last modified time | relevance | path

Searched refs:t13 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du4.h71 __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 Du8.h180 __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 Daes_ct.c48 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 Daes_ct64.c48 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 De_lgamma_r.c120 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 De_lgammal_r.c81 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 De_lgammal_r.c112 #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 DSelectionDAGBuilder.cpp5475 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()