Home
last modified time | relevance | path

Searched refs:t12 (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du4.h71 __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 Du8.h180 __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 DMakefile5 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 Dgrdc.c66 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 Daes_ct.c48 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 Daes_ct64.c48 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 De_lgamma_r.c119 t12 = 3.15632070903625950361e-04, /* 0x3F34AF6D, 0x6C0EBBF7 */ variable
256 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */ in lgamma_r()
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Didt,89hpesx.yaml24 - pattern: '^idt,89hpes(6t6g2|16t7|(24t6|32t8|48t12|16t4a?)(g2)?)$'
/freebsd/lib/msun/ld128/
H A De_lgammal_r.c80 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 De_lgammal_r.c111 #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 DSelectionDAGBuilder.cpp5233 SDValue t12 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t11, X); in getLimitedPrecisionExp2() local
5234 TwoToFractionalPartOfX = DAG.getNode(ISD::FADD, dl, MVT::f32, t12, in getLimitedPrecisionExp2()