Home
last modified time | relevance | path

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

12

/netbsd/sys/external/isc/libsodium/dist/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);
/netbsd/external/gpl3/gdb/dist/gold/testsuite/
H A Dbasic_test.cc169 char* t13 = &t4[6]; variable
185 && *t13 == ' ' in t10_15()
H A Dtwo_file_test.h60 extern bool t13();
H A Dtwo_file_test_main.cc51 assert(t13()); in main()
H A Dtwo_file_test_tls.cc54 assert(t13()); in main()
H A Ddwp_test.h69 extern bool t13();
H A Ddwp_test_main.cc53 assert(t13()); in main()
H A Dtwo_file_test_1_v1.cc178 t13() in t13() function
H A Dtwo_file_test_1.cc173 t13() in t13() function
H A Ddwp_test_1.cc142 t13() in t13() function
/netbsd/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dbasic_test.cc169 char* t13 = &t4[6]; variable
185 && *t13 == ' ' in t10_15()
H A Dtwo_file_test.h60 extern bool t13();
H A Dtwo_file_test_main.cc51 assert(t13()); in main()
H A Dtwo_file_test_tls.cc54 assert(t13()); in main()
H A Ddwp_test.h69 extern bool t13();
H A Ddwp_test_main.cc53 assert(t13()); in main()
H A Dtwo_file_test_1_v1.cc178 t13() in t13() function
H A Dtwo_file_test_1.cc173 t13() in t13() function
H A Ddwp_test_1.cc142 t13() in t13() function
/netbsd/lib/libm/src/
H A De_lgamma_r.c122 t13 = -3.12754168375120860518e-04, /* 0xBF347F24, 0xECC38C38 */ variable
260 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in __ieee754_lgamma_r()
H A De_lgammaf_r.c58 t13 = -3.1275415677e-04, /* 0xb9a3f927 */ variable
196 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in __ieee754_lgammaf_r()
/netbsd/sys/crypto/aes/
H A Daes_ct.c61 uint32_t t10, t11, t12, t13, t14, t15, t16, t17, t18, t19; in br_aes_ct_bitslice_Sbox() local
119 t13 = y14 & y17; in br_aes_ct_bitslice_Sbox()
120 t14 = t13 ^ t12; in br_aes_ct_bitslice_Sbox()
/netbsd/libexec/httpd/testsuite/
H A DMakefile4 SIMPLETESTS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t12 t13 t14 t15 t16 t17 t18
/netbsd/sys/crypto/aes/arch/x86/
H A Daes_sse2.c64 __m128i t10, t11, t12, t13, t14, t15, t16, t17, t18, t19; in aes_sse2_bitslice_Sbox() local
122 t13 = y14 & y17; in aes_sse2_bitslice_Sbox()
123 t14 = t13 ^ t12; in aes_sse2_bitslice_Sbox()

12