Searched refs:t12 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/ |
H A D | u4.h | 71 __m128i t12, t13; variable 92 t12 = _mm_set1_epi64x(in1213); 95 x_12 = _mm_add_epi64(addv12, t12); 98 t12 = _mm_unpacklo_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 205 t12 = _mm256_add_epi64(addv12, x_12); 208 x_12 = _mm256_unpacklo_epi32(t12, t13); 209 x_13 = _mm256_unpackhi_epi32(t12, t13); 211 t12 = _mm256_unpacklo_epi32(x_12, x_13); 215 x_12 = _mm256_permutevar8x32_epi32(t12, permute);
|
/freebsd/crypto/openssh/regress/ |
H A D | Makefile | 5 REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 146 sshd_proxy_orig t10.out t10.out.pub t12.out t12.out.pub \ 245 $(OBJ)/t12.out: 248 t12: $(OBJ)/t12.out target 249 ${TEST_SSH_SSHKEYGEN} -lf $(OBJ)/t12.out.pub | grep test-comment-1234 >/dev/null
|
/freebsd/usr.bin/grdc/ |
H A D | grdc.c | 66 bool scrol = false, t12 = false, timer = false; in main() local 78 t12 = true; in main() 158 if (t12) { in main()
|
/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 105 t12 = y9 & y11; in br_aes_ct_bitslice_Sbox() 107 t14 = t13 ^ t12; in br_aes_ct_bitslice_Sbox() 109 t16 = t15 ^ 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 105 t12 = y9 & y11; in br_aes_ct64_bitslice_Sbox() 107 t14 = t13 ^ t12; in br_aes_ct64_bitslice_Sbox() 109 t16 = t15 ^ t12; in br_aes_ct64_bitslice_Sbox()
|
/freebsd/lib/msun/src/ |
H A D | e_lgamma_r.c | 119 t12 = 3.15632070903625950361e-04, /* 0x3F34AF6D, 0x6C0EBBF7 */ variable 256 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */ in lgamma_r()
|
/freebsd/lib/msun/ld128/ |
H A D | e_lgammal_r.c | 80 t12 = 8.78232634717681264035014878172485575e-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 | 111 #define t12 (t12u.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 | 5469 SDValue t12 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t11, X); in getLimitedPrecisionExp2() local 5470 TwoToFractionalPartOfX = DAG.getNode(ISD::FADD, dl, MVT::f32, t12, in getLimitedPrecisionExp2()
|